[dmd-internals] [D-Programming-Language/dmd] 92d000: switch case fallthrough is an error, but only enab...
GitHub
noreply at github.com
Sun Dec 15 06:59:40 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 92d00039817bfd2c8d9bce558671b8f0ad509ac9
https://github.com/D-Programming-Language/dmd/commit/92d00039817bfd2c8d9bce558671b8f0ad509ac9
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M src/statement.c
M test/fail_compilation/fail11653.d
Log Message:
-----------
switch case fallthrough is an error, but only enabled with -w
Commit: f9111190ae1b38938a7b02676cc84a7b6e4ea1d2
https://github.com/D-Programming-Language/dmd/commit/f9111190ae1b38938a7b02676cc84a7b6e4ea1d2
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-12-15 (Sun, 15 Dec 2013)
Changed paths:
M src/statement.c
M test/fail_compilation/fail11653.d
Log Message:
-----------
Merge pull request #2965 from rainers/issue11749
fix Issue 11749 - switch case fallthrough error is enabled with -w, but cannot be made informational warning
Compare: https://github.com/D-Programming-Language/dmd/compare/e6ffe6e50ffd...f9111190ae1b
More information about the dmd-internals
mailing list