- Notifications
You must be signed in to change notification settings - Fork 182
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Thomas Broyer opened MCOMPILER-457 and commented
I see no reason to hide warnings by default, and setting failOnWarning to true will be useless without also setting showWarnings to true; but you'll actually never know until you actually expect a warning (and build failure) and doesn't see it. Setting failOnWarning preventively without also setting showWarnings thus won't prevent anything; even if you also pass a strict -Xlint:all (because -nowarn has precedence apparently).
Remote Links:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function