You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List all warnings explicitly that should be treated as errors
instead of covering all warnings with the `-Werror` flag. But do
keep in mind to add `-Werror=xxx` whenever we use `-Wxxx` (if xxx
stands for a type of warning).
This way we can avoid build failures caused by warning attributes
that would be turned into errors by `-Werror` (which cannot be
suppressed by any `-Wno-error=xxx` flag, unfortunately).
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss [email protected]
0 commit comments