From 24124736edbdaa8c3726890e42671742379f14a7 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Thu, 8 Dec 2022 11:41:49 -0500 Subject: [PATCH] Squelch -Wuninitialized in TestStateMachine.cpp (#23934) This warning has not been fixed. Squelch it to remove noisy output in the build log. The underlying issue is tracked at #21255 --- src/lib/support/tests/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/support/tests/BUILD.gn b/src/lib/support/tests/BUILD.gn index 866fd6391feabd..0c1aee8ed3efd9 100644 --- a/src/lib/support/tests/BUILD.gn +++ b/src/lib/support/tests/BUILD.gn @@ -64,7 +64,7 @@ chip_test_suite("tests") { "-Wconversion", # TODO(#21255): work-around for SimpleStateMachine constructor issue. - "-Wno-error=uninitialized", + "-Wno-uninitialized", ] public_deps = [