Skip to content

Commit

Permalink
Merge pull request #7199 from daverodgman/armclang-sha-warning-2.28
Browse files Browse the repository at this point in the history
Backport 2.28: enable -Werror for armclang
  • Loading branch information
daverodgman authored Mar 3, 2023
2 parents 2b810e3 + 6cda3d3 commit 40d79ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ armc6_build_test()

msg "build: ARM Compiler 6 ($FLAGS)"
ARM_TOOL_VARIANT="ult" CC="$ARMC6_CC" AR="$ARMC6_AR" CFLAGS="$FLAGS" \
WARNING_CFLAGS='-xc -std=c99' make lib
WARNING_CFLAGS='-Werror -xc -std=c99' make lib

msg "size: ARM Compiler 6 ($FLAGS)"
"$ARMC6_FROMELF" -z library/*.o
Expand Down

0 comments on commit 40d79ce

Please sign in to comment.