diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.git2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.git2 b/etc/defaults/CC/TARGETS.git2 index 459d21ba..7708eb78 100644 --- a/etc/defaults/CC/TARGETS.git2 +++ b/etc/defaults/CC/TARGETS.git2 @@ -65,6 +65,9 @@ , "-Wformat-security" , "-Wmissing-declarations" , "-Wno-implicit-fallthrough" + , "-Wno-sign-compare" + , "-Wno-unused-parameter" + , "-Wno-uninitialized" ] ] } |