diff --git a/ts2panda/ts2abc/BUILD.gn b/ts2panda/ts2abc/BUILD.gn index 3c4f9e00575db5c8a17be176c709467d0c4f09f0..77d34e3a711d64785e6a7d93b5a382e6d295a274 100755 --- a/ts2panda/ts2abc/BUILD.gn +++ b/ts2panda/ts2abc/BUILD.gn @@ -43,11 +43,6 @@ config("ts2abc_config") { "$ark_root/bytecode_optimizer:bytecodeopt_public_config", ] } - - cflags_cc = [ - "-Wno-unused-parameter", - "-Wno-unused-variable", - ] } ohos_executable("ts2abc") {