From 9dfdba0ad1b165b61e20fd78b3cf48f1c55a758a Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 24 Apr 2023 21:59:42 -0500 Subject: [PATCH] Cleanup: Suppress false positive regarding missing braces. --- build/stand_alone/fake.settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index f2dc8e8..535322e 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -121,7 +121,7 @@ defines-clang -D_clang_not_a_compile_time_constant_workaround_ defines-threadless -D_di_thread_support_ defines-thread -D_pthread_attr_unsupported_ -D_pthread_sigqueue_unsupported_ -flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-main +flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -Wno-main -Wno-missing-braces flags-thread -pthread flags-clang -Wno-logical-op-parentheses flags-test -O0 -fstack-protector -Wall -- 1.8.3.1