!22 fix compile in f2fstools

Merge pull request !22 from 张文迪/master
This commit is contained in:
openharmony_ci 2023-06-02 01:37:43 +00:00 committed by Gitee
commit 9cf86194f2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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",