Add support for warning checked builds
[openafs.git] / src / volser / vsprocs.c
index 298be88..0105608 100644 (file)
@@ -10,6 +10,9 @@
 #include <afsconfig.h>
 #include <afs/param.h>
 
+#ifdef IGNORE_SOME_GCC_WARNINGS
+# pragma GCC diagnostic warning "-Wformat-extra-args"
+#endif
 
 #include <stdio.h>
 #include <sys/types.h>