- Fixed: All clang 5.0 warnings.
- Renamed autostart/autozend since Xcode’s build process links in strictly alphabetical order.
This commit is contained in:
parent
cd3f5db16a
commit
d8ff4ec281
31 changed files with 57 additions and 81 deletions
|
|
@ -719,7 +719,7 @@ bool I_WriteIniFailed ()
|
|||
|
||||
static const char *pattern;
|
||||
|
||||
#if defined(__APPLE__) && !defined(__llvm__)
|
||||
#if defined(__APPLE__) && !defined(__MAC_10_8)
|
||||
static int matchfile (struct dirent *ent)
|
||||
#else
|
||||
static int matchfile (const struct dirent *ent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue