1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Fix remaining non-empty list initializers

This commit is contained in:
Hielke Morsink
2018-06-05 16:06:18 +02:00
parent de3cab59bb
commit 184c46992c
6 changed files with 5 additions and 12 deletions

View File

@@ -46,7 +46,7 @@
#endif
#if defined(__APPLE__) && (__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101200)
static mach_timebase_info_data_t _mach_base_info = { 0 };
static mach_timebase_info_data_t _mach_base_info = {};
#endif
#if !((defined (_POSIX_C_SOURCE) && _POSIX_C_SOURCE >= 200809L) || (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE >= 700) || (defined(__APPLE__) && defined(__MACH__)))