farsounder / protobuf-matlab

Automatically exported from code.google.com/p/protobuf-matlab
Other
26 stars 13 forks source link

protoc doesn't parse "option cc_api_version = 2;" and "option py_api_version = 2;" #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
protoc won't produce any output when cc_api_version or py_api_version are set. 

syntax = "proto2";
option cc_api_version = 2;
option py_api_version = 2;

message MyMessage {
}

Original issue reported on code.google.com by timot...@google.com on 22 Jan 2013 at 10:36