enable useful compiler warnings via -Wall
There's no reason not to. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
00aab871c5
commit
50380db79b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue