Add -Wno-format-security to build

Operating Systems / OSv - Or Cohen [fewbytes.com] - 25 October 2013 07:01 UTC

Some distributions have enabled gcc -Wformat-security by default. This causes the build to raise format warnings even though -Wformat=0 is used.

Setting no-format-security for build consistency between distros.

ae5b31b Add -Wno-format-security to build
build.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: github.com


  • Share