[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 Rainer Schuetze changed: What|Removed |Added Keywords||pull --- Comment #1 from Rainer Sc

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- C

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
/f990ae1b38938a7b02676cc84a7b6e4ea1d2 Merge pull request #2965 from rainers/issue11749 fix Issue 11749 - switch case fallthrough error is enabled with -w, but cannot be made informational warning -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 --- Comment #4 from bearophile_h...@eml.cc 2013-12-15 08:03:13 PST --- This should be an error in every case, I think. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 --- Comment #5 from Rainer Schuetze 2013-12-15 09:15:55 PST --- > This should be an error in every case, I think. I guess you are right. But that would probably mean that it needs to go through deprecation. The patch only tries to remove "D