From b03be4fa4d863e6beb362cfef6d834d14c96b7e1 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 20 Sep 2015 14:12:19 +0300 Subject: Add syntax specification to .proto files (issue #167) Eliminates a warning on protoc 3.0. --- tests/options/options.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/options/options.proto') diff --git a/tests/options/options.proto b/tests/options/options.proto index b705041..aa722b5 100644 --- a/tests/options/options.proto +++ b/tests/options/options.proto @@ -2,6 +2,8 @@ * options.expected lists the patterns that are searched for in the output. */ +syntax = "proto2"; + import "nanopb.proto"; // File level options -- cgit 1.2.3-korg