From 50380db79b8bc3d57c43354d20626e4040dd589d Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 23 Nov 2022 14:11:31 +0100 Subject: enable useful compiler warnings via -Wall There's no reason not to. Signed-off-by: Andre Heider --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71b26d8..adb9e73 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ IWINFO_SOVERSION = $(if $(SOVERSION),$(SOVERSION),0) IWINFO_BACKENDS = $(BACKENDS) -IWINFO_CFLAGS = $(CFLAGS) -std=gnu99 -fstrict-aliasing -Iinclude +IWINFO_CFLAGS = $(CFLAGS) -Wall -std=gnu99 -fstrict-aliasing -Iinclude IWINFO_LDFLAGS = -luci -lubox -lubus IWINFO_LIB = libiwinfo.so -- cgit v1.2.1