mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:50:30 +00:00
Fix warnings and -Werror build on clang.
llvm-svn: 267589
This commit is contained in:
parent
680387e581
commit
42b476cbc4
@ -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…
Reference in New Issue
Block a user