mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix build breakage on Windows with GCC 4.3. References bug #2176.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48874 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d7d3ea00c0
commit
3ee8402645
@ -212,7 +212,7 @@ struct ToolOptionDescription : public OptionDescription {
|
||||
OptionPropertyList Props;
|
||||
|
||||
// StringMap can only store DefaultConstructible objects
|
||||
ToolOptionDescription() : OptionDescription() {}
|
||||
ToolOptionDescription() : OptionDescription(), Flags(0) {}
|
||||
|
||||
ToolOptionDescription (OptionType::OptionType t, const std::string& n)
|
||||
: OptionDescription(t, n)
|
||||
|
Loading…
Reference in New Issue
Block a user