Code

mark unused arguments in the same way throughout the code
[rrdtool.git] / src / rrd_getopt.c
index f973471c0f016e3c11da534f6a22969c300260d1..a74ff88de7a6bcc140c492cd2da5d5158414d471 100644 (file)
@@ -274,7 +274,8 @@ static char *const *original_argv;
    to getopt is that one passed to the process.  */
 static void store_args(
     int argc,
-    char *const *argv) __attribute__ ((unused));
+    char *const *argv);
+
 static void store_args(
     int argc,
     char *const *argv)