зеркало из https://github.com/microsoft/git.git
Merge branch 'jk/dev-build-format-security' into maint
Build tweak to help developers. * jk/dev-build-format-security: config.mak.dev: add -Wformat-security
This commit is contained in:
Коммит
d9e70a4e63
|
@ -7,6 +7,7 @@ CFLAGS += -pedantic
|
|||
CFLAGS += -DUSE_PARENS_AROUND_GETTEXT_N=0
|
||||
endif
|
||||
CFLAGS += -Wdeclaration-after-statement
|
||||
CFLAGS += -Wformat-security
|
||||
CFLAGS += -Wno-format-zero-length
|
||||
CFLAGS += -Wold-style-definition
|
||||
CFLAGS += -Woverflow
|
||||
|
|
Загрузка…
Ссылка в новой задаче