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
valWhelp:Setting[Boolean] =BooleanSetting(WarningSetting, "W", "Print a synopsis of warning options.")
186
-
valWall:Setting[Boolean] =BooleanSetting(WarningSetting, "Wall", "Enable all warnings")
187
187
valXfatalWarnings:Setting[Boolean] =BooleanSetting(WarningSetting, "Werror", "Fail the compilation if there are any warnings.", aliases =List("-Xfatal-warnings"))
188
188
valWvalueDiscard:Setting[Boolean] =BooleanSetting(WarningSetting, "Wvalue-discard", "Warn when non-Unit expression results are unused.")
189
189
valWNonUnitStatement=BooleanSetting(WarningSetting, "Wnonunit-statement", "Warn when block statements are non-Unit expressions.")
0 commit comments