[dmd-internals] [D-Programming-Language/dmd] c285fe: Add no-op virtual destructor to Condition.
GitHub
noreply at github.com
Tue Jun 11 15:18:33 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c285fe73fd07cb1282fcf0a5e9aac7f234a53375
https://github.com/D-Programming-Language/dmd/commit/c285fe73fd07cb1282fcf0a5e9aac7f234a53375
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M src/cond.h
Log Message:
-----------
Add no-op virtual destructor to Condition.
Silences GCC's "has virtual functions and accessible
non-virtual destructor" warning.
Commit: e654595cbe86e96dbf2457d2928500ba945f86cb
https://github.com/D-Programming-Language/dmd/commit/e654595cbe86e96dbf2457d2928500ba945f86cb
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M src/cond.h
Log Message:
-----------
Merge pull request #2163 from klickverbot/trivial-fixes
Add no-op virtual destructor to Condition.
Compare: https://github.com/D-Programming-Language/dmd/compare/19a54f8d3c65...e654595cbe86
More information about the dmd-internals
mailing list