Skip to content

Commit 2717c2a

Browse files
liuguo09xiaoxiang781216
authored andcommitted
cibuild.sh: enable -Werror for precheck and nightly build as default
Signed-off-by: liuhaitao <[email protected]>
1 parent 0625bdf commit 2717c2a

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 -e -Wno-cpp $build
292+
$nuttx/tools/testbuild.sh $options -e "-Wno-cpp -Werror" $build
293293
done
294294
}
295295

0 commit comments

Comments
 (0)