Skip to content

Commit

Permalink
[build] Fix project-chip#21255 - allow circular initialization of Sim…
Browse files Browse the repository at this point in the history
…pleStateMachine test.
  • Loading branch information
turon committed Sep 7, 2022
1 parent a49b2bb commit 6e99cf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/support/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ chip_test_suite("tests") {
test_sources += [ "TestCHIPArgParser.cpp" ]
}

cflags = [ "-Wconversion" ]
cflags = [
"-Wconversion",
"-Wno-error=uninitialized",
]

public_deps = [
"${chip_root}/src/credentials",
Expand Down

0 comments on commit 6e99cf1

Please sign in to comment.