diff options
Diffstat (limited to 'etc/defaults/CC/TARGETS.protobuf')
-rw-r--r-- | etc/defaults/CC/TARGETS.protobuf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.protobuf b/etc/defaults/CC/TARGETS.protobuf index 631eb670..ed80cbdd 100644 --- a/etc/defaults/CC/TARGETS.protobuf +++ b/etc/defaults/CC/TARGETS.protobuf @@ -33,6 +33,13 @@ , "/wd4800" , "/wd4996" ] + , "gnu": + [ "-Wall" + , "-Wno-sign-compare" + , "-Wno-sign-conversion" + , "-Wno-unused-function" + , "-Wno-deprecated-declarations" + ] } , "default": [ "-Wall" |