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 Dec 15, 2022
1 parent 1824749 commit 3331848
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 3331848

Please sign in to comment.