From: Steinar H. Gunderson Date: Sat, 9 Apr 2016 23:15:00 +0000 (+0200) Subject: Explicitly specify proto2 syntax to silence a warning. X-Git-Tag: 1.3.0~11 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=d0aad5446b9896e3ba15c8a50c345e185dc1631f Explicitly specify proto2 syntax to silence a warning. --- diff --git a/state.proto b/state.proto index c7c7e70..c6f0e00 100644 --- a/state.proto +++ b/state.proto @@ -1,3 +1,5 @@ +syntax = "proto2"; + // Corresponds to struct Client. message ClientProto { optional int32 sock = 1;