Skip to content

Commit 2bdbe4a

Browse files
committed
Merge branch 'jk/dev-build-format-security'
Build tweak to help developers. * jk/dev-build-format-security: config.mak.dev: add -Wformat-security
2 parents 4e08e34 + 801fa63 commit 2bdbe4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CFLAGS += -pedantic
77
CFLAGS += -DUSE_PARENS_AROUND_GETTEXT_N=0
88
endif
99
CFLAGS += -Wdeclaration-after-statement
10+
CFLAGS += -Wformat-security
1011
CFLAGS += -Wno-format-zero-length
1112
CFLAGS += -Wold-style-definition
1213
CFLAGS += -Woverflow

0 commit comments

Comments
 (0)