diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-04-27 15:25:00 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-28 18:37:39 +0200 |
commit | 33e3d3bc22fb1082540635e4f33489794342f71d (patch) | |
tree | 1b938941e0745e9e44710ea9da4e739fa4cf252b /etc/defaults | |
parent | 56a72263bf7e9e1f1bcbb9e2ab4a1cf7f1c7dc2e (diff) | |
download | justbuild-33e3d3bc22fb1082540635e4f33489794342f71d.tar.gz |
external: Update protobuf to version 3.21.12
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" ] } ] |