diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-03 12:48:14 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-03 15:53:15 +0200 |
commit | fb0dad18c3b33cbfcc936eb4dbeac8cde9688c80 (patch) | |
tree | 60ed84790a8fd7630149d79cc1241327c3e6216c | |
parent | 2c8b9e2fd81ae7424747c8bc7d1058e4801da67f (diff) | |
download | justbuild-fb0dad18c3b33cbfcc936eb4dbeac8cde9688c80.tar.gz |
protobuf: silence invalid-noreturn warning
-rw-r--r-- | etc/import/src/google/protobuf/TARGETS.protobuf | 1 |
1 files changed, 1 insertions, 0 deletions
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": |