minor formatting

This commit is contained in:
Gabor Kiss-Vamosi
2020-05-24 13:14:42 +02:00
parent a2c973bd5b
commit 279e594d3e

View File

@@ -6,10 +6,10 @@ LVGL_DIR ?= ${shell pwd}/../..
LVGL_DIR_NAME ?= lvgl LVGL_DIR_NAME ?= lvgl
WARNINGS = -Werror -Wall -Wextra \ WARNINGS = -Werror -Wall -Wextra \
-Wshadow -Wundef -Wmaybe-uninitialized -Wmissing-prototypes -Wpointer-arith -Wuninitialized \ -Wshadow -Wundef -Wmaybe-uninitialized -Wmissing-prototypes -Wpointer-arith -Wuninitialized \
-Wunreachable-code -Wreturn-type -Wmultichar -Wformat-security -Wdouble-promotion -Wclobbered -Wdeprecated \ -Wunreachable-code -Wreturn-type -Wmultichar -Wformat-security -Wdouble-promotion -Wclobbered -Wdeprecated \
-Wempty-body -Wshift-negative-value -Wstack-usage=2048 \ -Wempty-body -Wshift-negative-value -Wstack-usage=2048 \
-Wtype-limits -Wsizeof-pointer-memaccess -Wtype-limits -Wsizeof-pointer-memaccess
#-Wno-unused-value -Wno-unused-parameter #-Wno-unused-value -Wno-unused-parameter
OPTIMIZATION ?= -O3 -g0 OPTIMIZATION ?= -O3 -g0