Skip to content

Commit

Permalink
Squelch -Wuninitialized in TestStateMachine.cpp (#23934)
Browse files Browse the repository at this point in the history
This warning has not been fixed. Squelch it to remove noisy output in
the build log.

The underlying issue is tracked at #21255
  • Loading branch information
mspang authored and pull[bot] committed Apr 27, 2023
1 parent 2ff712c commit 1224940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/support/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ chip_test_suite("tests") {
"-Wconversion",

# TODO(#21255): work-around for SimpleStateMachine constructor issue.
"-Wno-error=uninitialized",
"-Wno-uninitialized",
]

public_deps = [
Expand Down

0 comments on commit 1224940

Please sign in to comment.