mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-27 11:43:43 +08:00
add -Wno-error=cast-function-type to build
This commit is contained in:
parent
f9c73fe69d
commit
5d0a06b6fa
@ -9,7 +9,7 @@ WARNINGS = -Werror -Wall -Wextra \
|
||||
-Wshadow -Wundef -Wmaybe-uninitialized -Wmissing-prototypes -Wpointer-arith -Wuninitialized \
|
||||
-Wunreachable-code -Wreturn-type -Wmultichar -Wformat-security -Wdouble-promotion -Wclobbered -Wdeprecated \
|
||||
-Wempty-body -Wshift-negative-value -Wstack-usage=2048 \
|
||||
-Wtype-limits -Wsizeof-pointer-memaccess
|
||||
-Wtype-limits -Wsizeof-pointer-memaccess -Wno-error=cast-function-type
|
||||
|
||||
#-Wno-unused-value -Wno-unused-parameter
|
||||
OPTIMIZATION ?= -O3 -g0
|
||||
|
Loading…
Reference in New Issue
Block a user