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:
parent
4e32fa236e
commit
3a965d6e78
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
*/
|
||||
|
||||
syntax = "proto2";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "crosby.binary";
|
||||
package OSMPBF;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
*/
|
||||
|
||||
syntax = "proto2";
|
||||
option optimize_for = LITE_RUNTIME;
|
||||
option java_package = "crosby.binary";
|
||||
package OSMPBF;
|
||||
|
|
|
|||
Loading…
Reference in New Issue