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
valXfatalWarnings:Setting[Boolean] =BooleanSetting(WarningSetting, "Werror", "Fail the compilation if there are any warnings.", aliases =List("-Xfatal-warnings"))
185
+
.mapValue(overrideWithW(WarningGroup.Default))
161
186
valWvalueDiscard:Setting[Boolean] =BooleanSetting(WarningSetting, "Wvalue-discard", "Warn when non-Unit expression results are unused.")
187
+
.mapValue(overrideWithW(WarningGroup.Default))
162
188
valWNonUnitStatement=BooleanSetting(WarningSetting, "Wnonunit-statement", "Warn when block statements are non-Unit expressions.")
189
+
.mapValue(overrideWithW(WarningGroup.Default))
163
190
valWenumCommentDiscard=BooleanSetting(WarningSetting, "Wenum-comment-discard", "Warn when a comment ambiguously assigned to multiple enum cases is discarded.")
164
191
valWimplausiblePatterns=BooleanSetting(WarningSetting, "Wimplausible-patterns", "Warn if comparison with a pattern value looks like it might always fail.")
192
+
.mapValue(overrideWithW(WarningGroup.Default))
165
193
valWunstableInlineAccessors=BooleanSetting(WarningSetting, "WunstableInlineAccessors", "Warn an inline methods has references to non-stable binary APIs.")
0 commit comments