]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.h
Remove comment about site configurable setting in a place where we already made it...
[citadel.git] / citadel / citserver.h
index 61f1964b7b4c609b70ba2fc6458c5f5b909d5f0f..cce5c51a232f6f9f31bf22869f0ce57e765bfb74 100644 (file)
@@ -10,6 +10,9 @@
  * GNU General Public License for more details.
  */
 
+/* I fucking hate const and want it to die. */
+#pragma GCC diagnostic ignored "-Wcast-qual"
+
 #include "serv_extensions.h"
 #include "context.h"
 #include "ctdl_module.h"