physfs: added patch to make this build with gcc46.
This commit is contained in:
parent
31441c1043
commit
2cf3ecd159
1 changed files with 12 additions and 0 deletions
12
srcpkgs/physfs/patches/gcc46-unused-but-set-variable.patch
Normal file
12
srcpkgs/physfs/patches/gcc46-unused-but-set-variable.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- archivers/wad.c.orig 2011-07-20 11:19:01.409198964 +0200
|
||||
+++ archivers/wad.c 2011-07-20 11:19:31.465196724 +0200
|
||||
@@ -245,9 +245,6 @@ static int wad_load_entries(const char *
|
||||
PHYSFS_uint32 fileCount;
|
||||
PHYSFS_uint32 directoryOffset;
|
||||
WADentry *entry;
|
||||
- char lastDirectory[9];
|
||||
-
|
||||
- lastDirectory[8] = 0; /* Make sure lastDirectory stays null-terminated. */
|
||||
|
||||
BAIL_IF_MACRO(!wad_open(name, forWriting, &fh, &fileCount,&directoryOffset), NULL, 0);
|
||||
info->entryCount = fileCount;
|
Loading…
Reference in a new issue