From 5969b46f5aeb51f864070af37ec57fb3870d8e22 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 26 Jul 2023 16:35:42 +0200 Subject: 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). --- etc/defaults/CC/TARGETS.protobuf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/defaults') 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" ] } ] -- cgit v1.2.3