From bc7afab6a1fa4294df0b8d7d461bd0bdc542fbfe Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 14 Oct 2024 10:16:03 +0200 Subject: [PATCH] Fix compilation of bsnmp tests. PR: 277539 Submitted by: John F. Carr --- tools/test/bsnmp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test/bsnmp/Makefile b/tools/test/bsnmp/Makefile index c3bcf832ff33..88bfcfd3c069 100644 --- a/tools/test/bsnmp/Makefile +++ b/tools/test/bsnmp/Makefile @@ -5,6 +5,7 @@ PROG_CXX=ctest SRCS= main.cc asn1.cc snmp_parse_server.cc CFLAGS += -I/${CONTRIB}/lib CXXFLAGS+= -std=c++2a +CXXWARNFLAGS += -Wno-missing-variable-declarations LIBADD= bsnmp CFLAGS += -DBOGUS_CVE_2019_5610_FIX