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
When a target is added using asap_add_library, asap_add_executable, ... with the WARNING option, that option is not properly propagated and the corresponding compiler behavior with regards to treating warnings as errors (or not) is not correct.
The text was updated successfully, but these errors were encountered:
abdes
changed the title
WARNING target option is not properly propagated to compiler options
'WARNING' target option is not properly propagated to compiler options
Sep 21, 2022
By default, for every target we build, a compiler option will be added
to treat warnings as errors, unless the target is added with `WARNING` as
an option.
When that option is used, we now properly propagate it to set the
corresponding compiler option to **NOT** treat warnings as errors.
This is useful when 3rd party dependencies have include files that
generate warnings.
When a target is added using asap_add_library, asap_add_executable, ... with the
WARNING
option, that option is not properly propagated and the corresponding compiler behavior with regards to treating warnings as errors (or not) is not correct.The text was updated successfully, but these errors were encountered: