In Scala 2.12 is there any difference between any of these options:
-Xlint:adapted-argsvs-Ywarn-adapted-args-Xlint:nullary-unitvs-Ywarn-nullary-unit-Xlint:inaccessiblevs-Ywarn-inaccessible-Xlint:nullary-overridevs-Ywarn-nullary-override-Xlint:infer-anyvs-Ywarn-infer-any
If not, which one makes more sense to use? I also compile with fatal-warnings, and almost all -Ywarn and -Xlint options.