mirror of
https://gitee.com/openharmony/third_party_f2fs-tools
synced 2024-11-26 19:51:32 +00:00
fix compile
Signed-off-by: 张文迪 <zhangwendi3@huawei.com>
This commit is contained in:
parent
461b8536e1
commit
b08c917ed4
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user