mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r21522) -Fix: [OSX] Silence a warning when compiling without quartz and quickdraw
This commit is contained in:
parent
f69d280f14
commit
ab413313ef
@ -204,7 +204,9 @@ void QZ_GameSizeChanged()
|
||||
|
||||
static CocoaSubdriver *QZ_CreateWindowSubdriver(int width, int height, int bpp)
|
||||
{
|
||||
#if defined(ENABLE_COCOA_QUARTZ) || defined(ENABLE_COCOA_QUICKDRAW)
|
||||
CocoaSubdriver *ret;
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_COCOA_QUARTZ
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
|
||||
|
Loading…
Reference in New Issue
Block a user