Removed a lot of legacy cruft out of the setup utility. Eventually I want to remove...
[citadel.git] / citadel / citadel.h
index 8f1576218d29dd042b1dfc2657b755f93b4639d0..881faac63230676a2046a9c6e562349a6be81d9c 100644 (file)
@@ -194,4 +194,9 @@ struct floor {
 }
 #endif
 
+#if __GNUC__ >= 8
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wformat-truncation"
+#endif
+
 #endif /* CITADEL_H */