summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2022-11-23 14:11:31 +0100
committerJo-Philipp Wich <jo@mein.io>2022-12-15 20:07:27 +0100
commit50380db79b8bc3d57c43354d20626e4040dd589d (patch)
treeae47df5eb1944ba6c01b23b12c37a9b43cfbdccf
parent00aab871c50d944fd83269e460e69124cb11adb7 (diff)
downloadiwinfo-50380db79b8bc3d57c43354d20626e4040dd589d.tar.gz
enable useful compiler warnings via -Wall
There's no reason not to. Signed-off-by: Andre Heider <a.heider@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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