Skip to content

Conversation

@nashif
Copy link
Member

@nashif nashif commented Jul 16, 2020

--warnings-as-errors was basically doing nothing, it is the default.
Replace this with an option to disable erroring on warning:

-W, --disable-warnings-as-errors

Fixes #26910

--warnings-as-errors was basically doing nothing, it is the default.
Replace this with an option to disable erroring on warning:

 -W, --disable-warnings-as-errors

Fixes zephyrproject-rtos#26910

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
@nashif nashif force-pushed the sanitycheck/warnings branch from 2f49d12 to aab4537 Compare July 16, 2020 21:28
@nashif nashif removed the request for review from andyross July 16, 2020 21:28
@github-actions github-actions bot added the area: Sanitycheck Sanitycheck has been renamed to Twister label Jul 16, 2020
Copy link
Contributor

@andrewboie andrewboie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!!

@andrewboie
Copy link
Contributor

tested and working for me.

@andrewboie andrewboie requested a review from galak July 16, 2020 21:48
@MaureenHelm MaureenHelm merged commit 5092541 into zephyrproject-rtos:master Jul 17, 2020
f'-B{self.build_dir}',
f'-S{self.source_dir}',
f'-DEXTRA_CFLAGS="{cflags}"',
f'-DEXTRA_AFLAGS="{aflags}',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This quoting did not work for me. Fix submitted in #41706

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Sanitycheck Sanitycheck has been renamed to Twister

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sanitycheck always treats warnings as errors

5 participants