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"))
210
+
.mapValue(overrideWithW(WarningGroup.Default))
186
211
valWvalueDiscard:Setting[Boolean] =BooleanSetting(WarningSetting, "Wvalue-discard", "Warn when non-Unit expression results are unused.")
212
+
.mapValue(overrideWithW(WarningGroup.Default))
187
213
valWNonUnitStatement=BooleanSetting(WarningSetting, "Wnonunit-statement", "Warn when block statements are non-Unit expressions.")
214
+
.mapValue(overrideWithW(WarningGroup.Default))
188
215
valWimplausiblePatterns=BooleanSetting(WarningSetting, "Wimplausible-patterns", "Warn if comparison with a pattern value looks like it might always fail.")
216
+
.mapValue(overrideWithW(WarningGroup.Default))
189
217
valWunstableInlineAccessors=BooleanSetting(WarningSetting, "WunstableInlineAccessors", "Warn an inline methods has references to non-stable binary APIs.")
0 commit comments