summaryrefslogtreecommitdiff
path: root/make/template
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-10-26 01:18:54 +0100
committerPeter Powell <petpow@saberuk.com>2018-10-26 01:20:35 +0100
commit2d50984185c7902d37783a98f19637c86694a452 (patch)
tree58b599ebbc761d3011e266aeaaa1a0f5612fe449 /make/template
parent2b4682c2d1458377faa97ded0345d740ece31c66 (diff)
Fix a bunch of harmless compiler warnings on recent GCC releases.
Diffstat (limited to 'make/template')
-rw-r--r--make/template/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/template/main.mk b/make/template/main.mk
index a67c14f73..74b5b066c 100644
--- a/make/template/main.mk
+++ b/make/template/main.mk
@@ -55,7 +55,7 @@ INSTMODE_LIB = 0640
ifneq ($(COMPILER), ICC)
CORECXXFLAGS += -Woverloaded-virtual -Wshadow
ifneq ($(SYSTEM), openbsd)
- CORECXXFLAGS += -pedantic -Wformat=2 -Wmissing-format-attribute
+ CORECXXFLAGS += -pedantic -Wformat=2 -Wmissing-format-attribute -Wno-format-nonliteral
endif
endif