Skip to content

Commit

Permalink
set required syntax statement for protobuf 3 (#5376)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed May 17, 2019
1 parent 9f7a709 commit 2137922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderers/mvt/vector_tile.proto
@@ -1,4 +1,4 @@
//set statement to avoid warnings thrown in protobuf >= 3
//set version statement to avoid warnings thrown in protobuf >= 3
syntax = "proto2";

package vector_tile;
Expand Down

0 comments on commit 2137922

Please sign in to comment.