Specifies the format in the protocol files.

Protobuf outputs a warning if not explicitly specified in the .proto
file.

This warning was introduced in this commit, back in 2014:
protocolbuffers/Protobuf@3eb55df6a4
This commit is contained in:
Heavenly Avenger 2018-11-30 01:17:06 -02:00
parent 4e32fa236e
commit 3a965d6e78
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
*/
syntax = "proto2";
option optimize_for = LITE_RUNTIME;
option java_package = "crosby.binary";
package OSMPBF;

View File

@ -15,6 +15,7 @@
*/
syntax = "proto2";
option optimize_for = LITE_RUNTIME;
option java_package = "crosby.binary";
package OSMPBF;