Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-hh committed Oct 20, 2023
1 parent be1d300 commit 0e1463a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions third_party/bouffalolab/bl602/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ template("bl_iot_sdk") {
cflags_c = [
"-Wno-shadow",
"-Wno-sign-compare",
"-Wno-incompatible-pointer-types"
]
configs += [
":${sdk_target_name}_config_hosal",
Expand Down
1 change: 1 addition & 0 deletions third_party/bouffalolab/bl702/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ template("bl_iot_sdk") {
cflags_c = [
"-Wno-shadow",
"-Wno-sign-compare",
"-Wno-incompatible-pointer-types"
]
configs += [
":${sdk_target_name}_config_hosal",
Expand Down
1 change: 1 addition & 0 deletions third_party/bouffalolab/bl702l/bl_iot_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ template("bl_iot_sdk") {
cflags_c = [
"-Wno-shadow",
"-Wno-sign-compare",
"-Wno-incompatible-pointer-types"
]
configs += [
":${sdk_target_name}_config_bl702l_rom_a0",
Expand Down

0 comments on commit 0e1463a

Please sign in to comment.