Greetings,
I'm working on project depend on busybox, when I clone the repository and copy 
the config to build, I got the compilation error for applets/usage_pod.c. error 
detail:
applets/usage_pod.c: In function 'main':
applets/usage_pod.c:74:3: error: format not a string literal and no format 
arguments [-Werror=format-security]
    74 |   printf(usage_array[I].aname);
         |   ^~~~~~
Have some fix or workaround can let compilation pass?
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to