[dmd-internals] [D-Programming-Language/dmd] 2135d8: Fix clang warnings.
GitHub
noreply at github.com
Mon Dec 9 03:07:57 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2135d8e392b5b60109fead5e29390b83a11b55a9
https://github.com/D-Programming-Language/dmd/commit/2135d8e392b5b60109fead5e29390b83a11b55a9
Author: kai <kai at redstar.de>
Date: 2013-12-08 (Sun, 08 Dec 2013)
Changed paths:
M src/arraytypes.h
M src/mars.h
Log Message:
-----------
Fix clang warnings.
This pull request fixes some simple warnings which clang emits:
- mismatch between class and struct declaration
- mismatch between unsigned type and signed value
- missing virtual destructor
Commit: 6a65ae7c77114529aa256b29c4d62e6ec481a19b
https://github.com/D-Programming-Language/dmd/commit/6a65ae7c77114529aa256b29c4d62e6ec481a19b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-12-09 (Mon, 09 Dec 2013)
Changed paths:
M src/arraytypes.h
M src/mars.h
Log Message:
-----------
Merge pull request #2938 from redstar/warnings
Fix clang warnings.
Compare: https://github.com/D-Programming-Language/dmd/compare/99ff22023fca...6a65ae7c7711
More information about the dmd-internals
mailing list