Skip to content

Commit

Permalink
[check] Remove flags from testaccess target
Browse files Browse the repository at this point in the history
  • Loading branch information
jlatusek authored and mbknust committed Feb 13, 2024
1 parent 7b09abf commit 1037490
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/access/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ chip_test_suite("tests") {
output_name = "libaccesstest"
test_sources = [ "TestAccessControl.cpp" ]

cflags = [
"-Wconversion",

# TODO: Fix compilation warnings and remove this
"-Wno-error=undef",
"-Wno-error=sign-compare",
"-Wno-error=sign-conversion",
]

cflags = [ "-Wconversion" ]
public_deps = [
"${chip_root}/src/access",
"${chip_root}/src/lib/support:test_utils",
Expand Down

0 comments on commit 1037490

Please sign in to comment.