File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ template("efr32_sdk") {
133
133
sdk_target_name = target_name
134
134
135
135
config (" ${ sdk_target_name } _config" ) {
136
- cflags = []
137
136
include_dirs = []
138
137
libs = []
139
138
if (defined (invoker .include_dirs )) {
@@ -484,7 +483,7 @@ template("efr32_sdk") {
484
483
485
484
# This is kept due to the warning on the LWIP when on demand timer is added
486
485
# TODO: remove this flag once the warning is fixed in SiSDK MATTER-3946
487
- cflags + = [ " -Wno-error " ]
486
+ cflags_c = [ " -Wno-implicit-function-declaration " ]
488
487
}
489
488
}
490
489
@@ -610,6 +609,7 @@ template("efr32_sdk") {
610
609
]
611
610
}
612
611
612
+ cflags = []
613
613
foreach (include_dir , _include_dirs ) {
614
614
cflags += [ " -isystem" + rebase_path (include_dir , root_build_dir ) ]
615
615
}
You can’t perform that action at this time.
0 commit comments