mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
More compiler silence removed. Issued should be fixed, not silenced.
This commit is contained in:
parent
8e7af3ce26
commit
f9291c2bd4
10
Makefile
10
Makefile
@ -6,13 +6,13 @@ EXTRA_CFLAGS += -Wno-unused-label
|
|||||||
EXTRA_CFLAGS += -Wno-unused-parameter
|
EXTRA_CFLAGS += -Wno-unused-parameter
|
||||||
EXTRA_CFLAGS += -Wno-unused-function
|
EXTRA_CFLAGS += -Wno-unused-function
|
||||||
EXTRA_CFLAGS += -Wno-unused
|
EXTRA_CFLAGS += -Wno-unused
|
||||||
EXTRA_CFLAGS += -Wno-uninitialized
|
#EXTRA_CFLAGS += -Wno-uninitialized
|
||||||
EXTRA_CFLAGS += -Wno-vla -g
|
EXTRA_CFLAGS += -Wno-vla -g
|
||||||
EXTRA_CFLAGS += -Wno-tautological-compare
|
#EXTRA_CFLAGS += -Wno-tautological-compare
|
||||||
EXTRA_CFLAGS += -Wno-incompatible-pointer-types
|
#EXTRA_CFLAGS += -Wno-incompatible-pointer-types
|
||||||
# Relax some warnings from '-Wextra' so we won't get flooded with warnings
|
# Relax some warnings from '-Wextra' so we won't get flooded with warnings
|
||||||
EXTRA_CFLAGS += -Wno-sign-compare -Wno-sign-conversion
|
#EXTRA_CFLAGS += -Wno-sign-compare -Wno-sign-conversion
|
||||||
EXTRA_CFLAGS += -Wno-type-limits
|
#EXTRA_CFLAGS += -Wno-type-limits
|
||||||
|
|
||||||
#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)
|
||||||
|
Loading…
Reference in New Issue
Block a user