summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 437ddc0)
raw | patch | inline | side by side (parent: 437ddc0)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 3 Aug 2016 15:33:19 +0000 (17:33 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Wed, 3 Aug 2016 15:33:19 +0000 (17:33 +0200) |
[libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
specified for the proto file: pinba.proto. Please use 'syntax =
"proto2";' or 'syntax = "proto3";' to specify a syntax version.
(Defaulted to proto2 syntax.)
specified for the proto file: pinba.proto. Please use 'syntax =
"proto2";' or 'syntax = "proto3";' to specify a syntax version.
(Defaulted to proto2 syntax.)
src/pinba.proto | patch | blob | history |
diff --git a/src/pinba.proto b/src/pinba.proto
index 5fd5439a11a0d501a5a127041c36710325a1d72e..22e61c6a4f06dd185bcc6ac792cd773e09b4fa04 100644 (file)
--- a/src/pinba.proto
+++ b/src/pinba.proto
+syntax = "proto2";
+
package Pinba;
option optimize_for = SPEED;