]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/citadel_defs.h
loadtest.c: multiple threadds
[citadel.git] / citadel / server / citadel_defs.h
index 04ab4e7cb4ac2162bcc5f2b5b47f486535ed85db..2e306a20e371bedaa9465dedbfb337464411ef70 100644 (file)
@@ -11,8 +11,8 @@
 
 // Suppress these compiler warnings
 #pragma GCC diagnostic ignored "-Wcast-qual"
-// #pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"     // this doesn't work on FreeBSD
-// #pragma GCC diagnostic ignored "-Wformat-truncation"                // nor does this
+#pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"                // this doesn't work on FreeBSD
+#pragma GCC diagnostic ignored "-Wformat-truncation"           // nor does this
 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 
 #include "sysdep.h"