mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
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
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ add_project_arguments(cc.get_supported_arguments([
|
||||||
'-Wstrict-aliasing=2',
|
'-Wstrict-aliasing=2',
|
||||||
'-Woverflow',
|
'-Woverflow',
|
||||||
'-Wmissing-prototypes',
|
'-Wmissing-prototypes',
|
||||||
'-Wformat=2',
|
|
||||||
'-Walloca',
|
'-Walloca',
|
||||||
|
|
||||||
'-Wno-missing-braces',
|
'-Wno-missing-braces',
|
||||||
|
|
Loading…
Reference in a new issue