mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-04-15 03:33:36 +00:00
turn off error on -incompatible-pointer-type
This commit is contained in:
parent
555b310466
commit
0441f611eb
1
Makefile
1
Makefile
@ -17,6 +17,7 @@ EXTRA_CFLAGS += -Wno-unused
|
||||
EXTRA_CFLAGS += -Wno-date-time
|
||||
|
||||
#EXTRA_CFLAGS += -Wno-uninitialized
|
||||
EXTRA_CFLAGS += -Wno-incompatible-pointer-types
|
||||
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later
|
||||
|
||||
EXTRA_CFLAGS += -I$(src)/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user