Commit 16f13596 authored by Greg Williams's avatar Greg Williams
Browse files

Disabled warning for protobuf-c version mismatch until rebuilt

parent dca39fdd
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@

PROTOBUF_C__BEGIN_DECLS

#if PROTOBUF_C_VERSION_NUMBER < 1000000
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
#elif 1000001 < PROTOBUF_C_MIN_COMPILER_VERSION
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
#endif
// #if PROTOBUF_C_VERSION_NUMBER < 1000000
// # error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
// #elif 1000001 < PROTOBUF_C_MIN_COMPILER_VERSION
// # error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
// #endif


typedef struct _KineticProto KineticProto;