From 9af639205a927ed99bde6dc7bcf3004daec2ede8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 7 Jun 2021 21:30:22 +0200 Subject: src/Makefile.am: Also enable -Werror for src/ folder. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 849f8d9..88e8ffa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ librda_la_SOURCES = \ $(NULL) librda_la_CFLAGS = \ + -Wall -Werror \ $(LIBRDA_CFLAGS) \ $(NULL) -- cgit v1.2.3