mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Obj2YamlError - fix uninitialized variable warning. NFCI.
This commit is contained in:
parent
fe84faa878
commit
4ecb51fac6
@ -41,7 +41,7 @@ public:
|
||||
|
||||
private:
|
||||
std::string ErrMsg;
|
||||
obj2yaml_error Code;
|
||||
obj2yaml_error Code = obj2yaml_error::success;
|
||||
};
|
||||
|
||||
} // namespace llvm
|
||||
|
Loading…
Reference in New Issue
Block a user