build: rollback -Wformat=2
Causes some build failures on Clang.
Fixes: 4b43aebdc7
("build: add -Wformat=2 -Walloca")
This commit is contained in:
parent
4b43aebdc7
commit
3695ae97b4
|
@ -36,7 +36,6 @@ add_project_arguments(cc.get_supported_arguments([
|
|||
'-Wstrict-aliasing=2',
|
||||
'-Woverflow',
|
||||
'-Wmissing-prototypes',
|
||||
'-Wformat=2',
|
||||
'-Walloca',
|
||||
|
||||
'-Wno-missing-braces',
|
||||
|
|
Loading…
Reference in New Issue