From d0aad5446b9896e3ba15c8a50c345e185dc1631f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 10 Apr 2016 01:15:00 +0200 Subject: [PATCH] Explicitly specify proto2 syntax to silence a warning. --- state.proto | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2