Skip to content

Commit 3f76a7a

Browse files
committed
builder:siwisdk: Fix build warning with cpp files
CFLAG defined in Common c/c++ build flags causing build warning Signed-off-by: Ajay Bhargav <[email protected]>
1 parent a966e4e commit 3f76a7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/framework/siwisdk.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ def gen_fota_file(target, source, env):
115115
"-Wall",
116116
"-mthumb",
117117
"-mthumb-interwork",
118+
],
119+
120+
CFLAGS=[
118121
"-std=gnu11"
119122
],
120123

0 commit comments

Comments
 (0)