mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-30 21:24:07 +08:00
feat(test): enable warning to format-security (#6199)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
parent
dfe50c5952
commit
2afbfc451c
@ -145,6 +145,7 @@ if(NOT (CMAKE_C_COMPILER_ID STREQUAL "MSVC"))
|
||||
list(APPEND COMPILE_OPTIONS
|
||||
-pedantic-errors
|
||||
-Wall
|
||||
-Wformat-security
|
||||
-Wclobbered
|
||||
-Wdeprecated
|
||||
-Wdouble-promotion
|
||||
|
Loading…
Reference in New Issue
Block a user