Revert "Ignore warnings for llvm15 upgrade"

This reverts commit ea04662f70.

Signed-off-by: haotuo <haotuo@huawei.com>
This commit is contained in:
haotuo
2023-04-10 20:51:48 +08:00
parent 9b7a10d139
commit ced2010814
-1
View File
@@ -63,7 +63,6 @@ ohos_executable("syscap_tool_bin") {
}
if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") {
cflags = [ "-DPATH_MAX=1024" ]
cflags += [ "-Wno-int-conversion" ]
}
sources = [ "./src/main.c" ]
sources += sources_platform_common