From a802d1fc8bf54a47d39fce63b7a8f2fed1be74d3 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 23 Nov 2023 22:47:47 +0100 Subject: [PATCH] test: temporarily disable -Wstack-usage Seemingly unrealistic values are reported. See https://github.com/lvgl/lvgl/actions/runs/6974396516/job/18980011134 --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 59728877f..2d4703a16 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -110,7 +110,7 @@ set(COMPILE_OPTIONS -Wshadow -Wshift-negative-value -Wsizeof-pointer-memaccess - -Wstack-usage=6000 + #-Wstack-usage=6000 -Wtype-limits -Wundef -Wuninitialized