Skip to content

Removes -Werror=all from cflags #7060

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
CI testing - now should pass all CI testing cases
  • Loading branch information
SuGlider committed Aug 5, 2022
commit 22cb8c7367baa1cac1843dc8184ff94cd85b514e
4 changes: 2 additions & 2 deletions platform.local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ compiler.warning_flags.all=-Wall -Werror=all -Wextra
#
# Common Warning ignoring flags
#
#compiler.all.w_flags=-Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-but-set-variable
compiler.all.w_flags=
compiler.all.w_flags=-Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-but-set-variable
#compiler.all.w_flags=

#
# ESP32 Support Start
Expand Down