diff options
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.protobuf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.protobuf b/etc/defaults/CC/TARGETS.protobuf index 0980ce25..631eb670 100644 --- a/etc/defaults/CC/TARGETS.protobuf +++ b/etc/defaults/CC/TARGETS.protobuf @@ -37,8 +37,10 @@ , "default": [ "-Wall" , "-Wno-sign-compare" + , "-Wno-sign-conversion" , "-Wno-unused-function" , "-Wno-deprecated-declarations" + , "-Wno-deprecated-enum-enum-conversion" ] } ] |