diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-26 16:35:42 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-08 12:40:22 +0200 |
commit | 5969b46f5aeb51f864070af37ec57fb3870d8e22 (patch) | |
tree | 58969ddfd4ff0a2b59b9658fcd6446e09d5b6efb /etc/defaults | |
parent | 02f3e87e60783acfcce3fbaca7c9a75b9fc6d9f7 (diff) | |
download | justbuild-5969b46f5aeb51f864070af37ec57fb3870d8e22.tar.gz |
external: Update protobuf to v23.4
This corresponds to the highest current version found in popular
distros (in this case, the one in Arch Linux).
The abseil library is now a dependency of protobuf (for logging).
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.protobuf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/defaults/CC/TARGETS.protobuf b/etc/defaults/CC/TARGETS.protobuf index bc78b33a..2bde69ea 100644 --- a/etc/defaults/CC/TARGETS.protobuf +++ b/etc/defaults/CC/TARGETS.protobuf @@ -19,6 +19,7 @@ , "case": { "msvc": [ "/wd4065" + , "/wd4146" , "/wd4244" , "/wd4251" , "/wd4267" @@ -38,6 +39,7 @@ , "-Wno-sign-conversion" , "-Wno-unused-function" , "-Wno-deprecated-declarations" + , "-Wno-nonnull" ] } , "default": @@ -48,6 +50,7 @@ , "-Wno-unused-function" , "-Wno-deprecated-declarations" , "-Wno-deprecated-enum-enum-conversion" + , "-Wno-nonnull" ] } ] |