1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 15:23:33 +02:00

follow the non-regress pfctl Makefile and drop -Wno-uninitialized

This commit is contained in:
jsg
2026-05-17 14:41:02 +00:00
parent c0dbcc34d7
commit a2510388ec
+2 -2
View File
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.237 2026/03/19 14:59:05 sthen Exp $
# $OpenBSD: Makefile,v 1.238 2026/05/17 14:41:02 jsg Exp $
# TARGETS
# pf: feed pfNN.in through pfctl and check whether the output matches pfNN.ok
@@ -43,7 +43,7 @@ PROG= changerule
SRCS= changerule.c parse.y pfctl_parser.c pf_print_state.c
SRCS+= pfctl.c pfctl_osfp.c pfctl_radix.c pfctl_table.c
SRCS+= pfctl_optimize.c pf_ruleset.c pfctl_queue.c
CFLAGS= -Wall -Wmissing-prototypes -Wno-uninitialized -Wstrict-prototypes
CFLAGS= -Wall -Wmissing-prototypes -Wstrict-prototypes
CFLAGS+= -Wno-unused-variable
CFLAGS+= -I${.CURDIR}/../../../sbin/pfctl -DREGRESS_NOMAIN
YFLAGS=