Ignore C++ warnings in auto-generated proto headers
This CL fixes the macOS build issues.
gfe-relnote: n/a, refactoring headers, not protected
PiperOrigin-RevId: 254480126
Change-Id: I22be854c33992b71fd42735a10788dea272370d6
diff --git a/quic/core/proto/source_address_token_proto.h b/quic/core/proto/source_address_token_proto.h
new file mode 100644
index 0000000..25f5274
--- /dev/null
+++ b/quic/core/proto/source_address_token_proto.h
@@ -0,0 +1,15 @@
+// Copyright 2019 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef QUICHE_QUIC_CORE_PROTO_SOURCE_ADDRESS_TOKEN_PROTO_H_
+#define QUICHE_QUIC_CORE_PROTO_SOURCE_ADDRESS_TOKEN_PROTO_H_
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Weverything"
+
+#include "net/third_party/quiche/src/quic/core/proto/source_address_token.pb.h"
+
+#pragma clang diagnostic pop
+
+#endif // QUICHE_QUIC_CORE_PROTO_SOURCE_ADDRESS_TOKEN_PROTO_H_