From: Erik Winkels Date: Mon, 7 May 2018 13:26:23 +0000 (+0200) Subject: Add syntax to dns.proto to silence compilation warning. X-Git-Tag: dnsdist-1.3.1~116^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49ce700ec4cbe960c29d1eb483030b2281561e3;p=thirdparty%2Fpdns.git Add syntax to dns.proto to silence compilation warning. --- diff --git a/pdns/dnstap.proto b/pdns/dnstap.proto index 1ed1bb00e2..b2e9257cd1 100644 --- a/pdns/dnstap.proto +++ b/pdns/dnstap.proto @@ -13,6 +13,7 @@ // with this file. If not, see: // // . +syntax = "proto2"; package dnstap;