diff options
Diffstat (limited to 'lib/luavgl')
| -rw-r--r-- | lib/luavgl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/luavgl/CMakeLists.txt b/lib/luavgl/CMakeLists.txt index c1f3e8a1..b7d53d6c 100644 --- a/lib/luavgl/CMakeLists.txt +++ b/lib/luavgl/CMakeLists.txt @@ -2,4 +2,5 @@ # # SPDX-License-Identifier: GPL-3.0-only idf_component_register(SRCS "src/luavgl.c" INCLUDE_DIRS "src" REQUIRES "esp-idf-lua" "lvgl") +target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-cast-function-type" "-Wno-type-limits") |
