Skip to content

Commit

Permalink
remove some -wno flag that are not needed anymore. Root issue fixed i…
Browse files Browse the repository at this point in the history
…n gsdk
  • Loading branch information
jmartinez-silabs committed Aug 30, 2023
1 parent 02910be commit 8b6b1ff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -516,16 +516,7 @@ template("efr32_sdk") {
cflags += [ "-isystem" + rebase_path(include_dir, root_build_dir) ]
}

cflags += [
"-Wno-maybe-uninitialized",
"-Wno-shadow",

# see https://github.com/project-chip/connectedhomeip/issues/26058
"-Wno-error=array-parameter",

# see https://github.com/project-chip/connectedhomeip/issues/26170
"-Wno-error=array-bounds",
]
cflags += [ "-Wno-shadow" ]

if (silabs_family == "efr32mg24" || silabs_family == "mgm24") {
cflags += [ "-mcmse" ]
Expand Down

0 comments on commit 8b6b1ff

Please sign in to comment.