mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
Fix problems uncovered by VC++ (first time compiled by VC++)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -90,7 +90,6 @@ Archive::parseMemberHeader(const char*& At, const char* End) {
|
||||
// a '/' and blanks.
|
||||
|
||||
std::string pathname;
|
||||
unsigned index;
|
||||
switch (Hdr->name[0]) {
|
||||
case '#':
|
||||
if (Hdr->name[1] == '1' && Hdr->name[2] == '/') {
|
||||
|
Reference in New Issue
Block a user