Hi,

We are experimenting with HTTP API and tried to compile Mesos's .proto
files with our repo (with make commands like "protoc --proto_path=protobuf
--go_out=.gen protobuf/mesos/v1/scheduler/scheduler.proto", but we see
warnings like

```
[libprotobuf WARNING google/protobuf/compiler/parser.cc:547] No syntax
specified for the proto file: mesos/v1/scheduler/scheduler.proto.
Please use 'syntax
= "proto2";' or 'syntax = "proto3";' to specify a syntax version. (Defaulted
to proto2 syntax.)
```

Should we have proper `syntax` clauses in various .proto files? If not,
what's the reason?

Thanks.

-- 
Cheers,

Zhitao Li

Reply via email to