summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/syscons/fire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/syscons/fire/Makefile b/sys/modules/syscons/fire/Makefile
index 306184b..7f2e987 100644
--- a/sys/modules/syscons/fire/Makefile
+++ b/sys/modules/syscons/fire/Makefile
@@ -5,6 +5,6 @@
KMOD= fire_saver
SRCS= fire_saver.c
-CWARNFLAGS= -Wall -pedantic
+CWARNFLAGS= -Wall -Wno-long-long -pedantic
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud