Skip to content

Commit f63406f

Browse files
liuguo09xiaoxiang781216
authored andcommitted
cibuild.sh: call testbuild.sh with '-e -Wno-cpp' option defaultly
So suppress the build warnings with pre-processor directive #warning in GCC. Signed-off-by: liuhaitao <[email protected]>
1 parent 3329f08 commit f63406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ function run_builds {
289289
options+="-j $ncpus"
290290

291291
for build in $builds; do
292-
$nuttx/tools/testbuild.sh $options $build
292+
$nuttx/tools/testbuild.sh $options -e -Wno-cpp $build
293293
done
294294
}
295295

0 commit comments

Comments
 (0)