mirror of
https://github.com/cilynx/rtl88x2bu
synced 2025-08-30 22:05:40 +00:00
Disable -Werror=address
While some occasions were found by it and hopefully fixed, the issues in the debug file are too numerous to fix by hand. Thus, this error is silenced.
This commit is contained in:
1
Makefile
1
Makefile
@@ -11,6 +11,7 @@ EXTRA_CFLAGS += -Wno-unused-function
|
|||||||
EXTRA_CFLAGS += -Wno-unused-parameter
|
EXTRA_CFLAGS += -Wno-unused-parameter
|
||||||
EXTRA_CFLAGS += -Wno-unused-variable
|
EXTRA_CFLAGS += -Wno-unused-variable
|
||||||
EXTRA_CFLAGS += -Wno-array-bounds
|
EXTRA_CFLAGS += -Wno-array-bounds
|
||||||
|
EXTRA_CFLAGS += -Wno-address
|
||||||
|
|
||||||
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
|
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
|
||||||
ifeq ($(GCC_VER_49),1)
|
ifeq ($(GCC_VER_49),1)
|
||||||
|
Reference in New Issue
Block a user