diff --git a/src/access/tests/BUILD.gn b/src/access/tests/BUILD.gn index f1a2901d9efea0..0c3d311c53e70c 100644 --- a/src/access/tests/BUILD.gn +++ b/src/access/tests/BUILD.gn @@ -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",