mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Fix -Wsign-compare errors
This commit is contained in:
parent
2ace512a70
commit
681d7f7e57
16 changed files with 70 additions and 69 deletions
|
@ -11,6 +11,7 @@ add_project_arguments(
|
|||
'-Werror=switch',
|
||||
'-Werror=switch-enum',
|
||||
'-Werror=unused-result',
|
||||
'-Werror=sign-compare',
|
||||
'-Wignored-qualifiers',
|
||||
'-Wimplicit-fallthrough',
|
||||
'-Wno-deprecated-declarations',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue