X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fgetopt.c;h=5e397baa3164a0ac1608bf1cdb0075f3e83ce785;hp=264a11be17227b1926536a8821e39fa42ed94e07;hb=dced64c5c3625f6d2f0674e9fed14455aabc635e;hpb=912e7e968f4888d62b3c620893a70e825599973b;ds=sidebyside diff --git a/lib/getopt.c b/lib/getopt.c index 264a11be..5e397baa 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -259,7 +259,7 @@ extern pid_t __libc_pid; is valid for the getopt call we must make sure that the ARGV passed to getopt is that one passed to the process. */ static void -__attribute__ ((unused)) +__attribute__ ((__unused__)) store_args_and_env (int argc, char *const *argv) { /* XXX This is no good solution. We should rather copy the args so