fix compile

Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
This commit is contained in:
张文迪 2023-06-01 20:39:25 +08:00
parent 461b8536e1
commit b08c917ed4
3 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@
# published by the Free Software Foundation.
import("//build/ohos.gni")
import("//third_party/e2fsprogs/e2fsprogs.gni")
config("f2fs-defaults") {
cflags = [
"-Wno-pointer-sign",

View File

@ -5,6 +5,8 @@
# published by the Free Software Foundation.
import("//build/ohos.gni")
import("//third_party/e2fsprogs/e2fsprogs.gni")
config("f2fs-defaults") {
cflags = [
"-Wno-pointer-sign",

View File

@ -5,6 +5,8 @@
# published by the Free Software Foundation.
import("//build/ohos.gni")
import("//third_party/e2fsprogs/e2fsprogs.gni")
config("f2fs-defaults") {
cflags = [
"-std=gnu89",