mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 08:11:54 +00:00
Fix warnings and -Werror build on clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3784bf85f3
commit
cff4949683
@ -43,8 +43,8 @@ public:
|
||||
PDB_Machine getMachineType() const;
|
||||
|
||||
private:
|
||||
PDBStream Stream;
|
||||
PDBFile &Pdb;
|
||||
PDBStream Stream;
|
||||
std::unique_ptr<HeaderInfo> Header;
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,7 @@ const uint16_t BuildNewFormatShift = 15;
|
||||
}
|
||||
|
||||
struct PDBDbiStream::HeaderInfo {
|
||||
ulittle32_t VersionSignature;
|
||||
little32_t VersionSignature;
|
||||
ulittle32_t VersionHeader;
|
||||
ulittle32_t Age; // Should match PDBInfoStream.
|
||||
ulittle16_t GSSyms;
|
||||
|
Loading…
x
Reference in New Issue
Block a user