From 76e3a9f449fb026cf519643e538b255c35302960 Mon Sep 17 00:00:00 2001 From: Michael Spang Date: Tue, 6 Dec 2022 12:31:43 -0500 Subject: [PATCH] Squelch -Wuninitialized in TestStateMachine.cpp 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 = [