From a49ce700ec4cbe960c29d1eb483030b2281561e3 Mon Sep 17 00:00:00 2001 From: Erik Winkels Date: Mon, 7 May 2018 15:26:23 +0200 Subject: [PATCH] Add syntax to dns.proto to silence compilation warning. --- pdns/dnstap.proto | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2