mobicore: ClientLib: Turn protobuf compat checks into
authorChristopher N. Hesse <raymanfx@gmail.com>
Tue, 23 Jan 2018 23:37:45 +0000 (00:37 +0100)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:04:07 +0000 (03:04 +0200)
 warnings

Change-Id: I3085b41c7ee1c81947dffcd6b670ff246ec2a489

mobicore/ClientLib/src/mc.pb.h

index c74bdab2e1cc929689cc325be5f1468a7edd0ac3..dabb10b2a8eec4589451f2b9841cb2dd1f8ad888 100644 (file)
 #include <google/protobuf/stubs/common.h>
 
 #if GOOGLE_PROTOBUF_VERSION < 2006000
-#error This file was generated by a newer version of protoc which is
-#error incompatible with your Protocol Buffer headers.  Please update
-#error your headers.
+#warning This file was generated by a newer version of protoc which is
+#warning incompatible with your Protocol Buffer headers.  Please update
+#warning your headers.
 #endif
 #if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
-#error This file was generated by an older version of protoc which is
-#error incompatible with your Protocol Buffer headers.  Please
-#error regenerate this file with a newer version of protoc.
+#warning This file was generated by an older version of protoc which is
+#warning incompatible with your Protocol Buffer headers.  Please
+#warning regenerate this file with a newer version of protoc.
 #endif
 
 #include <google/protobuf/generated_message_util.h>