From 5813cd1e720a6c3b33d7eb700a664a9952f2a205 Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 26 Dec 2023 00:55:06 +0100 Subject: [PATCH] fix: consider warning as errors --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9215177..8fba2ae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ IGMPPROG=igmpgen -CFLAGS=-Wall `libnet-config --defines` +CFLAGS=-Werror -Wall `libnet-config --defines` LDFLAGS=`libnet-config --libs` all: