From fb0dad18c3b33cbfcc936eb4dbeac8cde9688c80 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 3 May 2023 12:48:14 +0200 Subject: protobuf: silence invalid-noreturn warning --- etc/import/src/google/protobuf/TARGETS.protobuf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/import/src/google/protobuf/TARGETS.protobuf b/etc/import/src/google/protobuf/TARGETS.protobuf index 33de4322..0839c1c2 100644 --- a/etc/import/src/google/protobuf/TARGETS.protobuf +++ b/etc/import/src/google/protobuf/TARGETS.protobuf @@ -277,6 +277,7 @@ , "-Wno-unused-function" , "-Wno-zero-length-array" , "-Wno-deprecated-declarations" + , "-Wno-invalid-noreturn" ] , "hdrs": ["protobuf_headers"] , "srcs": -- cgit v1.2.3