projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437ddc0
)
pinba plugin: fix warning on Solaris
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.)
src/pinba.proto
patch
|
blob
|
history
diff --git
a/src/pinba.proto
b/src/pinba.proto
index
5fd5439
..
22e61c6
100644
(file)
--- a/
src/pinba.proto
+++ b/
src/pinba.proto
@@
-1,3
+1,5
@@
+syntax = "proto2";
+
package Pinba;
option optimize_for = SPEED;