Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 449.86 KB | None | 0 0
  1. Tuukkas-Mini:~ tuuktuuk$ cd Downloads/ottd/OpenTTD_PatchPack-master_joker
  2. Tuukkas-Mini:OpenTTD_PatchPack-master_joker tuuktuuk$ ls
  3. COPYING         Makefile.src.in     lib
  4. Doxyfile        bin         media
  5. Makefile.bundle.in  changelog.txt       os
  6. Makefile.grf.in     config.lib      projects
  7. Makefile.in     configure       readme.txt
  8. Makefile.lang.in    docs            source.list
  9. Makefile.msvc       findversion.sh      src
  10. Makefile.setting.in known-bugs.txt
  11. Tuukkas-Mini:OpenTTD_PatchPack-master_joker tuuktuuk$ ./configure
  12. checking awk... awk
  13. detecting OS... OSX
  14. checking build system type... x86_64-apple-darwin15.6.0
  15. checking host system type... x86_64-apple-darwin15.6.0
  16. checking universal build... no
  17. checking build cc... gcc
  18. checking host cc... gcc
  19. checking build c++... g++
  20. checking host c++... g++
  21. checking strip... disabled
  22. checking builtin depend... yes
  23. checking makedepend... disabled
  24. detecting cpu-type... 64 bits
  25. detecting SSE... found
  26. checking static... no
  27. checking unicode... no
  28. using debug level... no
  29. using desync debug level... no
  30. using link time optimization... no
  31. checking OSX sysroot... no (use system default)
  32. checking Allegro... OSX, skipping
  33. checking SDL... OSX, skipping
  34. checking COCOA... found
  35. checking whether to enable the Quartz window subdriver... yes
  36. checking Quickdraw window subdriver... disabled (64 bits)
  37. checking GDI video driver... not Windows, skipping
  38. checking dedicated... not selected
  39. checking console application... not Windows, skipping
  40. checking network... found
  41. checking squirrel... found
  42. checking translator... no
  43. checking assert... enabled
  44. checking zlib... found
  45. checking liblzma... found
  46. checking lzo2... found
  47. checking libxdg-basedir... not found
  48. checking libpng... found
  49. checking freetype2... found
  50. checking libfontconfig... OSX, skipping
  51. checking icu-lx... found
  52. checking icu-i18n... found
  53. checking psp-config... not PSP, skipping
  54. checking libtimidity... not found
  55. checking direct-music... not Windows, skipping
  56. checking sort... sort
  57. checking endianness... PREPROCESSOR
  58. suppress language errors... no
  59. checking stripping... skipped
  60. checking distcc... no (only used when forced)
  61. checking ccache... no (only used when forced)
  62. checking grfcodec... not found
  63. checking nforenum... not found
  64. detecting ppc970 (G5)... no
  65. checking revision... no detection
  66. WARNING: there is no means to determine the version.
  67. WARNING: please use a subversion, mercurial, or git checkout of OpenTTD.
  68. WARNING: you can only join game servers that have been compiled without
  69. WARNING:   version detection.
  70. WARNING: there is a great chance you desync.
  71. WARNING: USE WITH CAUTION!
  72. checking iconv... found
  73. checking if iconv has non-const inbuf... yes
  74. checking whether to link to iconv... yes
  75. personal home directory... Documents/OpenTTD
  76. shared data directory... /Library/Application\ Support/OpenTTD
  77. installation directory... /
  78. icon theme directory... none
  79. manual page directory... share/man/man6
  80. menu item directory... none
  81. clang: error: unsupported option '-dumpspecs'
  82. clang: error: no input files
  83. clang: error: unsupported option '-dumpspecs'
  84. clang: error: no input files
  85. using CFLAGS_BUILD...  -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -DOSX -D_FORTIFY_SOURCE=2 -O1
  86. using CXXFLAGS_BUILD...
  87. using LDFLAGS_BUILD...
  88. using CFLAGS...  -O2 -fomit-frame-pointer  -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -DOSX -D_FORTIFY_SOURCE=2 -DWITH_SSE -isystem/opt/local/include -DNO_QUICKTIME -DUNIX -DWITH_COCOA -DENABLE_COCOA_QUARTZ -DWITH_ZLIB -I/opt/local/include  -DWITH_LZMA -I/opt/local/include  -DWITH_LZO -D_SQ64 -I/Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/3rdparty/squirrel/include -DWITH_PNG -I/opt/local/include/libpng16  -DWITH_FREETYPE -I/opt/local/include/freetype2  -DWITH_ICU_LAYOUT -I/opt/local/include  -DWITH_ICU_SORT -I/opt/local/include  -DWITH_ICONV -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\"Documents/OpenTTD\" -DWITH_SHARED_DIR -DSHARED_DIR=\"/Library/Application\ Support/OpenTTD\" -DGLOBAL_DATA_DIR=\"/usr/local/share/games/openttd\"
  89. using CXXFLAGS...
  90. using LDFLAGS... -lstdc++ -lc -F/System/Library/Frameworks -framework Cocoa -framework Carbon -framework AudioUnit -framework AudioToolbox -L/opt/local/lib -lz  -L/opt/local/lib -llzma  -llzo2 -L/opt/local/lib -lpng16  -L/opt/local/lib -lfreetype  -L/opt/local/lib -liculx -licule -licuuc -licudata  -L/opt/local/lib -licui18n -licuuc -licudata  -liconv   -framework Cocoa
  91. Generating Makefile...
  92. Generating lang/Makefile...
  93. Generating setting/Makefile...
  94. Generating grf/Makefile...
  95. Generating objs/Makefile...
  96. Tuukkas-Mini:OpenTTD_PatchPack-master_joker tuuktuuk$ make
  97. [LANG] Compiling and Linking endian_check
  98. [LANG] Testing endianness for host
  99. [LANG] Compiling core/alloc_func.cpp
  100. [LANG] Compiling string.cpp
  101. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/string.cpp:54:49: warning:
  102.      format string is not a string literal [-Wformat-nonliteral]
  103.        return min((int)diff, vsnprintf(str, diff + 1, format, ap));
  104.                                                       ^~~~~~
  105. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/string.cpp:15:
  106. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  107.      unused typedef '__t117' [-Wunused-local-typedef]
  108.        assert_compile(sizeof(size_t) == sizeof(void *));
  109.        ^
  110. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  111.      expanded from macro 'assert_compile'
  112. #define assert_compile(expr) static_assert(expr, #expr )
  113.                             ^
  114. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  115.      expanded from macro 'static_assert'
  116.    _LIBCPP_CONCAT(__t, __LINE__)
  117.    ^
  118. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  119.      expanded from macro '_LIBCPP_CONCAT'
  120. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  121.                                            ^
  122. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  123.      expanded from macro '_LIBCPP_CONCAT1'
  124. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  125.                                             ^
  126. <scratch space>:65:1: note: expanded from here
  127. __t117
  128. ^
  129. 2 warnings generated.
  130. [LANG] Compiling strgen/strgen_base.cpp
  131. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/strgen_base.cpp:17:
  132. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/strgen.h:15:
  133. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../language.h:15:
  134. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../core/smallvec_type.hpp:16:
  135. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../core/mem_func.hpp:15:
  136. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../core/math_func.hpp:117:2: warning:
  137.      unused typedef '__t117' [-Wunused-local-typedef]
  138.        assert_compile(sizeof(size_t) == sizeof(void *));
  139.        ^
  140. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../stdafx.h:364:30: note:
  141.      expanded from macro 'assert_compile'
  142. #define assert_compile(expr) static_assert(expr, #expr )
  143.                             ^
  144. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  145.      expanded from macro 'static_assert'
  146.    _LIBCPP_CONCAT(__t, __LINE__)
  147.    ^
  148. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  149.      expanded from macro '_LIBCPP_CONCAT'
  150. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  151.                                            ^
  152. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  153.      expanded from macro '_LIBCPP_CONCAT1'
  154. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  155.                                             ^
  156. <scratch space>:65:1: note: expanded from here
  157. __t117
  158. ^
  159. 1 warning generated.
  160. [LANG] Compiling strgen/strgen.cpp
  161. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/strgen.cpp:19:
  162. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/strgen.h:15:
  163. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../language.h:15:
  164. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../core/smallvec_type.hpp:16:
  165. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../core/mem_func.hpp:15:
  166. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../core/math_func.hpp:117:2: warning:
  167.      unused typedef '__t117' [-Wunused-local-typedef]
  168.        assert_compile(sizeof(size_t) == sizeof(void *));
  169.        ^
  170. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strgen/../stdafx.h:364:30: note:
  171.      expanded from macro 'assert_compile'
  172. #define assert_compile(expr) static_assert(expr, #expr )
  173.                             ^
  174. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  175.      expanded from macro 'static_assert'
  176.    _LIBCPP_CONCAT(__t, __LINE__)
  177.    ^
  178. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  179.      expanded from macro '_LIBCPP_CONCAT'
  180. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  181.                                            ^
  182. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  183.      expanded from macro '_LIBCPP_CONCAT1'
  184. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  185.                                             ^
  186. <scratch space>:65:1: note: expanded from here
  187. __t117
  188. ^
  189. 1 warning generated.
  190. [LANG] Compiling getoptdata.cpp
  191. [LANG] Compiling and Linking strgen
  192. [LANG] Generating table/strings.h
  193. [LANG] Compiling language afrikaans
  194. [LANG] Compiling language arabic_egypt
  195. [LANG] Compiling language basque
  196. [LANG] Compiling language belarusian
  197. [LANG] Compiling language brazilian_portuguese
  198. [LANG] Compiling language bulgarian
  199. [LANG] Compiling language catalan
  200. [LANG] Compiling language croatian
  201. [LANG] Compiling language czech
  202. [LANG] Compiling language danish
  203. [LANG] Compiling language dutch
  204. [LANG] Compiling language english
  205. [LANG] Compiling language english_AU
  206. [LANG] Compiling language english_US
  207. [LANG] Compiling language esperanto
  208. [LANG] Compiling language estonian
  209. [LANG] Compiling language faroese
  210. [LANG] Compiling language finnish
  211. [LANG] Compiling language french
  212. [LANG] Compiling language gaelic
  213. [LANG] Compiling language galician
  214. [LANG] Compiling language german
  215. [LANG] Compiling language greek
  216. [LANG] Compiling language hebrew
  217. [LANG] Compiling language hungarian
  218. [LANG] Compiling language icelandic
  219. [LANG] Compiling language indonesian
  220. [LANG] Compiling language irish
  221. [LANG] Compiling language italian
  222. [LANG] Compiling language japanese
  223. [LANG] Compiling language korean
  224. [LANG] Compiling language latin
  225. [LANG] Compiling language latvian
  226. [LANG] Compiling language lithuanian
  227. [LANG] Compiling language luxembourgish
  228. [LANG] Compiling language malay
  229. [LANG] Compiling language norwegian_bokmal
  230. [LANG] Compiling language norwegian_nynorsk
  231. [LANG] Compiling language polish
  232. [LANG] Compiling language portuguese
  233. [LANG] Compiling language romanian
  234. [LANG] Compiling language russian
  235. [LANG] Compiling language serbian
  236. [LANG] Compiling language simplified_chinese
  237. [LANG] Compiling language slovak
  238. [LANG] Compiling language slovenian
  239. [LANG] Compiling language spanish
  240. [LANG] Compiling language spanish_MX
  241. [LANG] Compiling language swedish
  242. [LANG] Compiling language tamil
  243. [LANG] Compiling language thai
  244. [LANG] Compiling language traditional_chinese
  245. [LANG] Compiling language turkish
  246. [LANG] Compiling language ukrainian
  247. [LANG] Compiling language vietnamese
  248. [LANG] Compiling language welsh
  249. [SETTING] Compiling and Linking endian_check
  250. [SETTING] Testing endianness for host
  251. [SETTING] Compiling core/alloc_func.cpp
  252. [SETTING] Compiling string.cpp
  253. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/string.cpp:54:49: warning:
  254.      format string is not a string literal [-Wformat-nonliteral]
  255.        return min((int)diff, vsnprintf(str, diff + 1, format, ap));
  256.                                                       ^~~~~~
  257. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/string.cpp:15:
  258. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  259.      unused typedef '__t117' [-Wunused-local-typedef]
  260.        assert_compile(sizeof(size_t) == sizeof(void *));
  261.        ^
  262. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  263.      expanded from macro 'assert_compile'
  264. #define assert_compile(expr) static_assert(expr, #expr )
  265.                             ^
  266. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  267.      expanded from macro 'static_assert'
  268.    _LIBCPP_CONCAT(__t, __LINE__)
  269.    ^
  270. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  271.      expanded from macro '_LIBCPP_CONCAT'
  272. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  273.                                            ^
  274. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  275.      expanded from macro '_LIBCPP_CONCAT1'
  276. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  277.                                             ^
  278. <scratch space>:65:1: note: expanded from here
  279. __t117
  280. ^
  281. 2 warnings generated.
  282. [SETTING] Compiling ini_load.cpp
  283. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ini_load.cpp:14:
  284. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  285. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  286.      unused typedef '__t117' [-Wunused-local-typedef]
  287.        assert_compile(sizeof(size_t) == sizeof(void *));
  288.        ^
  289. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  290.      expanded from macro 'assert_compile'
  291. #define assert_compile(expr) static_assert(expr, #expr )
  292.                             ^
  293. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  294.      expanded from macro 'static_assert'
  295.    _LIBCPP_CONCAT(__t, __LINE__)
  296.    ^
  297. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  298.      expanded from macro '_LIBCPP_CONCAT'
  299. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  300.                                            ^
  301. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  302.      expanded from macro '_LIBCPP_CONCAT1'
  303. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  304.                                             ^
  305. <scratch space>:65:1: note: expanded from here
  306. __t117
  307. ^
  308. 1 warning generated.
  309. [SETTING] Compiling settingsgen/settingsgen.cpp
  310. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settingsgen/settingsgen.cpp:17:
  311. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settingsgen/../core/smallvec_type.hpp:16:
  312. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settingsgen/../core/mem_func.hpp:15:
  313. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settingsgen/../core/math_func.hpp:117:2: warning:
  314.      unused typedef '__t117' [-Wunused-local-typedef]
  315.        assert_compile(sizeof(size_t) == sizeof(void *));
  316.        ^
  317. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settingsgen/../stdafx.h:364:30: note:
  318.      expanded from macro 'assert_compile'
  319. #define assert_compile(expr) static_assert(expr, #expr )
  320.                             ^
  321. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  322.      expanded from macro 'static_assert'
  323.    _LIBCPP_CONCAT(__t, __LINE__)
  324.    ^
  325. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  326.      expanded from macro '_LIBCPP_CONCAT'
  327. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  328.                                            ^
  329. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  330.      expanded from macro '_LIBCPP_CONCAT1'
  331. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  332.                                             ^
  333. <scratch space>:65:1: note: expanded from here
  334. __t117
  335. ^
  336. 1 warning generated.
  337. [SETTING] Compiling getoptdata.cpp
  338. [SETTING] Compiling and Linking settings_gen
  339. [SETTING] Generating table/settings.h
  340. make[1]: Nothing to be done for `all'.
  341. [SRC] Compiling and Linking endian_check
  342. [SRC] Testing endianness for target
  343. [SRC] Compiling and linking depend
  344. [SRC] DEP CHECK (all files)
  345. [SRC] Compiling 3rdparty/md5/md5.cpp
  346. [SRC] Compiling 3rdparty/squirrel/sqstdlib/sqstdaux.cpp
  347. [SRC] Compiling 3rdparty/squirrel/sqstdlib/sqstdmath.cpp
  348. [SRC] Compiling 3rdparty/squirrel/squirrel/sqapi.cpp
  349. [SRC] Compiling 3rdparty/squirrel/squirrel/sqbaselib.cpp
  350. [SRC] Compiling 3rdparty/squirrel/squirrel/sqclass.cpp
  351. [SRC] Compiling 3rdparty/squirrel/squirrel/sqcompiler.cpp
  352. [SRC] Compiling 3rdparty/squirrel/squirrel/sqdebug.cpp
  353. [SRC] Compiling 3rdparty/squirrel/squirrel/sqfuncstate.cpp
  354. [SRC] Compiling 3rdparty/squirrel/squirrel/sqlexer.cpp
  355. [SRC] Compiling 3rdparty/squirrel/squirrel/sqmem.cpp
  356. [SRC] Compiling 3rdparty/squirrel/squirrel/sqobject.cpp
  357. [SRC] Compiling 3rdparty/squirrel/squirrel/sqstate.cpp
  358. [SRC] Compiling 3rdparty/squirrel/squirrel/sqtable.cpp
  359. [SRC] Compiling 3rdparty/squirrel/squirrel/sqvm.cpp
  360. [SRC] Compiling ai/ai_config.cpp
  361. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.cpp:13:
  362. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../settings_type.h:20:
  363. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cargotype.h:15:
  364. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../widgets/../economy_type.h:15:
  365. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../core/overflowsafe_type.hpp:15:
  366. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/math_func.hpp:117:2: warning:
  367.      unused typedef '__t117' [-Wunused-local-typedef]
  368.        assert_compile(sizeof(size_t) == sizeof(void *));
  369.        ^
  370. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  371.      expanded from macro 'assert_compile'
  372. #define assert_compile(expr) static_assert(expr, #expr )
  373.                             ^
  374. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  375.      expanded from macro 'static_assert'
  376.    _LIBCPP_CONCAT(__t, __LINE__)
  377.    ^
  378. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  379.      expanded from macro '_LIBCPP_CONCAT'
  380. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  381.                                            ^
  382. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  383.      expanded from macro '_LIBCPP_CONCAT1'
  384. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  385.                                             ^
  386. <scratch space>:65:1: note: expanded from here
  387. __t117
  388. ^
  389. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.cpp:16:
  390. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  391. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../script_config.hpp:20:
  392. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../textfile_gui.h:16:
  393. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../strings_func.h:89:3: warning:
  394.      unused typedef '__t89' [-Wunused-local-typedef]
  395.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  396.                ^
  397. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  398.      expanded from macro 'assert_compile'
  399. #define assert_compile(expr) static_assert(expr, #expr )
  400.                             ^
  401. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  402.      expanded from macro 'static_assert'
  403.    _LIBCPP_CONCAT(__t, __LINE__)
  404.    ^
  405. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  406.      expanded from macro '_LIBCPP_CONCAT'
  407. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  408.                                            ^
  409. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  410.      expanded from macro '_LIBCPP_CONCAT1'
  411. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  412.                                             ^
  413. <scratch space>:536:1: note: expanded from here
  414. __t89
  415. ^
  416. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.cpp:16:
  417. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  418. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../script_config.hpp:20:
  419. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../textfile_gui.h:18:
  420. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  421. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  422. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  423. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  424. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  425. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  426. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:29:2: warning:
  427.      unused typedef '__t29' [-Wunused-local-typedef]
  428.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  429.        ^
  430. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  431.      expanded from macro 'assert_tcompile'
  432. #define assert_tcompile(expr) assert_compile(expr)
  433.                              ^
  434. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  435.      expanded from macro 'assert_compile'
  436. #define assert_compile(expr) static_assert(expr, #expr )
  437.                             ^
  438. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  439.      expanded from macro 'static_assert'
  440.    _LIBCPP_CONCAT(__t, __LINE__)
  441.    ^
  442. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  443.      expanded from macro '_LIBCPP_CONCAT'
  444. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  445.                                            ^
  446. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  447.      expanded from macro '_LIBCPP_CONCAT1'
  448. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  449.                                             ^
  450. <scratch space>:19:1: note: expanded from here
  451. __t29
  452. ^
  453. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.cpp:16:
  454. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  455. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../script_config.hpp:20:
  456. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../textfile_gui.h:18:
  457. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  458. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  459. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  460. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  461. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  462. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  463. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:31:2: warning:
  464.      unused typedef '__t31' [-Wunused-local-typedef]
  465.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  466.        ^
  467. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  468.      expanded from macro 'assert_tcompile'
  469. #define assert_tcompile(expr) assert_compile(expr)
  470.                              ^
  471. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  472.      expanded from macro 'assert_compile'
  473. #define assert_compile(expr) static_assert(expr, #expr )
  474.                             ^
  475. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  476.      expanded from macro 'static_assert'
  477.    _LIBCPP_CONCAT(__t, __LINE__)
  478.    ^
  479. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  480.      expanded from macro '_LIBCPP_CONCAT'
  481. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  482.                                            ^
  483. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  484.      expanded from macro '_LIBCPP_CONCAT1'
  485. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  486.                                             ^
  487. <scratch space>:25:1: note: expanded from here
  488. __t31
  489. ^
  490. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.cpp:16:
  491. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  492. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../script_config.hpp:20:
  493. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../textfile_gui.h:18:
  494. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  495. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  496. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  497. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  498. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  499. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  500. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:30:2: warning:
  501.      unused typedef '__t30' [-Wunused-local-typedef]
  502.        assert_tcompile(S + N <= sizeof(U) * 8);
  503.        ^
  504. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  505.      expanded from macro 'assert_tcompile'
  506. #define assert_tcompile(expr) assert_compile(expr)
  507.                              ^
  508. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  509.      expanded from macro 'assert_compile'
  510. #define assert_compile(expr) static_assert(expr, #expr )
  511.                             ^
  512. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  513.      expanded from macro 'static_assert'
  514.    _LIBCPP_CONCAT(__t, __LINE__)
  515.    ^
  516. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  517.      expanded from macro '_LIBCPP_CONCAT'
  518. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  519.                                            ^
  520. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  521.      expanded from macro '_LIBCPP_CONCAT1'
  522. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  523.                                             ^
  524. <scratch space>:22:1: note: expanded from here
  525. __t30
  526. ^
  527. 5 warnings generated.
  528. [SRC] Compiling ai/ai_core.cpp
  529. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_core.cpp:15:
  530. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../company_base.h:19:
  531. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../settings_type.h:20:
  532. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cargotype.h:15:
  533. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../widgets/../economy_type.h:15:
  534. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../core/overflowsafe_type.hpp:15:
  535. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/math_func.hpp:117:2: warning:
  536.      unused typedef '__t117' [-Wunused-local-typedef]
  537.        assert_compile(sizeof(size_t) == sizeof(void *));
  538.        ^
  539. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  540.      expanded from macro 'assert_compile'
  541. #define assert_compile(expr) static_assert(expr, #expr )
  542.                             ^
  543. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  544.      expanded from macro 'static_assert'
  545.    _LIBCPP_CONCAT(__t, __LINE__)
  546.    ^
  547. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  548.      expanded from macro '_LIBCPP_CONCAT'
  549. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  550.                                            ^
  551. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  552.      expanded from macro '_LIBCPP_CONCAT1'
  553. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  554.                                             ^
  555. <scratch space>:86:1: note: expanded from here
  556. __t117
  557. ^
  558. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_core.cpp:21:
  559. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  560. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  561. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:16:
  562. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../strings_func.h:89:3: warning:
  563.      unused typedef '__t89' [-Wunused-local-typedef]
  564.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  565.                ^
  566. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  567.      expanded from macro 'assert_compile'
  568. #define assert_compile(expr) static_assert(expr, #expr )
  569.                             ^
  570. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  571.      expanded from macro 'static_assert'
  572.    _LIBCPP_CONCAT(__t, __LINE__)
  573.    ^
  574. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  575.      expanded from macro '_LIBCPP_CONCAT'
  576. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  577.                                            ^
  578. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  579.      expanded from macro '_LIBCPP_CONCAT1'
  580. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  581.                                             ^
  582. <scratch space>:5:1: note: expanded from here
  583. __t89
  584. ^
  585. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_core.cpp:21:
  586. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  587. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  588. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  589. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  590. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  591. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  592. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  593. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  594. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  595. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:31:2: warning:
  596.      unused typedef '__t31' [-Wunused-local-typedef]
  597.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  598.        ^
  599. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  600.      expanded from macro 'assert_tcompile'
  601. #define assert_tcompile(expr) assert_compile(expr)
  602.                              ^
  603. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  604.      expanded from macro 'assert_compile'
  605. #define assert_compile(expr) static_assert(expr, #expr )
  606.                             ^
  607. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  608.      expanded from macro 'static_assert'
  609.    _LIBCPP_CONCAT(__t, __LINE__)
  610.    ^
  611. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  612.      expanded from macro '_LIBCPP_CONCAT'
  613. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  614.                                            ^
  615. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  616.      expanded from macro '_LIBCPP_CONCAT1'
  617. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  618.                                             ^
  619. <scratch space>:32:1: note: expanded from here
  620. __t31
  621. ^
  622. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_core.cpp:21:
  623. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  624. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  625. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  626. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  627. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  628. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  629. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  630. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  631. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  632. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:29:2: warning:
  633.      unused typedef '__t29' [-Wunused-local-typedef]
  634.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  635.        ^
  636. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  637.      expanded from macro 'assert_tcompile'
  638. #define assert_tcompile(expr) assert_compile(expr)
  639.                              ^
  640. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  641.      expanded from macro 'assert_compile'
  642. #define assert_compile(expr) static_assert(expr, #expr )
  643.                             ^
  644. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  645.      expanded from macro 'static_assert'
  646.    _LIBCPP_CONCAT(__t, __LINE__)
  647.    ^
  648. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  649.      expanded from macro '_LIBCPP_CONCAT'
  650. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  651.                                            ^
  652. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  653.      expanded from macro '_LIBCPP_CONCAT1'
  654. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  655.                                             ^
  656. <scratch space>:26:1: note: expanded from here
  657. __t29
  658. ^
  659. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_core.cpp:21:
  660. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  661. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  662. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  663. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  664. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  665. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  666. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  667. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  668. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  669. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:30:2: warning:
  670.      unused typedef '__t30' [-Wunused-local-typedef]
  671.        assert_tcompile(S + N <= sizeof(U) * 8);
  672.        ^
  673. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  674.      expanded from macro 'assert_tcompile'
  675. #define assert_tcompile(expr) assert_compile(expr)
  676.                              ^
  677. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  678.      expanded from macro 'assert_compile'
  679. #define assert_compile(expr) static_assert(expr, #expr )
  680.                             ^
  681. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  682.      expanded from macro 'static_assert'
  683.    _LIBCPP_CONCAT(__t, __LINE__)
  684.    ^
  685. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  686.      expanded from macro '_LIBCPP_CONCAT'
  687. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  688.                                            ^
  689. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  690.      expanded from macro '_LIBCPP_CONCAT1'
  691. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  692.                                             ^
  693. <scratch space>:29:1: note: expanded from here
  694. __t30
  695. ^
  696. 5 warnings generated.
  697. [SRC] Compiling ai/ai_gui.cpp
  698. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_gui.cpp:16:
  699. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../querystring_gui.h:17:
  700. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../widgets/../window_gui.h:19:
  701. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../widget_type.h:17:
  702. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/math_func.hpp:117:2: warning:
  703.      unused typedef '__t117' [-Wunused-local-typedef]
  704.        assert_compile(sizeof(size_t) == sizeof(void *));
  705.        ^
  706. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  707.      expanded from macro 'assert_compile'
  708. #define assert_compile(expr) static_assert(expr, #expr )
  709.                             ^
  710. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  711.      expanded from macro 'static_assert'
  712.    _LIBCPP_CONCAT(__t, __LINE__)
  713.    ^
  714. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  715.      expanded from macro '_LIBCPP_CONCAT'
  716. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  717.                                            ^
  718. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  719.      expanded from macro '_LIBCPP_CONCAT1'
  720. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  721.                                             ^
  722. <scratch space>:83:1: note: expanded from here
  723. __t117
  724. ^
  725. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_gui.cpp:16:
  726. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../querystring_gui.h:17:
  727. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../widgets/../window_gui.h:20:
  728. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  729. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  730. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  731. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  732. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  733. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:29:2: warning:
  734.      unused typedef '__t29' [-Wunused-local-typedef]
  735.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  736.        ^
  737. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  738.      expanded from macro 'assert_tcompile'
  739. #define assert_tcompile(expr) assert_compile(expr)
  740.                              ^
  741. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  742.      expanded from macro 'assert_compile'
  743. #define assert_compile(expr) static_assert(expr, #expr )
  744.                             ^
  745. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  746.      expanded from macro 'static_assert'
  747.    _LIBCPP_CONCAT(__t, __LINE__)
  748.    ^
  749. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  750.      expanded from macro '_LIBCPP_CONCAT'
  751. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  752.                                            ^
  753. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  754.      expanded from macro '_LIBCPP_CONCAT1'
  755. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  756.                                             ^
  757. <scratch space>:47:1: note: expanded from here
  758. __t29
  759. ^
  760. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_gui.cpp:16:
  761. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../querystring_gui.h:17:
  762. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../widgets/../window_gui.h:20:
  763. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  764. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  765. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  766. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  767. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  768. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:30:2: warning:
  769.      unused typedef '__t30' [-Wunused-local-typedef]
  770.        assert_tcompile(S + N <= sizeof(U) * 8);
  771.        ^
  772. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  773.      expanded from macro 'assert_tcompile'
  774. #define assert_tcompile(expr) assert_compile(expr)
  775.                              ^
  776. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  777.      expanded from macro 'assert_compile'
  778. #define assert_compile(expr) static_assert(expr, #expr )
  779.                             ^
  780. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  781.      expanded from macro 'static_assert'
  782.    _LIBCPP_CONCAT(__t, __LINE__)
  783.    ^
  784. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  785.      expanded from macro '_LIBCPP_CONCAT'
  786. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  787.                                            ^
  788. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  789.      expanded from macro '_LIBCPP_CONCAT1'
  790. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  791.                                             ^
  792. <scratch space>:50:1: note: expanded from here
  793. __t30
  794. ^
  795. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_gui.cpp:16:
  796. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../querystring_gui.h:17:
  797. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../widgets/../window_gui.h:20:
  798. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  799. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  800. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  801. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  802. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  803. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:31:2: warning:
  804.      unused typedef '__t31' [-Wunused-local-typedef]
  805.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  806.        ^
  807. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  808.      expanded from macro 'assert_tcompile'
  809. #define assert_tcompile(expr) assert_compile(expr)
  810.                              ^
  811. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  812.      expanded from macro 'assert_compile'
  813. #define assert_compile(expr) static_assert(expr, #expr )
  814.                             ^
  815. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  816.      expanded from macro 'static_assert'
  817.    _LIBCPP_CONCAT(__t, __LINE__)
  818.    ^
  819. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  820.      expanded from macro '_LIBCPP_CONCAT'
  821. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  822.                                            ^
  823. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  824.      expanded from macro '_LIBCPP_CONCAT1'
  825. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  826.                                             ^
  827. <scratch space>:53:1: note: expanded from here
  828. __t31
  829. ^
  830. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_gui.cpp:20:
  831. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../strings_func.h:89:3: warning:
  832.      unused typedef '__t89' [-Wunused-local-typedef]
  833.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  834.                ^
  835. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  836.      expanded from macro 'assert_compile'
  837. #define assert_compile(expr) static_assert(expr, #expr )
  838.                             ^
  839. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  840.      expanded from macro 'static_assert'
  841.    _LIBCPP_CONCAT(__t, __LINE__)
  842.    ^
  843. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  844.      expanded from macro '_LIBCPP_CONCAT'
  845. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  846.                                            ^
  847. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  848.      expanded from macro '_LIBCPP_CONCAT1'
  849. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  850.                                             ^
  851. <scratch space>:20:1: note: expanded from here
  852. __t89
  853. ^
  854. 5 warnings generated.
  855. [SRC] Compiling ai/ai_info.cpp
  856. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.cpp:14:
  857. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/squirrel_class.hpp:15:
  858. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/squirrel_helper.hpp:16:
  859. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/smallvec_type.hpp:16:
  860. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/mem_func.hpp:15:
  861. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/math_func.hpp:117:2: warning:
  862.      unused typedef '__t117' [-Wunused-local-typedef]
  863.        assert_compile(sizeof(size_t) == sizeof(void *));
  864.        ^
  865. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  866.      expanded from macro 'assert_compile'
  867. #define assert_compile(expr) static_assert(expr, #expr )
  868.                             ^
  869. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  870.      expanded from macro 'static_assert'
  871.    _LIBCPP_CONCAT(__t, __LINE__)
  872.    ^
  873. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  874.      expanded from macro '_LIBCPP_CONCAT'
  875. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  876.                                            ^
  877. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  878.      expanded from macro '_LIBCPP_CONCAT1'
  879. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  880.                                             ^
  881. <scratch space>:65:1: note: expanded from here
  882. __t117
  883. ^
  884. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.cpp:15:
  885. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  886. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  887. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  888. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:16:
  889. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../strings_func.h:89:3: warning:
  890.      unused typedef '__t89' [-Wunused-local-typedef]
  891.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  892.                ^
  893. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  894.      expanded from macro 'assert_compile'
  895. #define assert_compile(expr) static_assert(expr, #expr )
  896.                             ^
  897. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  898.      expanded from macro 'static_assert'
  899.    _LIBCPP_CONCAT(__t, __LINE__)
  900.    ^
  901. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  902.      expanded from macro '_LIBCPP_CONCAT'
  903. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  904.                                            ^
  905. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  906.      expanded from macro '_LIBCPP_CONCAT1'
  907. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  908.                                             ^
  909. <scratch space>:439:1: note: expanded from here
  910. __t89
  911. ^
  912. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.cpp:15:
  913. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  914. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  915. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  916. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  917. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  918. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  919. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  920. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  921. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  922. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  923. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:30:2: warning:
  924.      unused typedef '__t30' [-Wunused-local-typedef]
  925.        assert_tcompile(S + N <= sizeof(U) * 8);
  926.        ^
  927. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  928.      expanded from macro 'assert_tcompile'
  929. #define assert_tcompile(expr) assert_compile(expr)
  930.                              ^
  931. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  932.      expanded from macro 'assert_compile'
  933. #define assert_compile(expr) static_assert(expr, #expr )
  934.                             ^
  935. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  936.      expanded from macro 'static_assert'
  937.    _LIBCPP_CONCAT(__t, __LINE__)
  938.    ^
  939. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  940.      expanded from macro '_LIBCPP_CONCAT'
  941. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  942.                                            ^
  943. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  944.      expanded from macro '_LIBCPP_CONCAT1'
  945. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  946.                                             ^
  947. <scratch space>:20:1: note: expanded from here
  948. __t30
  949. ^
  950. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.cpp:15:
  951. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  952. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  953. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  954. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  955. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  956. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  957. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  958. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  959. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  960. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  961. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:31:2: warning:
  962.      unused typedef '__t31' [-Wunused-local-typedef]
  963.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  964.        ^
  965. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  966.      expanded from macro 'assert_tcompile'
  967. #define assert_tcompile(expr) assert_compile(expr)
  968.                              ^
  969. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  970.      expanded from macro 'assert_compile'
  971. #define assert_compile(expr) static_assert(expr, #expr )
  972.                             ^
  973. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  974.      expanded from macro 'static_assert'
  975.    _LIBCPP_CONCAT(__t, __LINE__)
  976.    ^
  977. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  978.      expanded from macro '_LIBCPP_CONCAT'
  979. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  980.                                            ^
  981. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  982.      expanded from macro '_LIBCPP_CONCAT1'
  983. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  984.                                             ^
  985. <scratch space>:23:1: note: expanded from here
  986. __t31
  987. ^
  988. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.cpp:15:
  989. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  990. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  991. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  992. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  993. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  994. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  995. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  996. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  997. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  998. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  999. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:29:2: warning:
  1000.      unused typedef '__t29' [-Wunused-local-typedef]
  1001.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1002.        ^
  1003. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1004.      expanded from macro 'assert_tcompile'
  1005. #define assert_tcompile(expr) assert_compile(expr)
  1006.                              ^
  1007. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1008.      expanded from macro 'assert_compile'
  1009. #define assert_compile(expr) static_assert(expr, #expr )
  1010.                             ^
  1011. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1012.      expanded from macro 'static_assert'
  1013.    _LIBCPP_CONCAT(__t, __LINE__)
  1014.    ^
  1015. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1016.      expanded from macro '_LIBCPP_CONCAT'
  1017. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1018.                                            ^
  1019. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1020.      expanded from macro '_LIBCPP_CONCAT1'
  1021. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1022.                                             ^
  1023. <scratch space>:17:1: note: expanded from here
  1024. __t29
  1025. ^
  1026. 5 warnings generated.
  1027. [SRC] Compiling ai/ai_instance.cpp
  1028. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_instance.cpp:16:
  1029. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/squirrel_class.hpp:15:
  1030. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/squirrel_helper.hpp:16:
  1031. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/smallvec_type.hpp:16:
  1032. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/mem_func.hpp:15:
  1033. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/math_func.hpp:117:2: warning:
  1034.      unused typedef '__t117' [-Wunused-local-typedef]
  1035.        assert_compile(sizeof(size_t) == sizeof(void *));
  1036.        ^
  1037. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1038.      expanded from macro 'assert_compile'
  1039. #define assert_compile(expr) static_assert(expr, #expr )
  1040.                             ^
  1041. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1042.      expanded from macro 'static_assert'
  1043.    _LIBCPP_CONCAT(__t, __LINE__)
  1044.    ^
  1045. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1046.      expanded from macro '_LIBCPP_CONCAT'
  1047. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1048.                                            ^
  1049. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1050.      expanded from macro '_LIBCPP_CONCAT1'
  1051. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1052.                                             ^
  1053. <scratch space>:65:1: note: expanded from here
  1054. __t117
  1055. ^
  1056. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_instance.cpp:18:
  1057. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  1058. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1059. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:16:
  1060. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../strings_func.h:89:3: warning:
  1061.      unused typedef '__t89' [-Wunused-local-typedef]
  1062.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  1063.                ^
  1064. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1065.      expanded from macro 'assert_compile'
  1066. #define assert_compile(expr) static_assert(expr, #expr )
  1067.                             ^
  1068. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1069.      expanded from macro 'static_assert'
  1070.    _LIBCPP_CONCAT(__t, __LINE__)
  1071.    ^
  1072. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1073.      expanded from macro '_LIBCPP_CONCAT'
  1074. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1075.                                            ^
  1076. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1077.      expanded from macro '_LIBCPP_CONCAT1'
  1078. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1079.                                             ^
  1080. <scratch space>:339:1: note: expanded from here
  1081. __t89
  1082. ^
  1083. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_instance.cpp:18:
  1084. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  1085. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1086. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  1087. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  1088. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  1089. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  1090. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  1091. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  1092. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  1093. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:29:2: warning:
  1094.      unused typedef '__t29' [-Wunused-local-typedef]
  1095.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1096.        ^
  1097. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1098.      expanded from macro 'assert_tcompile'
  1099. #define assert_tcompile(expr) assert_compile(expr)
  1100.                              ^
  1101. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1102.      expanded from macro 'assert_compile'
  1103. #define assert_compile(expr) static_assert(expr, #expr )
  1104.                             ^
  1105. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1106.      expanded from macro 'static_assert'
  1107.    _LIBCPP_CONCAT(__t, __LINE__)
  1108.    ^
  1109. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1110.      expanded from macro '_LIBCPP_CONCAT'
  1111. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1112.                                            ^
  1113. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1114.      expanded from macro '_LIBCPP_CONCAT1'
  1115. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1116.                                             ^
  1117. <scratch space>:100:1: note: expanded from here
  1118. __t29
  1119. ^
  1120. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_instance.cpp:18:
  1121. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  1122. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1123. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  1124. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  1125. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  1126. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  1127. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  1128. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  1129. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  1130. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:31:2: warning:
  1131.      unused typedef '__t31' [-Wunused-local-typedef]
  1132.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  1133.        ^
  1134. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1135.      expanded from macro 'assert_tcompile'
  1136. #define assert_tcompile(expr) assert_compile(expr)
  1137.                              ^
  1138. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1139.      expanded from macro 'assert_compile'
  1140. #define assert_compile(expr) static_assert(expr, #expr )
  1141.                             ^
  1142. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1143.      expanded from macro 'static_assert'
  1144.    _LIBCPP_CONCAT(__t, __LINE__)
  1145.    ^
  1146. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1147.      expanded from macro '_LIBCPP_CONCAT'
  1148. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1149.                                            ^
  1150. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1151.      expanded from macro '_LIBCPP_CONCAT1'
  1152. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1153.                                             ^
  1154. <scratch space>:106:1: note: expanded from here
  1155. __t31
  1156. ^
  1157. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_instance.cpp:18:
  1158. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_config.hpp:15:
  1159. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1160. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  1161. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  1162. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  1163. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  1164. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  1165. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  1166. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  1167. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:30:2: warning:
  1168.      unused typedef '__t30' [-Wunused-local-typedef]
  1169.        assert_tcompile(S + N <= sizeof(U) * 8);
  1170.        ^
  1171. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1172.      expanded from macro 'assert_tcompile'
  1173. #define assert_tcompile(expr) assert_compile(expr)
  1174.                              ^
  1175. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1176.      expanded from macro 'assert_compile'
  1177. #define assert_compile(expr) static_assert(expr, #expr )
  1178.                             ^
  1179. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1180.      expanded from macro 'static_assert'
  1181.    _LIBCPP_CONCAT(__t, __LINE__)
  1182.    ^
  1183. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1184.      expanded from macro '_LIBCPP_CONCAT'
  1185. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1186.                                            ^
  1187. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1188.      expanded from macro '_LIBCPP_CONCAT1'
  1189. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1190.                                             ^
  1191. <scratch space>:103:1: note: expanded from here
  1192. __t30
  1193. ^
  1194. 5 warnings generated.
  1195. [SRC] Compiling ai/ai_scanner.cpp
  1196. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_scanner.cpp:17:
  1197. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/squirrel_class.hpp:15:
  1198. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/squirrel_helper.hpp:16:
  1199. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/smallvec_type.hpp:16:
  1200. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/mem_func.hpp:15:
  1201. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../core/math_func.hpp:117:2: warning:
  1202.      unused typedef '__t117' [-Wunused-local-typedef]
  1203.        assert_compile(sizeof(size_t) == sizeof(void *));
  1204.        ^
  1205. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1206.      expanded from macro 'assert_compile'
  1207. #define assert_compile(expr) static_assert(expr, #expr )
  1208.                             ^
  1209. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1210.      expanded from macro 'static_assert'
  1211.    _LIBCPP_CONCAT(__t, __LINE__)
  1212.    ^
  1213. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1214.      expanded from macro '_LIBCPP_CONCAT'
  1215. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1216.                                            ^
  1217. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1218.      expanded from macro '_LIBCPP_CONCAT1'
  1219. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1220.                                             ^
  1221. <scratch space>:68:1: note: expanded from here
  1222. __t117
  1223. ^
  1224. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_scanner.cpp:18:
  1225. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  1226. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  1227. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1228. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:16:
  1229. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../strings_func.h:89:3: warning:
  1230.      unused typedef '__t89' [-Wunused-local-typedef]
  1231.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  1232.                ^
  1233. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1234.      expanded from macro 'assert_compile'
  1235. #define assert_compile(expr) static_assert(expr, #expr )
  1236.                             ^
  1237. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1238.      expanded from macro 'static_assert'
  1239.    _LIBCPP_CONCAT(__t, __LINE__)
  1240.    ^
  1241. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1242.      expanded from macro '_LIBCPP_CONCAT'
  1243. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1244.                                            ^
  1245. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1246.      expanded from macro '_LIBCPP_CONCAT1'
  1247. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1248.                                             ^
  1249. <scratch space>:462:1: note: expanded from here
  1250. __t89
  1251. ^
  1252. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_scanner.cpp:18:
  1253. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  1254. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  1255. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1256. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  1257. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  1258. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  1259. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  1260. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  1261. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  1262. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  1263. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:29:2: warning:
  1264.      unused typedef '__t29' [-Wunused-local-typedef]
  1265.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1266.        ^
  1267. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1268.      expanded from macro 'assert_tcompile'
  1269. #define assert_tcompile(expr) assert_compile(expr)
  1270.                              ^
  1271. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1272.      expanded from macro 'assert_compile'
  1273. #define assert_compile(expr) static_assert(expr, #expr )
  1274.                             ^
  1275. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1276.      expanded from macro 'static_assert'
  1277.    _LIBCPP_CONCAT(__t, __LINE__)
  1278.    ^
  1279. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1280.      expanded from macro '_LIBCPP_CONCAT'
  1281. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1282.                                            ^
  1283. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1284.      expanded from macro '_LIBCPP_CONCAT1'
  1285. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1286.                                             ^
  1287. <scratch space>:17:1: note: expanded from here
  1288. __t29
  1289. ^
  1290. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_scanner.cpp:18:
  1291. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  1292. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  1293. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1294. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  1295. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  1296. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  1297. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  1298. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  1299. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  1300. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  1301. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:31:2: warning:
  1302.      unused typedef '__t31' [-Wunused-local-typedef]
  1303.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  1304.        ^
  1305. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1306.      expanded from macro 'assert_tcompile'
  1307. #define assert_tcompile(expr) assert_compile(expr)
  1308.                              ^
  1309. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1310.      expanded from macro 'assert_compile'
  1311. #define assert_compile(expr) static_assert(expr, #expr )
  1312.                             ^
  1313. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1314.      expanded from macro 'static_assert'
  1315.    _LIBCPP_CONCAT(__t, __LINE__)
  1316.    ^
  1317. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1318.      expanded from macro '_LIBCPP_CONCAT'
  1319. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1320.                                            ^
  1321. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1322.      expanded from macro '_LIBCPP_CONCAT1'
  1323. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1324.                                             ^
  1325. <scratch space>:23:1: note: expanded from here
  1326. __t31
  1327. ^
  1328. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_scanner.cpp:18:
  1329. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/ai_info.hpp:15:
  1330. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_info.hpp:18:
  1331. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/script_config.hpp:20:
  1332. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  1333. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../window_gui.h:20:
  1334. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_base.h:16:
  1335. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../base_station_base.h:18:
  1336. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../station_map.h:15:
  1337. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../rail_map.h:22:
  1338. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../tunnelbridge_map.h:17:
  1339. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../cmd_helper.h:30:2: warning:
  1340.      unused typedef '__t30' [-Wunused-local-typedef]
  1341.        assert_tcompile(S + N <= sizeof(U) * 8);
  1342.        ^
  1343. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:365:31: note:
  1344.      expanded from macro 'assert_tcompile'
  1345. #define assert_tcompile(expr) assert_compile(expr)
  1346.                              ^
  1347. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../stdafx.h:364:30: note:
  1348.      expanded from macro 'assert_compile'
  1349. #define assert_compile(expr) static_assert(expr, #expr )
  1350.                             ^
  1351. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1352.      expanded from macro 'static_assert'
  1353.    _LIBCPP_CONCAT(__t, __LINE__)
  1354.    ^
  1355. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1356.      expanded from macro '_LIBCPP_CONCAT'
  1357. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1358.                                            ^
  1359. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1360.      expanded from macro '_LIBCPP_CONCAT1'
  1361. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1362.                                             ^
  1363. <scratch space>:20:1: note: expanded from here
  1364. __t30
  1365. ^
  1366. 5 warnings generated.
  1367. [SRC] Compiling aircraft_cmd.cpp
  1368. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_cmd.cpp:16:
  1369. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:16:
  1370. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  1371. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  1372.      in-class initialization of non-static data member is a C++11 extension
  1373.      [-Wc++11-extensions]
  1374.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  1375.                                          ^
  1376. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  1377.      rvalue references are a C++11 extension [-Wc++11-extensions]
  1378.        Order(Order&& other) = default;
  1379.                   ^
  1380. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  1381.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  1382.        Order(Order&& other) = default;
  1383.                               ^
  1384. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_cmd.cpp:16:
  1385. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1386. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1387. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:15:
  1388. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail.h:19:
  1389. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_func.h:15:
  1390. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../widgets/../economy_type.h:15:
  1391. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../core/overflowsafe_type.hpp:15:
  1392. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  1393.      unused typedef '__t117' [-Wunused-local-typedef]
  1394.        assert_compile(sizeof(size_t) == sizeof(void *));
  1395.        ^
  1396. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1397.      expanded from macro 'assert_compile'
  1398. #define assert_compile(expr) static_assert(expr, #expr )
  1399.                             ^
  1400. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1401.      expanded from macro 'static_assert'
  1402.    _LIBCPP_CONCAT(__t, __LINE__)
  1403.    ^
  1404. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1405.      expanded from macro '_LIBCPP_CONCAT'
  1406. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1407.                                            ^
  1408. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1409.      expanded from macro '_LIBCPP_CONCAT1'
  1410. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1411.                                             ^
  1412. <scratch space>:68:1: note: expanded from here
  1413. __t117
  1414. ^
  1415. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_cmd.cpp:16:
  1416. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1417. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1418. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1419. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1420. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  1421.      unused typedef '__t30' [-Wunused-local-typedef]
  1422.        assert_tcompile(S + N <= sizeof(U) * 8);
  1423.        ^
  1424. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1425.      expanded from macro 'assert_tcompile'
  1426. #define assert_tcompile(expr) assert_compile(expr)
  1427.                              ^
  1428. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1429.      expanded from macro 'assert_compile'
  1430. #define assert_compile(expr) static_assert(expr, #expr )
  1431.                             ^
  1432. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1433.      expanded from macro 'static_assert'
  1434.    _LIBCPP_CONCAT(__t, __LINE__)
  1435.    ^
  1436. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1437.      expanded from macro '_LIBCPP_CONCAT'
  1438. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1439.                                            ^
  1440. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1441.      expanded from macro '_LIBCPP_CONCAT1'
  1442. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1443.                                             ^
  1444. <scratch space>:91:1: note: expanded from here
  1445. __t30
  1446. ^
  1447. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_cmd.cpp:16:
  1448. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1449. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1450. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1451. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1452. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  1453.      unused typedef '__t29' [-Wunused-local-typedef]
  1454.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1455.        ^
  1456. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1457.      expanded from macro 'assert_tcompile'
  1458. #define assert_tcompile(expr) assert_compile(expr)
  1459.                              ^
  1460. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1461.      expanded from macro 'assert_compile'
  1462. #define assert_compile(expr) static_assert(expr, #expr )
  1463.                             ^
  1464. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1465.      expanded from macro 'static_assert'
  1466.    _LIBCPP_CONCAT(__t, __LINE__)
  1467.    ^
  1468. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1469.      expanded from macro '_LIBCPP_CONCAT'
  1470. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1471.                                            ^
  1472. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1473.      expanded from macro '_LIBCPP_CONCAT1'
  1474. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1475.                                             ^
  1476. <scratch space>:88:1: note: expanded from here
  1477. __t29
  1478. ^
  1479. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_cmd.cpp:16:
  1480. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1481. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1482. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1483. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1484. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  1485.      unused typedef '__t31' [-Wunused-local-typedef]
  1486.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  1487.        ^
  1488. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1489.      expanded from macro 'assert_tcompile'
  1490. #define assert_tcompile(expr) assert_compile(expr)
  1491.                              ^
  1492. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1493.      expanded from macro 'assert_compile'
  1494. #define assert_compile(expr) static_assert(expr, #expr )
  1495.                             ^
  1496. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1497.      expanded from macro 'static_assert'
  1498.    _LIBCPP_CONCAT(__t, __LINE__)
  1499.    ^
  1500. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1501.      expanded from macro '_LIBCPP_CONCAT'
  1502. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1503.                                            ^
  1504. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1505.      expanded from macro '_LIBCPP_CONCAT1'
  1506. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1507.                                             ^
  1508. <scratch space>:94:1: note: expanded from here
  1509. __t31
  1510. ^
  1511. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_cmd.cpp:22:
  1512. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  1513.      unused typedef '__t89' [-Wunused-local-typedef]
  1514.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  1515.                ^
  1516. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1517.      expanded from macro 'assert_compile'
  1518. #define assert_compile(expr) static_assert(expr, #expr )
  1519.                             ^
  1520. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1521.      expanded from macro 'static_assert'
  1522.    _LIBCPP_CONCAT(__t, __LINE__)
  1523.    ^
  1524. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1525.      expanded from macro '_LIBCPP_CONCAT'
  1526. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1527.                                            ^
  1528. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1529.      expanded from macro '_LIBCPP_CONCAT1'
  1530. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1531.                                             ^
  1532. <scratch space>:69:1: note: expanded from here
  1533. __t89
  1534. ^
  1535. 8 warnings generated.
  1536. [SRC] Compiling aircraft_gui.cpp
  1537. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_gui.cpp:13:
  1538. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:16:
  1539. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  1540. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  1541.      in-class initialization of non-static data member is a C++11 extension
  1542.      [-Wc++11-extensions]
  1543.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  1544.                                          ^
  1545. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  1546.      rvalue references are a C++11 extension [-Wc++11-extensions]
  1547.        Order(Order&& other) = default;
  1548.                   ^
  1549. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  1550.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  1551.        Order(Order&& other) = default;
  1552.                               ^
  1553. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_gui.cpp:13:
  1554. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1555. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1556. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:15:
  1557. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail.h:19:
  1558. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_func.h:15:
  1559. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  1560. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  1561. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  1562.      unused typedef '__t117' [-Wunused-local-typedef]
  1563.        assert_compile(sizeof(size_t) == sizeof(void *));
  1564.        ^
  1565. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1566.      expanded from macro 'assert_compile'
  1567. #define assert_compile(expr) static_assert(expr, #expr )
  1568.                             ^
  1569. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1570.      expanded from macro 'static_assert'
  1571.    _LIBCPP_CONCAT(__t, __LINE__)
  1572.    ^
  1573. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1574.      expanded from macro '_LIBCPP_CONCAT'
  1575. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1576.                                            ^
  1577. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1578.      expanded from macro '_LIBCPP_CONCAT1'
  1579. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1580.                                             ^
  1581. <scratch space>:68:1: note: expanded from here
  1582. __t117
  1583. ^
  1584. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_gui.cpp:13:
  1585. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1586. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1587. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1588. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1589. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  1590.      unused typedef '__t29' [-Wunused-local-typedef]
  1591.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1592.        ^
  1593. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1594.      expanded from macro 'assert_tcompile'
  1595. #define assert_tcompile(expr) assert_compile(expr)
  1596.                              ^
  1597. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1598.      expanded from macro 'assert_compile'
  1599. #define assert_compile(expr) static_assert(expr, #expr )
  1600.                             ^
  1601. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1602.      expanded from macro 'static_assert'
  1603.    _LIBCPP_CONCAT(__t, __LINE__)
  1604.    ^
  1605. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1606.      expanded from macro '_LIBCPP_CONCAT'
  1607. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1608.                                            ^
  1609. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1610.      expanded from macro '_LIBCPP_CONCAT1'
  1611. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1612.                                             ^
  1613. <scratch space>:88:1: note: expanded from here
  1614. __t29
  1615. ^
  1616. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_gui.cpp:13:
  1617. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1618. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1619. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1620. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1621. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  1622.      unused typedef '__t31' [-Wunused-local-typedef]
  1623.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  1624.        ^
  1625. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1626.      expanded from macro 'assert_tcompile'
  1627. #define assert_tcompile(expr) assert_compile(expr)
  1628.                              ^
  1629. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1630.      expanded from macro 'assert_compile'
  1631. #define assert_compile(expr) static_assert(expr, #expr )
  1632.                             ^
  1633. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1634.      expanded from macro 'static_assert'
  1635.    _LIBCPP_CONCAT(__t, __LINE__)
  1636.    ^
  1637. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1638.      expanded from macro '_LIBCPP_CONCAT'
  1639. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1640.                                            ^
  1641. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1642.      expanded from macro '_LIBCPP_CONCAT1'
  1643. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1644.                                             ^
  1645. <scratch space>:94:1: note: expanded from here
  1646. __t31
  1647. ^
  1648. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_gui.cpp:13:
  1649. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  1650. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1651. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1652. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1653. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  1654.      unused typedef '__t30' [-Wunused-local-typedef]
  1655.        assert_tcompile(S + N <= sizeof(U) * 8);
  1656.        ^
  1657. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1658.      expanded from macro 'assert_tcompile'
  1659. #define assert_tcompile(expr) assert_compile(expr)
  1660.                              ^
  1661. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1662.      expanded from macro 'assert_compile'
  1663. #define assert_compile(expr) static_assert(expr, #expr )
  1664.                             ^
  1665. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1666.      expanded from macro 'static_assert'
  1667.    _LIBCPP_CONCAT(__t, __LINE__)
  1668.    ^
  1669. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1670.      expanded from macro '_LIBCPP_CONCAT'
  1671. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1672.                                            ^
  1673. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1674.      expanded from macro '_LIBCPP_CONCAT1'
  1675. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1676.                                             ^
  1677. <scratch space>:91:1: note: expanded from here
  1678. __t30
  1679. ^
  1680. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft_gui.cpp:16:
  1681. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  1682.      unused typedef '__t89' [-Wunused-local-typedef]
  1683.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  1684.                ^
  1685. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1686.      expanded from macro 'assert_compile'
  1687. #define assert_compile(expr) static_assert(expr, #expr )
  1688.                             ^
  1689. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1690.      expanded from macro 'static_assert'
  1691.    _LIBCPP_CONCAT(__t, __LINE__)
  1692.    ^
  1693. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1694.      expanded from macro '_LIBCPP_CONCAT'
  1695. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1696.                                            ^
  1697. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1698.      expanded from macro '_LIBCPP_CONCAT1'
  1699. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1700.                                             ^
  1701. <scratch space>:62:1: note: expanded from here
  1702. __t89
  1703. ^
  1704. 8 warnings generated.
  1705. [SRC] Compiling airport.cpp
  1706. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport.cpp:13:
  1707. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1708. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:15:
  1709. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/pool_type.hpp:15:
  1710. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  1711. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  1712. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  1713.      unused typedef '__t117' [-Wunused-local-typedef]
  1714.        assert_compile(sizeof(size_t) == sizeof(void *));
  1715.        ^
  1716. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1717.      expanded from macro 'assert_compile'
  1718. #define assert_compile(expr) static_assert(expr, #expr )
  1719.                             ^
  1720. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1721.      expanded from macro 'static_assert'
  1722.    _LIBCPP_CONCAT(__t, __LINE__)
  1723.    ^
  1724. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1725.      expanded from macro '_LIBCPP_CONCAT'
  1726. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1727.                                            ^
  1728. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1729.      expanded from macro '_LIBCPP_CONCAT1'
  1730. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1731.                                             ^
  1732. <scratch space>:68:1: note: expanded from here
  1733. __t117
  1734. ^
  1735. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport.cpp:13:
  1736. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1737. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  1738. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1739. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1740. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1741. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  1742.      unused typedef '__t30' [-Wunused-local-typedef]
  1743.        assert_tcompile(S + N <= sizeof(U) * 8);
  1744.        ^
  1745. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1746.      expanded from macro 'assert_tcompile'
  1747. #define assert_tcompile(expr) assert_compile(expr)
  1748.                              ^
  1749. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1750.      expanded from macro 'assert_compile'
  1751. #define assert_compile(expr) static_assert(expr, #expr )
  1752.                             ^
  1753. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1754.      expanded from macro 'static_assert'
  1755.    _LIBCPP_CONCAT(__t, __LINE__)
  1756.    ^
  1757. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1758.      expanded from macro '_LIBCPP_CONCAT'
  1759. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1760.                                            ^
  1761. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1762.      expanded from macro '_LIBCPP_CONCAT1'
  1763. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1764.                                             ^
  1765. <scratch space>:105:1: note: expanded from here
  1766. __t30
  1767. ^
  1768. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport.cpp:13:
  1769. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1770. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  1771. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1772. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1773. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1774. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  1775.      unused typedef '__t31' [-Wunused-local-typedef]
  1776.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  1777.        ^
  1778. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1779.      expanded from macro 'assert_tcompile'
  1780. #define assert_tcompile(expr) assert_compile(expr)
  1781.                              ^
  1782. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1783.      expanded from macro 'assert_compile'
  1784. #define assert_compile(expr) static_assert(expr, #expr )
  1785.                             ^
  1786. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1787.      expanded from macro 'static_assert'
  1788.    _LIBCPP_CONCAT(__t, __LINE__)
  1789.    ^
  1790. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1791.      expanded from macro '_LIBCPP_CONCAT'
  1792. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1793.                                            ^
  1794. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1795.      expanded from macro '_LIBCPP_CONCAT1'
  1796. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1797.                                             ^
  1798. <scratch space>:108:1: note: expanded from here
  1799. __t31
  1800. ^
  1801. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport.cpp:13:
  1802. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1803. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  1804. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1805. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1806. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1807. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  1808.      unused typedef '__t29' [-Wunused-local-typedef]
  1809.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1810.        ^
  1811. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1812.      expanded from macro 'assert_tcompile'
  1813. #define assert_tcompile(expr) assert_compile(expr)
  1814.                              ^
  1815. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1816.      expanded from macro 'assert_compile'
  1817. #define assert_compile(expr) static_assert(expr, #expr )
  1818.                             ^
  1819. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1820.      expanded from macro 'static_assert'
  1821.    _LIBCPP_CONCAT(__t, __LINE__)
  1822.    ^
  1823. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1824.      expanded from macro '_LIBCPP_CONCAT'
  1825. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1826.                                            ^
  1827. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1828.      expanded from macro '_LIBCPP_CONCAT1'
  1829. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1830.                                             ^
  1831. <scratch space>:102:1: note: expanded from here
  1832. __t29
  1833. ^
  1834. 4 warnings generated.
  1835. [SRC] Compiling airport_gui.cpp
  1836. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:19:
  1837. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  1838. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  1839. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  1840.      in-class initialization of non-static data member is a C++11 extension
  1841.      [-Wc++11-extensions]
  1842.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  1843.                                          ^
  1844. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  1845.      rvalue references are a C++11 extension [-Wc++11-extensions]
  1846.        Order(Order&& other) = default;
  1847.                   ^
  1848. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  1849.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  1850.        Order(Order&& other) = default;
  1851.                               ^
  1852. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:65:72: warning:
  1853.      use of enumeration in a nested name specifier is a C++11 extension
  1854.      [-Wc++11-extensions]
  1855.  ...cmdcont = { tile, p1, p2, _selected_airport_class == AirportClassID::APC...
  1856.                                                          ^
  1857. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:13:
  1858. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:19:
  1859. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widget_type.h:17:
  1860. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  1861.      unused typedef '__t117' [-Wunused-local-typedef]
  1862.        assert_compile(sizeof(size_t) == sizeof(void *));
  1863.        ^
  1864. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1865.      expanded from macro 'assert_compile'
  1866. #define assert_compile(expr) static_assert(expr, #expr )
  1867.                             ^
  1868. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1869.      expanded from macro 'static_assert'
  1870.    _LIBCPP_CONCAT(__t, __LINE__)
  1871.    ^
  1872. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1873.      expanded from macro '_LIBCPP_CONCAT'
  1874. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1875.                                            ^
  1876. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1877.      expanded from macro '_LIBCPP_CONCAT1'
  1878. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1879.                                             ^
  1880. <scratch space>:65:1: note: expanded from here
  1881. __t117
  1882. ^
  1883. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:13:
  1884. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  1885. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1886. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  1887. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1888. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1889. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1890. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  1891.      unused typedef '__t30' [-Wunused-local-typedef]
  1892.        assert_tcompile(S + N <= sizeof(U) * 8);
  1893.        ^
  1894. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1895.      expanded from macro 'assert_tcompile'
  1896. #define assert_tcompile(expr) assert_compile(expr)
  1897.                              ^
  1898. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1899.      expanded from macro 'assert_compile'
  1900. #define assert_compile(expr) static_assert(expr, #expr )
  1901.                             ^
  1902. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1903.      expanded from macro 'static_assert'
  1904.    _LIBCPP_CONCAT(__t, __LINE__)
  1905.    ^
  1906. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1907.      expanded from macro '_LIBCPP_CONCAT'
  1908. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1909.                                            ^
  1910. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1911.      expanded from macro '_LIBCPP_CONCAT1'
  1912. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1913.                                             ^
  1914. <scratch space>:20:1: note: expanded from here
  1915. __t30
  1916. ^
  1917. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:13:
  1918. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  1919. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1920. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  1921. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1922. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1923. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1924. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  1925.      unused typedef '__t29' [-Wunused-local-typedef]
  1926.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  1927.        ^
  1928. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1929.      expanded from macro 'assert_tcompile'
  1930. #define assert_tcompile(expr) assert_compile(expr)
  1931.                              ^
  1932. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1933.      expanded from macro 'assert_compile'
  1934. #define assert_compile(expr) static_assert(expr, #expr )
  1935.                             ^
  1936. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1937.      expanded from macro 'static_assert'
  1938.    _LIBCPP_CONCAT(__t, __LINE__)
  1939.    ^
  1940. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1941.      expanded from macro '_LIBCPP_CONCAT'
  1942. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1943.                                            ^
  1944. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1945.      expanded from macro '_LIBCPP_CONCAT1'
  1946. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1947.                                             ^
  1948. <scratch space>:17:1: note: expanded from here
  1949. __t29
  1950. ^
  1951. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:13:
  1952. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  1953. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  1954. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  1955. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  1956. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  1957. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  1958. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  1959.      unused typedef '__t31' [-Wunused-local-typedef]
  1960.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  1961.        ^
  1962. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  1963.      expanded from macro 'assert_tcompile'
  1964. #define assert_tcompile(expr) assert_compile(expr)
  1965.                              ^
  1966. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1967.      expanded from macro 'assert_compile'
  1968. #define assert_compile(expr) static_assert(expr, #expr )
  1969.                             ^
  1970. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1971.      expanded from macro 'static_assert'
  1972.    _LIBCPP_CONCAT(__t, __LINE__)
  1973.    ^
  1974. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1975.      expanded from macro '_LIBCPP_CONCAT'
  1976. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  1977.                                            ^
  1978. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  1979.      expanded from macro '_LIBCPP_CONCAT1'
  1980. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  1981.                                             ^
  1982. <scratch space>:23:1: note: expanded from here
  1983. __t31
  1984. ^
  1985. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/airport_gui.cpp:18:
  1986. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  1987.      unused typedef '__t89' [-Wunused-local-typedef]
  1988.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  1989.                ^
  1990. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  1991.      expanded from macro 'assert_compile'
  1992. #define assert_compile(expr) static_assert(expr, #expr )
  1993.                             ^
  1994. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  1995.      expanded from macro 'static_assert'
  1996.    _LIBCPP_CONCAT(__t, __LINE__)
  1997.    ^
  1998. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  1999.      expanded from macro '_LIBCPP_CONCAT'
  2000. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2001.                                            ^
  2002. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2003.      expanded from macro '_LIBCPP_CONCAT1'
  2004. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2005.                                             ^
  2006. <scratch space>:85:1: note: expanded from here
  2007. __t89
  2008. ^
  2009. 9 warnings generated.
  2010. [SRC] Compiling animated_tile.cpp
  2011. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/animated_tile.cpp:15:
  2012. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  2013. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  2014. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  2015.      in-class initialization of non-static data member is a C++11 extension
  2016.      [-Wc++11-extensions]
  2017.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  2018.                                          ^
  2019. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  2020.      rvalue references are a C++11 extension [-Wc++11-extensions]
  2021.        Order(Order&& other) = default;
  2022.                   ^
  2023. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  2024.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  2025.        Order(Order&& other) = default;
  2026.                               ^
  2027. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/animated_tile.cpp:14:
  2028. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tile_cmd.h:15:
  2029. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  2030. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  2031. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  2032. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  2033.      unused typedef '__t117' [-Wunused-local-typedef]
  2034.        assert_compile(sizeof(size_t) == sizeof(void *));
  2035.        ^
  2036. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2037.      expanded from macro 'assert_compile'
  2038. #define assert_compile(expr) static_assert(expr, #expr )
  2039.                             ^
  2040. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2041.      expanded from macro 'static_assert'
  2042.    _LIBCPP_CONCAT(__t, __LINE__)
  2043.    ^
  2044. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2045.      expanded from macro '_LIBCPP_CONCAT'
  2046. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2047.                                            ^
  2048. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2049.      expanded from macro '_LIBCPP_CONCAT1'
  2050. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2051.                                             ^
  2052. <scratch space>:65:1: note: expanded from here
  2053. __t117
  2054. ^
  2055. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/animated_tile.cpp:15:
  2056. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  2057. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  2058. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  2059. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2060. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2061. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2062. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2063. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2064. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2065. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  2066.      unused typedef '__t30' [-Wunused-local-typedef]
  2067.        assert_tcompile(S + N <= sizeof(U) * 8);
  2068.        ^
  2069. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2070.      expanded from macro 'assert_tcompile'
  2071. #define assert_tcompile(expr) assert_compile(expr)
  2072.                              ^
  2073. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2074.      expanded from macro 'assert_compile'
  2075. #define assert_compile(expr) static_assert(expr, #expr )
  2076.                             ^
  2077. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2078.      expanded from macro 'static_assert'
  2079.    _LIBCPP_CONCAT(__t, __LINE__)
  2080.    ^
  2081. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2082.      expanded from macro '_LIBCPP_CONCAT'
  2083. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2084.                                            ^
  2085. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2086.      expanded from macro '_LIBCPP_CONCAT1'
  2087. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2088.                                             ^
  2089. <scratch space>:91:1: note: expanded from here
  2090. __t30
  2091. ^
  2092. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/animated_tile.cpp:15:
  2093. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  2094. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  2095. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  2096. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2097. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2098. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2099. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2100. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2101. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2102. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  2103.      unused typedef '__t29' [-Wunused-local-typedef]
  2104.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  2105.        ^
  2106. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2107.      expanded from macro 'assert_tcompile'
  2108. #define assert_tcompile(expr) assert_compile(expr)
  2109.                              ^
  2110. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2111.      expanded from macro 'assert_compile'
  2112. #define assert_compile(expr) static_assert(expr, #expr )
  2113.                             ^
  2114. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2115.      expanded from macro 'static_assert'
  2116.    _LIBCPP_CONCAT(__t, __LINE__)
  2117.    ^
  2118. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2119.      expanded from macro '_LIBCPP_CONCAT'
  2120. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2121.                                            ^
  2122. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2123.      expanded from macro '_LIBCPP_CONCAT1'
  2124. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2125.                                             ^
  2126. <scratch space>:88:1: note: expanded from here
  2127. __t29
  2128. ^
  2129. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/animated_tile.cpp:15:
  2130. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  2131. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  2132. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  2133. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2134. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2135. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2136. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2137. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2138. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2139. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  2140.      unused typedef '__t31' [-Wunused-local-typedef]
  2141.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  2142.        ^
  2143. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2144.      expanded from macro 'assert_tcompile'
  2145. #define assert_tcompile(expr) assert_compile(expr)
  2146.                              ^
  2147. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2148.      expanded from macro 'assert_compile'
  2149. #define assert_compile(expr) static_assert(expr, #expr )
  2150.                             ^
  2151. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2152.      expanded from macro 'static_assert'
  2153.    _LIBCPP_CONCAT(__t, __LINE__)
  2154.    ^
  2155. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2156.      expanded from macro '_LIBCPP_CONCAT'
  2157. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2158.                                            ^
  2159. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2160.      expanded from macro '_LIBCPP_CONCAT1'
  2161. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2162.                                             ^
  2163. <scratch space>:94:1: note: expanded from here
  2164. __t31
  2165. ^
  2166. 7 warnings generated.
  2167. [SRC] Compiling articulated_vehicles.cpp
  2168. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/articulated_vehicles.cpp:13:
  2169. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:22:
  2170. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ground_vehicle.hpp:15:
  2171. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  2172. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  2173.      in-class initialization of non-static data member is a C++11 extension
  2174.      [-Wc++11-extensions]
  2175.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  2176.                                          ^
  2177. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  2178.      rvalue references are a C++11 extension [-Wc++11-extensions]
  2179.        Order(Order&& other) = default;
  2180.                   ^
  2181. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  2182.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  2183.        Order(Order&& other) = default;
  2184.                               ^
  2185. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/articulated_vehicles.cpp:13:
  2186. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:17:
  2187. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/newgrf_engine.h:19:
  2188. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/engine_type.h:15:
  2189. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  2190. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  2191. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  2192.      unused typedef '__t117' [-Wunused-local-typedef]
  2193.        assert_compile(sizeof(size_t) == sizeof(void *));
  2194.        ^
  2195. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2196.      expanded from macro 'assert_compile'
  2197. #define assert_compile(expr) static_assert(expr, #expr )
  2198.                             ^
  2199. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2200.      expanded from macro 'static_assert'
  2201.    _LIBCPP_CONCAT(__t, __LINE__)
  2202.    ^
  2203. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2204.      expanded from macro '_LIBCPP_CONCAT'
  2205. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2206.                                            ^
  2207. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2208.      expanded from macro '_LIBCPP_CONCAT1'
  2209. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2210.                                             ^
  2211. <scratch space>:65:1: note: expanded from here
  2212. __t117
  2213. ^
  2214. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/articulated_vehicles.cpp:13:
  2215. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  2216. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2217. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2218. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  2219.      unused typedef '__t30' [-Wunused-local-typedef]
  2220.        assert_tcompile(S + N <= sizeof(U) * 8);
  2221.        ^
  2222. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2223.      expanded from macro 'assert_tcompile'
  2224. #define assert_tcompile(expr) assert_compile(expr)
  2225.                              ^
  2226. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2227.      expanded from macro 'assert_compile'
  2228. #define assert_compile(expr) static_assert(expr, #expr )
  2229.                             ^
  2230. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2231.      expanded from macro 'static_assert'
  2232.    _LIBCPP_CONCAT(__t, __LINE__)
  2233.    ^
  2234. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2235.      expanded from macro '_LIBCPP_CONCAT'
  2236. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2237.                                            ^
  2238. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2239.      expanded from macro '_LIBCPP_CONCAT1'
  2240. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2241.                                             ^
  2242. <scratch space>:23:1: note: expanded from here
  2243. __t30
  2244. ^
  2245. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/articulated_vehicles.cpp:13:
  2246. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  2247. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2248. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2249. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  2250.      unused typedef '__t31' [-Wunused-local-typedef]
  2251.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  2252.        ^
  2253. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2254.      expanded from macro 'assert_tcompile'
  2255. #define assert_tcompile(expr) assert_compile(expr)
  2256.                              ^
  2257. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2258.      expanded from macro 'assert_compile'
  2259. #define assert_compile(expr) static_assert(expr, #expr )
  2260.                             ^
  2261. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2262.      expanded from macro 'static_assert'
  2263.    _LIBCPP_CONCAT(__t, __LINE__)
  2264.    ^
  2265. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2266.      expanded from macro '_LIBCPP_CONCAT'
  2267. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2268.                                            ^
  2269. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2270.      expanded from macro '_LIBCPP_CONCAT1'
  2271. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2272.                                             ^
  2273. <scratch space>:26:1: note: expanded from here
  2274. __t31
  2275. ^
  2276. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/articulated_vehicles.cpp:13:
  2277. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  2278. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2279. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2280. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  2281.      unused typedef '__t29' [-Wunused-local-typedef]
  2282.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  2283.        ^
  2284. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2285.      expanded from macro 'assert_tcompile'
  2286. #define assert_tcompile(expr) assert_compile(expr)
  2287.                              ^
  2288. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2289.      expanded from macro 'assert_compile'
  2290. #define assert_compile(expr) static_assert(expr, #expr )
  2291.                             ^
  2292. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2293.      expanded from macro 'static_assert'
  2294.    _LIBCPP_CONCAT(__t, __LINE__)
  2295.    ^
  2296. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2297.      expanded from macro '_LIBCPP_CONCAT'
  2298. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2299.                                            ^
  2300. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2301.      expanded from macro '_LIBCPP_CONCAT1'
  2302. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2303.                                             ^
  2304. <scratch space>:20:1: note: expanded from here
  2305. __t29
  2306. ^
  2307. 7 warnings generated.
  2308. [SRC] Compiling autoreplace.cpp
  2309. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace.cpp:13:
  2310. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_func.h:15:
  2311. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  2312. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  2313. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  2314. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  2315.      unused typedef '__t117' [-Wunused-local-typedef]
  2316.        assert_compile(sizeof(size_t) == sizeof(void *));
  2317.        ^
  2318. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2319.      expanded from macro 'assert_compile'
  2320. #define assert_compile(expr) static_assert(expr, #expr )
  2321.                             ^
  2322. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2323.      expanded from macro 'static_assert'
  2324.    _LIBCPP_CONCAT(__t, __LINE__)
  2325.    ^
  2326. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2327.      expanded from macro '_LIBCPP_CONCAT'
  2328. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2329.                                            ^
  2330. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2331.      expanded from macro '_LIBCPP_CONCAT1'
  2332. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2333.                                             ^
  2334. <scratch space>:65:1: note: expanded from here
  2335. __t117
  2336. ^
  2337. 1 warning generated.
  2338. [SRC] Compiling autoreplace_cmd.cpp
  2339. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_cmd.cpp:14:
  2340. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:22:
  2341. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ground_vehicle.hpp:15:
  2342. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  2343. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  2344.      in-class initialization of non-static data member is a C++11 extension
  2345.      [-Wc++11-extensions]
  2346.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  2347.                                          ^
  2348. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  2349.      rvalue references are a C++11 extension [-Wc++11-extensions]
  2350.        Order(Order&& other) = default;
  2351.                   ^
  2352. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  2353.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  2354.        Order(Order&& other) = default;
  2355.                               ^
  2356. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_cmd.cpp:13:
  2357. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_func.h:15:
  2358. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  2359. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  2360. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  2361. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  2362.      unused typedef '__t117' [-Wunused-local-typedef]
  2363.        assert_compile(sizeof(size_t) == sizeof(void *));
  2364.        ^
  2365. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2366.      expanded from macro 'assert_compile'
  2367. #define assert_compile(expr) static_assert(expr, #expr )
  2368.                             ^
  2369. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2370.      expanded from macro 'static_assert'
  2371.    _LIBCPP_CONCAT(__t, __LINE__)
  2372.    ^
  2373. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2374.      expanded from macro '_LIBCPP_CONCAT'
  2375. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2376.                                            ^
  2377. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2378.      expanded from macro '_LIBCPP_CONCAT1'
  2379. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2380.                                             ^
  2381. <scratch space>:65:1: note: expanded from here
  2382. __t117
  2383. ^
  2384. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_cmd.cpp:14:
  2385. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  2386. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2387. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2388. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  2389.      unused typedef '__t30' [-Wunused-local-typedef]
  2390.        assert_tcompile(S + N <= sizeof(U) * 8);
  2391.        ^
  2392. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2393.      expanded from macro 'assert_tcompile'
  2394. #define assert_tcompile(expr) assert_compile(expr)
  2395.                              ^
  2396. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2397.      expanded from macro 'assert_compile'
  2398. #define assert_compile(expr) static_assert(expr, #expr )
  2399.                             ^
  2400. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2401.      expanded from macro 'static_assert'
  2402.    _LIBCPP_CONCAT(__t, __LINE__)
  2403.    ^
  2404. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2405.      expanded from macro '_LIBCPP_CONCAT'
  2406. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2407.                                            ^
  2408. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2409.      expanded from macro '_LIBCPP_CONCAT1'
  2410. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2411.                                             ^
  2412. <scratch space>:23:1: note: expanded from here
  2413. __t30
  2414. ^
  2415. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_cmd.cpp:14:
  2416. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  2417. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2418. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2419. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  2420.      unused typedef '__t31' [-Wunused-local-typedef]
  2421.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  2422.        ^
  2423. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2424.      expanded from macro 'assert_tcompile'
  2425. #define assert_tcompile(expr) assert_compile(expr)
  2426.                              ^
  2427. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2428.      expanded from macro 'assert_compile'
  2429. #define assert_compile(expr) static_assert(expr, #expr )
  2430.                             ^
  2431. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2432.      expanded from macro 'static_assert'
  2433.    _LIBCPP_CONCAT(__t, __LINE__)
  2434.    ^
  2435. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2436.      expanded from macro '_LIBCPP_CONCAT'
  2437. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2438.                                            ^
  2439. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2440.      expanded from macro '_LIBCPP_CONCAT1'
  2441. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2442.                                             ^
  2443. <scratch space>:26:1: note: expanded from here
  2444. __t31
  2445. ^
  2446. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_cmd.cpp:14:
  2447. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  2448. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2449. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2450. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  2451.      unused typedef '__t29' [-Wunused-local-typedef]
  2452.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  2453.        ^
  2454. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2455.      expanded from macro 'assert_tcompile'
  2456. #define assert_tcompile(expr) assert_compile(expr)
  2457.                              ^
  2458. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2459.      expanded from macro 'assert_compile'
  2460. #define assert_compile(expr) static_assert(expr, #expr )
  2461.                             ^
  2462. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2463.      expanded from macro 'static_assert'
  2464.    _LIBCPP_CONCAT(__t, __LINE__)
  2465.    ^
  2466. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2467.      expanded from macro '_LIBCPP_CONCAT'
  2468. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2469.                                            ^
  2470. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2471.      expanded from macro '_LIBCPP_CONCAT1'
  2472. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2473.                                             ^
  2474. <scratch space>:20:1: note: expanded from here
  2475. __t29
  2476. ^
  2477. 7 warnings generated.
  2478. [SRC] Compiling autoreplace_gui.cpp
  2479. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_gui.cpp:13:
  2480. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_func.h:15:
  2481. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  2482. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  2483. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  2484. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  2485.      unused typedef '__t117' [-Wunused-local-typedef]
  2486.        assert_compile(sizeof(size_t) == sizeof(void *));
  2487.        ^
  2488. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2489.      expanded from macro 'assert_compile'
  2490. #define assert_compile(expr) static_assert(expr, #expr )
  2491.                             ^
  2492. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2493.      expanded from macro 'static_assert'
  2494.    _LIBCPP_CONCAT(__t, __LINE__)
  2495.    ^
  2496. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2497.      expanded from macro '_LIBCPP_CONCAT'
  2498. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2499.                                            ^
  2500. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2501.      expanded from macro '_LIBCPP_CONCAT1'
  2502. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2503.                                             ^
  2504. <scratch space>:65:1: note: expanded from here
  2505. __t117
  2506. ^
  2507. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_gui.cpp:14:
  2508. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_gui.h:21:
  2509. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/dropdown_func.h:15:
  2510. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2511. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2512. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2513. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2514. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2515. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2516. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  2517.      unused typedef '__t30' [-Wunused-local-typedef]
  2518.        assert_tcompile(S + N <= sizeof(U) * 8);
  2519.        ^
  2520. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2521.      expanded from macro 'assert_tcompile'
  2522. #define assert_tcompile(expr) assert_compile(expr)
  2523.                              ^
  2524. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2525.      expanded from macro 'assert_compile'
  2526. #define assert_compile(expr) static_assert(expr, #expr )
  2527.                             ^
  2528. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2529.      expanded from macro 'static_assert'
  2530.    _LIBCPP_CONCAT(__t, __LINE__)
  2531.    ^
  2532. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2533.      expanded from macro '_LIBCPP_CONCAT'
  2534. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2535.                                            ^
  2536. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2537.      expanded from macro '_LIBCPP_CONCAT1'
  2538. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2539.                                             ^
  2540. <scratch space>:20:1: note: expanded from here
  2541. __t30
  2542. ^
  2543. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_gui.cpp:14:
  2544. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_gui.h:21:
  2545. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/dropdown_func.h:15:
  2546. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2547. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2548. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2549. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2550. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2551. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2552. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  2553.      unused typedef '__t31' [-Wunused-local-typedef]
  2554.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  2555.        ^
  2556. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2557.      expanded from macro 'assert_tcompile'
  2558. #define assert_tcompile(expr) assert_compile(expr)
  2559.                              ^
  2560. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2561.      expanded from macro 'assert_compile'
  2562. #define assert_compile(expr) static_assert(expr, #expr )
  2563.                             ^
  2564. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2565.      expanded from macro 'static_assert'
  2566.    _LIBCPP_CONCAT(__t, __LINE__)
  2567.    ^
  2568. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2569.      expanded from macro '_LIBCPP_CONCAT'
  2570. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2571.                                            ^
  2572. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2573.      expanded from macro '_LIBCPP_CONCAT1'
  2574. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2575.                                             ^
  2576. <scratch space>:23:1: note: expanded from here
  2577. __t31
  2578. ^
  2579. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_gui.cpp:14:
  2580. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_gui.h:21:
  2581. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/dropdown_func.h:15:
  2582. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2583. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2584. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2585. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2586. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2587. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2588. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  2589.      unused typedef '__t29' [-Wunused-local-typedef]
  2590.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  2591.        ^
  2592. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2593.      expanded from macro 'assert_tcompile'
  2594. #define assert_tcompile(expr) assert_compile(expr)
  2595.                              ^
  2596. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2597.      expanded from macro 'assert_compile'
  2598. #define assert_compile(expr) static_assert(expr, #expr )
  2599.                             ^
  2600. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2601.      expanded from macro 'static_assert'
  2602.    _LIBCPP_CONCAT(__t, __LINE__)
  2603.    ^
  2604. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2605.      expanded from macro '_LIBCPP_CONCAT'
  2606. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2607.                                            ^
  2608. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2609.      expanded from macro '_LIBCPP_CONCAT1'
  2610. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2611.                                             ^
  2612. <scratch space>:17:1: note: expanded from here
  2613. __t29
  2614. ^
  2615. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/autoreplace_gui.cpp:17:
  2616. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  2617.      unused typedef '__t89' [-Wunused-local-typedef]
  2618.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  2619.                ^
  2620. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2621.      expanded from macro 'assert_compile'
  2622. #define assert_compile(expr) static_assert(expr, #expr )
  2623.                             ^
  2624. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2625.      expanded from macro 'static_assert'
  2626.    _LIBCPP_CONCAT(__t, __LINE__)
  2627.    ^
  2628. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2629.      expanded from macro '_LIBCPP_CONCAT'
  2630. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2631.                                            ^
  2632. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2633.      expanded from macro '_LIBCPP_CONCAT1'
  2634. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2635.                                             ^
  2636. <scratch space>:90:1: note: expanded from here
  2637. __t89
  2638. ^
  2639. 5 warnings generated.
  2640. [SRC] Compiling base_consist.cpp
  2641. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_consist.cpp:14:
  2642. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  2643. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  2644.      in-class initialization of non-static data member is a C++11 extension
  2645.      [-Wc++11-extensions]
  2646.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  2647.                                          ^
  2648. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  2649.      rvalue references are a C++11 extension [-Wc++11-extensions]
  2650.        Order(Order&& other) = default;
  2651.                   ^
  2652. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  2653.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  2654.        Order(Order&& other) = default;
  2655.                               ^
  2656. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_consist.cpp:14:
  2657. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:15:
  2658. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallmap_type.hpp:15:
  2659. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  2660. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  2661. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  2662.      unused typedef '__t117' [-Wunused-local-typedef]
  2663.        assert_compile(sizeof(size_t) == sizeof(void *));
  2664.        ^
  2665. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2666.      expanded from macro 'assert_compile'
  2667. #define assert_compile(expr) static_assert(expr, #expr )
  2668.                             ^
  2669. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2670.      expanded from macro 'static_assert'
  2671.    _LIBCPP_CONCAT(__t, __LINE__)
  2672.    ^
  2673. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2674.      expanded from macro '_LIBCPP_CONCAT'
  2675. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2676.                                            ^
  2677. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2678.      expanded from macro '_LIBCPP_CONCAT1'
  2679. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2680.                                             ^
  2681. <scratch space>:65:1: note: expanded from here
  2682. __t117
  2683. ^
  2684. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_consist.cpp:14:
  2685. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  2686. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  2687. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2688. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2689. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2690. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2691. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2692. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2693. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  2694.      unused typedef '__t29' [-Wunused-local-typedef]
  2695.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  2696.        ^
  2697. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2698.      expanded from macro 'assert_tcompile'
  2699. #define assert_tcompile(expr) assert_compile(expr)
  2700.                              ^
  2701. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2702.      expanded from macro 'assert_compile'
  2703. #define assert_compile(expr) static_assert(expr, #expr )
  2704.                             ^
  2705. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2706.      expanded from macro 'static_assert'
  2707.    _LIBCPP_CONCAT(__t, __LINE__)
  2708.    ^
  2709. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2710.      expanded from macro '_LIBCPP_CONCAT'
  2711. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2712.                                            ^
  2713. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2714.      expanded from macro '_LIBCPP_CONCAT1'
  2715. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2716.                                             ^
  2717. <scratch space>:88:1: note: expanded from here
  2718. __t29
  2719. ^
  2720. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_consist.cpp:14:
  2721. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  2722. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  2723. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2724. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2725. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2726. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2727. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2728. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2729. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  2730.      unused typedef '__t31' [-Wunused-local-typedef]
  2731.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  2732.        ^
  2733. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2734.      expanded from macro 'assert_tcompile'
  2735. #define assert_tcompile(expr) assert_compile(expr)
  2736.                              ^
  2737. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2738.      expanded from macro 'assert_compile'
  2739. #define assert_compile(expr) static_assert(expr, #expr )
  2740.                             ^
  2741. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2742.      expanded from macro 'static_assert'
  2743.    _LIBCPP_CONCAT(__t, __LINE__)
  2744.    ^
  2745. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2746.      expanded from macro '_LIBCPP_CONCAT'
  2747. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2748.                                            ^
  2749. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2750.      expanded from macro '_LIBCPP_CONCAT1'
  2751. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2752.                                             ^
  2753. <scratch space>:94:1: note: expanded from here
  2754. __t31
  2755. ^
  2756. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_consist.cpp:14:
  2757. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  2758. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  2759. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  2760. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  2761. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  2762. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  2763. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  2764. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  2765. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  2766.      unused typedef '__t30' [-Wunused-local-typedef]
  2767.        assert_tcompile(S + N <= sizeof(U) * 8);
  2768.        ^
  2769. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  2770.      expanded from macro 'assert_tcompile'
  2771. #define assert_tcompile(expr) assert_compile(expr)
  2772.                              ^
  2773. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  2774.      expanded from macro 'assert_compile'
  2775. #define assert_compile(expr) static_assert(expr, #expr )
  2776.                             ^
  2777. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2778.      expanded from macro 'static_assert'
  2779.    _LIBCPP_CONCAT(__t, __LINE__)
  2780.    ^
  2781. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2782.      expanded from macro '_LIBCPP_CONCAT'
  2783. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2784.                                            ^
  2785. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2786.      expanded from macro '_LIBCPP_CONCAT1'
  2787. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2788.                                             ^
  2789. <scratch space>:91:1: note: expanded from here
  2790. __t30
  2791. ^
  2792. 7 warnings generated.
  2793. [SRC] Compiling blitter/32bpp_anim.cpp
  2794. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim.cpp:14:
  2795. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim.hpp:15:
  2796. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_optimized.hpp:15:
  2797. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_simple.hpp:15:
  2798. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_base.hpp:17:
  2799. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  2800.      unused typedef '__t117' [-Wunused-local-typedef]
  2801.        assert_compile(sizeof(size_t) == sizeof(void *));
  2802.        ^
  2803. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  2804.      expanded from macro 'assert_compile'
  2805. #define assert_compile(expr) static_assert(expr, #expr )
  2806.                             ^
  2807. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2808.      expanded from macro 'static_assert'
  2809.    _LIBCPP_CONCAT(__t, __LINE__)
  2810.    ^
  2811. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2812.      expanded from macro '_LIBCPP_CONCAT'
  2813. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2814.                                            ^
  2815. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2816.      expanded from macro '_LIBCPP_CONCAT1'
  2817. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2818.                                             ^
  2819. <scratch space>:4:1: note: expanded from here
  2820. __t117
  2821. ^
  2822. 1 warning generated.
  2823. [SRC] Compiling blitter/32bpp_anim_sse4.cpp
  2824. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim_sse4.cpp:17:
  2825. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim_sse4.hpp:26:
  2826. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse4.hpp:25:
  2827. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_ssse3.hpp:25:
  2828. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse2.hpp:25:
  2829. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse_type.h:33:10: warning:
  2830.      'ALIGN' macro redefined [-Wmacro-redefined]
  2831.        #define ALIGN(n) __attribute__ ((aligned (n)))
  2832.                ^
  2833. /usr/include/i386/param.h:83:9: note: previous definition is here
  2834. #define ALIGN(p)        __DARWIN_ALIGN(p)
  2835.        ^
  2836. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim_sse4.cpp:17:
  2837. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim_sse4.hpp:25:
  2838. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_anim.hpp:15:
  2839. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_optimized.hpp:15:
  2840. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_simple.hpp:15:
  2841. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_base.hpp:17:
  2842. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  2843.      unused typedef '__t117' [-Wunused-local-typedef]
  2844.        assert_compile(sizeof(size_t) == sizeof(void *));
  2845.        ^
  2846. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  2847.      expanded from macro 'assert_compile'
  2848. #define assert_compile(expr) static_assert(expr, #expr )
  2849.                             ^
  2850. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2851.      expanded from macro 'static_assert'
  2852.    _LIBCPP_CONCAT(__t, __LINE__)
  2853.    ^
  2854. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2855.      expanded from macro '_LIBCPP_CONCAT'
  2856. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2857.                                            ^
  2858. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2859.      expanded from macro '_LIBCPP_CONCAT1'
  2860. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2861.                                             ^
  2862. <scratch space>:10:1: note: expanded from here
  2863. __t117
  2864. ^
  2865. 2 warnings generated.
  2866. [SRC] Compiling blitter/32bpp_base.cpp
  2867. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_base.cpp:13:
  2868. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_base.hpp:17:
  2869. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  2870.      unused typedef '__t117' [-Wunused-local-typedef]
  2871.        assert_compile(sizeof(size_t) == sizeof(void *));
  2872.        ^
  2873. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  2874.      expanded from macro 'assert_compile'
  2875. #define assert_compile(expr) static_assert(expr, #expr )
  2876.                             ^
  2877. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2878.      expanded from macro 'static_assert'
  2879.    _LIBCPP_CONCAT(__t, __LINE__)
  2880.    ^
  2881. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2882.      expanded from macro '_LIBCPP_CONCAT'
  2883. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2884.                                            ^
  2885. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2886.      expanded from macro '_LIBCPP_CONCAT1'
  2887. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2888.                                             ^
  2889. <scratch space>:76:1: note: expanded from here
  2890. __t117
  2891. ^
  2892. 1 warning generated.
  2893. [SRC] Compiling blitter/32bpp_optimized.cpp
  2894. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_optimized.cpp:14:
  2895. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../settings_type.h:20:
  2896. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../cargotype.h:15:
  2897. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../economy_type.h:15:
  2898. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/overflowsafe_type.hpp:15:
  2899. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  2900.      unused typedef '__t117' [-Wunused-local-typedef]
  2901.        assert_compile(sizeof(size_t) == sizeof(void *));
  2902.        ^
  2903. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  2904.      expanded from macro 'assert_compile'
  2905. #define assert_compile(expr) static_assert(expr, #expr )
  2906.                             ^
  2907. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2908.      expanded from macro 'static_assert'
  2909.    _LIBCPP_CONCAT(__t, __LINE__)
  2910.    ^
  2911. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2912.      expanded from macro '_LIBCPP_CONCAT'
  2913. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2914.                                            ^
  2915. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2916.      expanded from macro '_LIBCPP_CONCAT1'
  2917. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2918.                                             ^
  2919. <scratch space>:77:1: note: expanded from here
  2920. __t117
  2921. ^
  2922. 1 warning generated.
  2923. [SRC] Compiling blitter/32bpp_simple.cpp
  2924. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_simple.cpp:14:
  2925. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_simple.hpp:15:
  2926. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_base.hpp:17:
  2927. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  2928.      unused typedef '__t117' [-Wunused-local-typedef]
  2929.        assert_compile(sizeof(size_t) == sizeof(void *));
  2930.        ^
  2931. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  2932.      expanded from macro 'assert_compile'
  2933. #define assert_compile(expr) static_assert(expr, #expr )
  2934.                             ^
  2935. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2936.      expanded from macro 'static_assert'
  2937.    _LIBCPP_CONCAT(__t, __LINE__)
  2938.    ^
  2939. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2940.      expanded from macro '_LIBCPP_CONCAT'
  2941. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2942.                                            ^
  2943. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2944.      expanded from macro '_LIBCPP_CONCAT1'
  2945. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2946.                                             ^
  2947. <scratch space>:88:1: note: expanded from here
  2948. __t117
  2949. ^
  2950. 1 warning generated.
  2951. [SRC] Compiling blitter/32bpp_sse2.cpp
  2952. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse2.cpp:17:
  2953. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse2.hpp:25:
  2954. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse_type.h:33:10: warning:
  2955.      'ALIGN' macro redefined [-Wmacro-redefined]
  2956.        #define ALIGN(n) __attribute__ ((aligned (n)))
  2957.                ^
  2958. /usr/include/i386/param.h:83:9: note: previous definition is here
  2959. #define ALIGN(p)        __DARWIN_ALIGN(p)
  2960.        ^
  2961. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse2.cpp:16:
  2962. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../settings_type.h:20:
  2963. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../cargotype.h:15:
  2964. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../economy_type.h:15:
  2965. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/overflowsafe_type.hpp:15:
  2966. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  2967.      unused typedef '__t117' [-Wunused-local-typedef]
  2968.        assert_compile(sizeof(size_t) == sizeof(void *));
  2969.        ^
  2970. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  2971.      expanded from macro 'assert_compile'
  2972. #define assert_compile(expr) static_assert(expr, #expr )
  2973.                             ^
  2974. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  2975.      expanded from macro 'static_assert'
  2976.    _LIBCPP_CONCAT(__t, __LINE__)
  2977.    ^
  2978. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  2979.      expanded from macro '_LIBCPP_CONCAT'
  2980. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  2981.                                            ^
  2982. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  2983.      expanded from macro '_LIBCPP_CONCAT1'
  2984. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  2985.                                             ^
  2986. <scratch space>:77:1: note: expanded from here
  2987. __t117
  2988. ^
  2989. 2 warnings generated.
  2990. [SRC] Compiling blitter/32bpp_sse4.cpp
  2991. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse4.cpp:17:
  2992. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse4.hpp:25:
  2993. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_ssse3.hpp:25:
  2994. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse2.hpp:25:
  2995. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse_type.h:33:10: warning:
  2996.      'ALIGN' macro redefined [-Wmacro-redefined]
  2997.        #define ALIGN(n) __attribute__ ((aligned (n)))
  2998.                ^
  2999. /usr/include/i386/param.h:83:9: note: previous definition is here
  3000. #define ALIGN(p)        __DARWIN_ALIGN(p)
  3001.        ^
  3002. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse4.cpp:16:
  3003. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../settings_type.h:20:
  3004. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../cargotype.h:15:
  3005. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../economy_type.h:15:
  3006. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/overflowsafe_type.hpp:15:
  3007. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  3008.      unused typedef '__t117' [-Wunused-local-typedef]
  3009.        assert_compile(sizeof(size_t) == sizeof(void *));
  3010.        ^
  3011. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  3012.      expanded from macro 'assert_compile'
  3013. #define assert_compile(expr) static_assert(expr, #expr )
  3014.                             ^
  3015. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3016.      expanded from macro 'static_assert'
  3017.    _LIBCPP_CONCAT(__t, __LINE__)
  3018.    ^
  3019. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3020.      expanded from macro '_LIBCPP_CONCAT'
  3021. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3022.                                            ^
  3023. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3024.      expanded from macro '_LIBCPP_CONCAT1'
  3025. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3026.                                             ^
  3027. <scratch space>:77:1: note: expanded from here
  3028. __t117
  3029. ^
  3030. 2 warnings generated.
  3031. [SRC] Compiling blitter/32bpp_ssse3.cpp
  3032. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_ssse3.cpp:17:
  3033. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_ssse3.hpp:25:
  3034. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse2.hpp:25:
  3035. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_sse_type.h:33:10: warning:
  3036.      'ALIGN' macro redefined [-Wmacro-redefined]
  3037.        #define ALIGN(n) __attribute__ ((aligned (n)))
  3038.                ^
  3039. /usr/include/i386/param.h:83:9: note: previous definition is here
  3040. #define ALIGN(p)        __DARWIN_ALIGN(p)
  3041.        ^
  3042. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/32bpp_ssse3.cpp:16:
  3043. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../settings_type.h:20:
  3044. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../cargotype.h:15:
  3045. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../economy_type.h:15:
  3046. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/overflowsafe_type.hpp:15:
  3047. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  3048.      unused typedef '__t117' [-Wunused-local-typedef]
  3049.        assert_compile(sizeof(size_t) == sizeof(void *));
  3050.        ^
  3051. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  3052.      expanded from macro 'assert_compile'
  3053. #define assert_compile(expr) static_assert(expr, #expr )
  3054.                             ^
  3055. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3056.      expanded from macro 'static_assert'
  3057.    _LIBCPP_CONCAT(__t, __LINE__)
  3058.    ^
  3059. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3060.      expanded from macro '_LIBCPP_CONCAT'
  3061. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3062.                                            ^
  3063. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3064.      expanded from macro '_LIBCPP_CONCAT1'
  3065. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3066.                                             ^
  3067. <scratch space>:77:1: note: expanded from here
  3068. __t117
  3069. ^
  3070. 2 warnings generated.
  3071. [SRC] Compiling blitter/8bpp_base.cpp
  3072. [SRC] Compiling blitter/8bpp_optimized.cpp
  3073. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/8bpp_optimized.cpp:14:
  3074. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../settings_type.h:20:
  3075. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../cargotype.h:15:
  3076. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../economy_type.h:15:
  3077. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/overflowsafe_type.hpp:15:
  3078. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  3079.      unused typedef '__t117' [-Wunused-local-typedef]
  3080.        assert_compile(sizeof(size_t) == sizeof(void *));
  3081.        ^
  3082. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  3083.      expanded from macro 'assert_compile'
  3084. #define assert_compile(expr) static_assert(expr, #expr )
  3085.                             ^
  3086. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3087.      expanded from macro 'static_assert'
  3088.    _LIBCPP_CONCAT(__t, __LINE__)
  3089.    ^
  3090. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3091.      expanded from macro '_LIBCPP_CONCAT'
  3092. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3093.                                            ^
  3094. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3095.      expanded from macro '_LIBCPP_CONCAT1'
  3096. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3097.                                             ^
  3098. <scratch space>:77:1: note: expanded from here
  3099. __t117
  3100. ^
  3101. 1 warning generated.
  3102. [SRC] Compiling blitter/8bpp_simple.cpp
  3103. [SRC] Compiling blitter/base.cpp
  3104. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/base.cpp:14:
  3105. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../core/math_func.hpp:117:2: warning:
  3106.      unused typedef '__t117' [-Wunused-local-typedef]
  3107.        assert_compile(sizeof(size_t) == sizeof(void *));
  3108.        ^
  3109. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/blitter/../stdafx.h:364:30: note:
  3110.      expanded from macro 'assert_compile'
  3111. #define assert_compile(expr) static_assert(expr, #expr )
  3112.                             ^
  3113. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3114.      expanded from macro 'static_assert'
  3115.    _LIBCPP_CONCAT(__t, __LINE__)
  3116.    ^
  3117. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3118.      expanded from macro '_LIBCPP_CONCAT'
  3119. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3120.                                            ^
  3121. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3122.      expanded from macro '_LIBCPP_CONCAT1'
  3123. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3124.                                             ^
  3125. <scratch space>:76:1: note: expanded from here
  3126. __t117
  3127. ^
  3128. 1 warning generated.
  3129. [SRC] Compiling blitter/null.cpp
  3130. [SRC] Compiling bmp.cpp
  3131. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bmp.cpp:16:
  3132. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  3133. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3134.      unused typedef '__t117' [-Wunused-local-typedef]
  3135.        assert_compile(sizeof(size_t) == sizeof(void *));
  3136.        ^
  3137. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3138.      expanded from macro 'assert_compile'
  3139. #define assert_compile(expr) static_assert(expr, #expr )
  3140.                             ^
  3141. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3142.      expanded from macro 'static_assert'
  3143.    _LIBCPP_CONCAT(__t, __LINE__)
  3144.    ^
  3145. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3146.      expanded from macro '_LIBCPP_CONCAT'
  3147. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3148.                                            ^
  3149. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3150.      expanded from macro '_LIBCPP_CONCAT1'
  3151. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3152.                                             ^
  3153. <scratch space>:68:1: note: expanded from here
  3154. __t117
  3155. ^
  3156. 1 warning generated.
  3157. [SRC] Compiling bootstrap_gui.cpp
  3158. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bootstrap_gui.cpp:13:
  3159. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:16:
  3160. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/core/../../core/smallmap_type.hpp:15:
  3161. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  3162. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  3163. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3164.      unused typedef '__t117' [-Wunused-local-typedef]
  3165.        assert_compile(sizeof(size_t) == sizeof(void *));
  3166.        ^
  3167. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3168.      expanded from macro 'assert_compile'
  3169. #define assert_compile(expr) static_assert(expr, #expr )
  3170.                             ^
  3171. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3172.      expanded from macro 'static_assert'
  3173.    _LIBCPP_CONCAT(__t, __LINE__)
  3174.    ^
  3175. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3176.      expanded from macro '_LIBCPP_CONCAT'
  3177. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3178.                                            ^
  3179. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3180.      expanded from macro '_LIBCPP_CONCAT1'
  3181. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3182.                                             ^
  3183. <scratch space>:80:1: note: expanded from here
  3184. __t117
  3185. ^
  3186. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bootstrap_gui.cpp:13:
  3187. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  3188. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/textfile_gui.h:16:
  3189. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  3190.      unused typedef '__t89' [-Wunused-local-typedef]
  3191.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  3192.                ^
  3193. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3194.      expanded from macro 'assert_compile'
  3195. #define assert_compile(expr) static_assert(expr, #expr )
  3196.                             ^
  3197. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3198.      expanded from macro 'static_assert'
  3199.    _LIBCPP_CONCAT(__t, __LINE__)
  3200.    ^
  3201. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3202.      expanded from macro '_LIBCPP_CONCAT'
  3203. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3204.                                            ^
  3205. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3206.      expanded from macro '_LIBCPP_CONCAT1'
  3207. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3208.                                             ^
  3209. <scratch space>:146:1: note: expanded from here
  3210. __t89
  3211. ^
  3212. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bootstrap_gui.cpp:13:
  3213. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  3214. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/textfile_gui.h:18:
  3215. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/../window_gui.h:20:
  3216. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3217. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3218. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3219. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3220. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3221. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  3222.      unused typedef '__t29' [-Wunused-local-typedef]
  3223.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  3224.        ^
  3225. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3226.      expanded from macro 'assert_tcompile'
  3227. #define assert_tcompile(expr) assert_compile(expr)
  3228.                              ^
  3229. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3230.      expanded from macro 'assert_compile'
  3231. #define assert_compile(expr) static_assert(expr, #expr )
  3232.                             ^
  3233. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3234.      expanded from macro 'static_assert'
  3235.    _LIBCPP_CONCAT(__t, __LINE__)
  3236.    ^
  3237. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3238.      expanded from macro '_LIBCPP_CONCAT'
  3239. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3240.                                            ^
  3241. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3242.      expanded from macro '_LIBCPP_CONCAT1'
  3243. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3244.                                             ^
  3245. <scratch space>:68:1: note: expanded from here
  3246. __t29
  3247. ^
  3248. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bootstrap_gui.cpp:13:
  3249. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  3250. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/textfile_gui.h:18:
  3251. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/../window_gui.h:20:
  3252. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3253. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3254. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3255. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3256. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3257. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  3258.      unused typedef '__t30' [-Wunused-local-typedef]
  3259.        assert_tcompile(S + N <= sizeof(U) * 8);
  3260.        ^
  3261. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3262.      expanded from macro 'assert_tcompile'
  3263. #define assert_tcompile(expr) assert_compile(expr)
  3264.                              ^
  3265. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3266.      expanded from macro 'assert_compile'
  3267. #define assert_compile(expr) static_assert(expr, #expr )
  3268.                             ^
  3269. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3270.      expanded from macro 'static_assert'
  3271.    _LIBCPP_CONCAT(__t, __LINE__)
  3272.    ^
  3273. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3274.      expanded from macro '_LIBCPP_CONCAT'
  3275. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3276.                                            ^
  3277. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3278.      expanded from macro '_LIBCPP_CONCAT1'
  3279. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3280.                                             ^
  3281. <scratch space>:71:1: note: expanded from here
  3282. __t30
  3283. ^
  3284. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bootstrap_gui.cpp:13:
  3285. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  3286. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/textfile_gui.h:18:
  3287. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/../window_gui.h:20:
  3288. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3289. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3290. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3291. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3292. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3293. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  3294.      unused typedef '__t31' [-Wunused-local-typedef]
  3295.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  3296.        ^
  3297. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3298.      expanded from macro 'assert_tcompile'
  3299. #define assert_tcompile(expr) assert_compile(expr)
  3300.                              ^
  3301. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3302.      expanded from macro 'assert_compile'
  3303. #define assert_compile(expr) static_assert(expr, #expr )
  3304.                             ^
  3305. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3306.      expanded from macro 'static_assert'
  3307.    _LIBCPP_CONCAT(__t, __LINE__)
  3308.    ^
  3309. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3310.      expanded from macro '_LIBCPP_CONCAT'
  3311. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3312.                                            ^
  3313. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3314.      expanded from macro '_LIBCPP_CONCAT1'
  3315. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3316.                                             ^
  3317. <scratch space>:74:1: note: expanded from here
  3318. __t31
  3319. ^
  3320. 5 warnings generated.
  3321. [SRC] Compiling bridge_gui.cpp
  3322. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_gui.cpp:14:
  3323. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_func.h:15:
  3324. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  3325. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  3326. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  3327. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3328.      unused typedef '__t117' [-Wunused-local-typedef]
  3329.        assert_compile(sizeof(size_t) == sizeof(void *));
  3330.        ^
  3331. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3332.      expanded from macro 'assert_compile'
  3333. #define assert_compile(expr) static_assert(expr, #expr )
  3334.                             ^
  3335. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3336.      expanded from macro 'static_assert'
  3337.    _LIBCPP_CONCAT(__t, __LINE__)
  3338.    ^
  3339. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3340.      expanded from macro '_LIBCPP_CONCAT'
  3341. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3342.                                            ^
  3343. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3344.      expanded from macro '_LIBCPP_CONCAT1'
  3345. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3346.                                             ^
  3347. <scratch space>:65:1: note: expanded from here
  3348. __t117
  3349. ^
  3350. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_gui.cpp:16:
  3351. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  3352.      unused typedef '__t89' [-Wunused-local-typedef]
  3353.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  3354.                ^
  3355. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3356.      expanded from macro 'assert_compile'
  3357. #define assert_compile(expr) static_assert(expr, #expr )
  3358.                             ^
  3359. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3360.      expanded from macro 'static_assert'
  3361.    _LIBCPP_CONCAT(__t, __LINE__)
  3362.    ^
  3363. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3364.      expanded from macro '_LIBCPP_CONCAT'
  3365. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3366.                                            ^
  3367. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3368.      expanded from macro '_LIBCPP_CONCAT1'
  3369. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3370.                                             ^
  3371. <scratch space>:17:1: note: expanded from here
  3372. __t89
  3373. ^
  3374. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_gui.cpp:22:
  3375. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/dropdown_func.h:15:
  3376. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/../window_gui.h:20:
  3377. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3378. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3379. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3380. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3381. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3382. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  3383.      unused typedef '__t29' [-Wunused-local-typedef]
  3384.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  3385.        ^
  3386. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3387.      expanded from macro 'assert_tcompile'
  3388. #define assert_tcompile(expr) assert_compile(expr)
  3389.                              ^
  3390. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3391.      expanded from macro 'assert_compile'
  3392. #define assert_compile(expr) static_assert(expr, #expr )
  3393.                             ^
  3394. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3395.      expanded from macro 'static_assert'
  3396.    _LIBCPP_CONCAT(__t, __LINE__)
  3397.    ^
  3398. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3399.      expanded from macro '_LIBCPP_CONCAT'
  3400. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3401.                                            ^
  3402. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3403.      expanded from macro '_LIBCPP_CONCAT1'
  3404. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3405.                                             ^
  3406. <scratch space>:64:1: note: expanded from here
  3407. __t29
  3408. ^
  3409. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_gui.cpp:22:
  3410. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/dropdown_func.h:15:
  3411. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/../window_gui.h:20:
  3412. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3413. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3414. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3415. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3416. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3417. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  3418.      unused typedef '__t30' [-Wunused-local-typedef]
  3419.        assert_tcompile(S + N <= sizeof(U) * 8);
  3420.        ^
  3421. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3422.      expanded from macro 'assert_tcompile'
  3423. #define assert_tcompile(expr) assert_compile(expr)
  3424.                              ^
  3425. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3426.      expanded from macro 'assert_compile'
  3427. #define assert_compile(expr) static_assert(expr, #expr )
  3428.                             ^
  3429. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3430.      expanded from macro 'static_assert'
  3431.    _LIBCPP_CONCAT(__t, __LINE__)
  3432.    ^
  3433. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3434.      expanded from macro '_LIBCPP_CONCAT'
  3435. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3436.                                            ^
  3437. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3438.      expanded from macro '_LIBCPP_CONCAT1'
  3439. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3440.                                             ^
  3441. <scratch space>:67:1: note: expanded from here
  3442. __t30
  3443. ^
  3444. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_gui.cpp:22:
  3445. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/dropdown_func.h:15:
  3446. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/../window_gui.h:20:
  3447. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3448. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3449. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3450. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3451. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3452. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  3453.      unused typedef '__t31' [-Wunused-local-typedef]
  3454.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  3455.        ^
  3456. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3457.      expanded from macro 'assert_tcompile'
  3458. #define assert_tcompile(expr) assert_compile(expr)
  3459.                              ^
  3460. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3461.      expanded from macro 'assert_compile'
  3462. #define assert_compile(expr) static_assert(expr, #expr )
  3463.                             ^
  3464. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3465.      expanded from macro 'static_assert'
  3466.    _LIBCPP_CONCAT(__t, __LINE__)
  3467.    ^
  3468. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3469.      expanded from macro '_LIBCPP_CONCAT'
  3470. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3471.                                            ^
  3472. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3473.      expanded from macro '_LIBCPP_CONCAT1'
  3474. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3475.                                             ^
  3476. <scratch space>:70:1: note: expanded from here
  3477. __t31
  3478. ^
  3479. 5 warnings generated.
  3480. [SRC] Compiling bridge_map.cpp
  3481. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:88:8: warning:
  3482.      'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  3483.        const auto it = _long_bridge_signal_sim_map.find(t);
  3484.              ^
  3485. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:114:2: warning:
  3486.      'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  3487.        auto it = _long_bridge_signal_sim_map.find(t);
  3488.        ^
  3489. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:117:8: warning:
  3490.      'auto' type specifier is a C++11 extension [-Wc++11-extensions]
  3491.                for (auto &it : lbss.signal_red_bits) {
  3492.                     ^
  3493. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:117:17: warning:
  3494.      range-based for loop is a C++11 extension [-Wc++11-extensions]
  3495.                for (auto &it : lbss.signal_red_bits) {
  3496.                              ^
  3497. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:13:
  3498. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/landscape.h:16:
  3499. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tile_cmd.h:15:
  3500. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  3501. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  3502. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  3503. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3504.      unused typedef '__t117' [-Wunused-local-typedef]
  3505.        assert_compile(sizeof(size_t) == sizeof(void *));
  3506.        ^
  3507. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3508.      expanded from macro 'assert_compile'
  3509. #define assert_compile(expr) static_assert(expr, #expr )
  3510.                             ^
  3511. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3512.      expanded from macro 'static_assert'
  3513.    _LIBCPP_CONCAT(__t, __LINE__)
  3514.    ^
  3515. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3516.      expanded from macro '_LIBCPP_CONCAT'
  3517. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3518.                                            ^
  3519. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3520.      expanded from macro '_LIBCPP_CONCAT1'
  3521. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3522.                                             ^
  3523. <scratch space>:65:1: note: expanded from here
  3524. __t117
  3525. ^
  3526. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:14:
  3527. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3528. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  3529.      unused typedef '__t29' [-Wunused-local-typedef]
  3530.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  3531.        ^
  3532. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3533.      expanded from macro 'assert_tcompile'
  3534. #define assert_tcompile(expr) assert_compile(expr)
  3535.                              ^
  3536. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3537.      expanded from macro 'assert_compile'
  3538. #define assert_compile(expr) static_assert(expr, #expr )
  3539.                             ^
  3540. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3541.      expanded from macro 'static_assert'
  3542.    _LIBCPP_CONCAT(__t, __LINE__)
  3543.    ^
  3544. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3545.      expanded from macro '_LIBCPP_CONCAT'
  3546. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3547.                                            ^
  3548. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3549.      expanded from macro '_LIBCPP_CONCAT1'
  3550. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3551.                                             ^
  3552. <scratch space>:79:1: note: expanded from here
  3553. __t29
  3554. ^
  3555. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:14:
  3556. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3557. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  3558.      unused typedef '__t30' [-Wunused-local-typedef]
  3559.        assert_tcompile(S + N <= sizeof(U) * 8);
  3560.        ^
  3561. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3562.      expanded from macro 'assert_tcompile'
  3563. #define assert_tcompile(expr) assert_compile(expr)
  3564.                              ^
  3565. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3566.      expanded from macro 'assert_compile'
  3567. #define assert_compile(expr) static_assert(expr, #expr )
  3568.                             ^
  3569. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3570.      expanded from macro 'static_assert'
  3571.    _LIBCPP_CONCAT(__t, __LINE__)
  3572.    ^
  3573. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3574.      expanded from macro '_LIBCPP_CONCAT'
  3575. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3576.                                            ^
  3577. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3578.      expanded from macro '_LIBCPP_CONCAT1'
  3579. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3580.                                             ^
  3581. <scratch space>:82:1: note: expanded from here
  3582. __t30
  3583. ^
  3584. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.cpp:14:
  3585. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3586. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  3587.      unused typedef '__t31' [-Wunused-local-typedef]
  3588.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  3589.        ^
  3590. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3591.      expanded from macro 'assert_tcompile'
  3592. #define assert_tcompile(expr) assert_compile(expr)
  3593.                              ^
  3594. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3595.      expanded from macro 'assert_compile'
  3596. #define assert_compile(expr) static_assert(expr, #expr )
  3597.                             ^
  3598. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3599.      expanded from macro 'static_assert'
  3600.    _LIBCPP_CONCAT(__t, __LINE__)
  3601.    ^
  3602. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3603.      expanded from macro '_LIBCPP_CONCAT'
  3604. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3605.                                            ^
  3606. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3607.      expanded from macro '_LIBCPP_CONCAT1'
  3608. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3609.                                             ^
  3610. <scratch space>:85:1: note: expanded from here
  3611. __t31
  3612. ^
  3613. 8 warnings generated.
  3614. [SRC] Compiling build_vehicle_gui.cpp
  3615. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:35:
  3616. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:22:
  3617. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ground_vehicle.hpp:15:
  3618. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  3619. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  3620.      in-class initialization of non-static data member is a C++11 extension
  3621.      [-Wc++11-extensions]
  3622.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  3623.                                          ^
  3624. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  3625.      rvalue references are a C++11 extension [-Wc++11-extensions]
  3626.        Order(Order&& other) = default;
  3627.                   ^
  3628. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  3629.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  3630.        Order(Order&& other) = default;
  3631.                               ^
  3632. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:2289:7: warning:
  3633.      unused variable 'num_wagons_loco' [-Wunused-variable]
  3634.                int num_wagons_loco  = 0;
  3635.                    ^
  3636. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:593:18: warning:
  3637.      unused function 'EngineReliabilitySorterLoco' [-Wunused-function]
  3638. static int CDECL EngineReliabilitySorterLoco(const EngineID *a, const En...
  3639.                 ^
  3640. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:721:18: warning:
  3641.      unused function 'TrainEngineCapacitySorterLoco' [-Wunused-function]
  3642. static int CDECL TrainEngineCapacitySorterLoco(const EngineID *a, const ...
  3643.                 ^
  3644. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:13:
  3645. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/engine_base.h:15:
  3646. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/engine_type.h:15:
  3647. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  3648. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  3649. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3650.      unused typedef '__t117' [-Wunused-local-typedef]
  3651.        assert_compile(sizeof(size_t) == sizeof(void *));
  3652.        ^
  3653. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3654.      expanded from macro 'assert_compile'
  3655. #define assert_compile(expr) static_assert(expr, #expr )
  3656.                             ^
  3657. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3658.      expanded from macro 'static_assert'
  3659.    _LIBCPP_CONCAT(__t, __LINE__)
  3660.    ^
  3661. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3662.      expanded from macro '_LIBCPP_CONCAT'
  3663. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3664.                                            ^
  3665. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3666.      expanded from macro '_LIBCPP_CONCAT1'
  3667. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3668.                                             ^
  3669. <scratch space>:65:1: note: expanded from here
  3670. __t117
  3671. ^
  3672. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:15:
  3673. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3674. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3675. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3676. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3677. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3678. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  3679.      unused typedef '__t31' [-Wunused-local-typedef]
  3680.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  3681.        ^
  3682. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3683.      expanded from macro 'assert_tcompile'
  3684. #define assert_tcompile(expr) assert_compile(expr)
  3685.                              ^
  3686. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3687.      expanded from macro 'assert_compile'
  3688. #define assert_compile(expr) static_assert(expr, #expr )
  3689.                             ^
  3690. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3691.      expanded from macro 'static_assert'
  3692.    _LIBCPP_CONCAT(__t, __LINE__)
  3693.    ^
  3694. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3695.      expanded from macro '_LIBCPP_CONCAT'
  3696. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3697.                                            ^
  3698. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3699.      expanded from macro '_LIBCPP_CONCAT1'
  3700. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3701.                                             ^
  3702. <scratch space>:20:1: note: expanded from here
  3703. __t31
  3704. ^
  3705. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:15:
  3706. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3707. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3708. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3709. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3710. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3711. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  3712.      unused typedef '__t30' [-Wunused-local-typedef]
  3713.        assert_tcompile(S + N <= sizeof(U) * 8);
  3714.        ^
  3715. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3716.      expanded from macro 'assert_tcompile'
  3717. #define assert_tcompile(expr) assert_compile(expr)
  3718.                              ^
  3719. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3720.      expanded from macro 'assert_compile'
  3721. #define assert_compile(expr) static_assert(expr, #expr )
  3722.                             ^
  3723. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3724.      expanded from macro 'static_assert'
  3725.    _LIBCPP_CONCAT(__t, __LINE__)
  3726.    ^
  3727. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3728.      expanded from macro '_LIBCPP_CONCAT'
  3729. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3730.                                            ^
  3731. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3732.      expanded from macro '_LIBCPP_CONCAT1'
  3733. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3734.                                             ^
  3735. <scratch space>:17:1: note: expanded from here
  3736. __t30
  3737. ^
  3738. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:15:
  3739. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3740. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3741. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3742. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3743. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3744. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  3745.      unused typedef '__t29' [-Wunused-local-typedef]
  3746.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  3747.        ^
  3748. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3749.      expanded from macro 'assert_tcompile'
  3750. #define assert_tcompile(expr) assert_compile(expr)
  3751.                              ^
  3752. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3753.      expanded from macro 'assert_compile'
  3754. #define assert_compile(expr) static_assert(expr, #expr )
  3755.                             ^
  3756. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3757.      expanded from macro 'static_assert'
  3758.    _LIBCPP_CONCAT(__t, __LINE__)
  3759.    ^
  3760. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3761.      expanded from macro '_LIBCPP_CONCAT'
  3762. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3763.                                            ^
  3764. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3765.      expanded from macro '_LIBCPP_CONCAT1'
  3766. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3767.                                             ^
  3768. <scratch space>:14:1: note: expanded from here
  3769. __t29
  3770. ^
  3771. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/build_vehicle_gui.cpp:26:
  3772. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  3773.      unused typedef '__t89' [-Wunused-local-typedef]
  3774.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  3775.                ^
  3776. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3777.      expanded from macro 'assert_compile'
  3778. #define assert_compile(expr) static_assert(expr, #expr )
  3779.                             ^
  3780. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3781.      expanded from macro 'static_assert'
  3782.    _LIBCPP_CONCAT(__t, __LINE__)
  3783.    ^
  3784. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3785.      expanded from macro '_LIBCPP_CONCAT'
  3786. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3787.                                            ^
  3788. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3789.      expanded from macro '_LIBCPP_CONCAT1'
  3790. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3791.                                             ^
  3792. <scratch space>:86:1: note: expanded from here
  3793. __t89
  3794. ^
  3795. 11 warnings generated.
  3796. [SRC] Compiling cargoaction.cpp
  3797. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargoaction.cpp:13:
  3798. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_base.h:15:
  3799. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.h:15:
  3800. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/pool_type.hpp:15:
  3801. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  3802. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  3803. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3804.      unused typedef '__t117' [-Wunused-local-typedef]
  3805.        assert_compile(sizeof(size_t) == sizeof(void *));
  3806.        ^
  3807. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3808.      expanded from macro 'assert_compile'
  3809. #define assert_compile(expr) static_assert(expr, #expr )
  3810.                             ^
  3811. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3812.      expanded from macro 'static_assert'
  3813.    _LIBCPP_CONCAT(__t, __LINE__)
  3814.    ^
  3815. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3816.      expanded from macro '_LIBCPP_CONCAT'
  3817. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3818.                                            ^
  3819. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3820.      expanded from macro '_LIBCPP_CONCAT1'
  3821. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3822.                                             ^
  3823. <scratch space>:65:1: note: expanded from here
  3824. __t117
  3825. ^
  3826. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargoaction.cpp:15:
  3827. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3828. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3829. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3830. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3831. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3832. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  3833.      unused typedef '__t30' [-Wunused-local-typedef]
  3834.        assert_tcompile(S + N <= sizeof(U) * 8);
  3835.        ^
  3836. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3837.      expanded from macro 'assert_tcompile'
  3838. #define assert_tcompile(expr) assert_compile(expr)
  3839.                              ^
  3840. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3841.      expanded from macro 'assert_compile'
  3842. #define assert_compile(expr) static_assert(expr, #expr )
  3843.                             ^
  3844. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3845.      expanded from macro 'static_assert'
  3846.    _LIBCPP_CONCAT(__t, __LINE__)
  3847.    ^
  3848. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3849.      expanded from macro '_LIBCPP_CONCAT'
  3850. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3851.                                            ^
  3852. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3853.      expanded from macro '_LIBCPP_CONCAT1'
  3854. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3855.                                             ^
  3856. <scratch space>:55:1: note: expanded from here
  3857. __t30
  3858. ^
  3859. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargoaction.cpp:15:
  3860. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3861. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3862. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3863. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3864. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3865. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  3866.      unused typedef '__t31' [-Wunused-local-typedef]
  3867.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  3868.        ^
  3869. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3870.      expanded from macro 'assert_tcompile'
  3871. #define assert_tcompile(expr) assert_compile(expr)
  3872.                              ^
  3873. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3874.      expanded from macro 'assert_compile'
  3875. #define assert_compile(expr) static_assert(expr, #expr )
  3876.                             ^
  3877. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3878.      expanded from macro 'static_assert'
  3879.    _LIBCPP_CONCAT(__t, __LINE__)
  3880.    ^
  3881. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3882.      expanded from macro '_LIBCPP_CONCAT'
  3883. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3884.                                            ^
  3885. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3886.      expanded from macro '_LIBCPP_CONCAT1'
  3887. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3888.                                             ^
  3889. <scratch space>:58:1: note: expanded from here
  3890. __t31
  3891. ^
  3892. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargoaction.cpp:15:
  3893. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3894. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3895. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3896. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3897. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3898. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  3899.      unused typedef '__t29' [-Wunused-local-typedef]
  3900.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  3901.        ^
  3902. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3903.      expanded from macro 'assert_tcompile'
  3904. #define assert_tcompile(expr) assert_compile(expr)
  3905.                              ^
  3906. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3907.      expanded from macro 'assert_compile'
  3908. #define assert_compile(expr) static_assert(expr, #expr )
  3909.                             ^
  3910. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3911.      expanded from macro 'static_assert'
  3912.    _LIBCPP_CONCAT(__t, __LINE__)
  3913.    ^
  3914. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3915.      expanded from macro '_LIBCPP_CONCAT'
  3916. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3917.                                            ^
  3918. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3919.      expanded from macro '_LIBCPP_CONCAT1'
  3920. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3921.                                             ^
  3922. <scratch space>:52:1: note: expanded from here
  3923. __t29
  3924. ^
  3925. 4 warnings generated.
  3926. [SRC] Compiling cargomonitor.cpp
  3927. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargomonitor.cpp:13:
  3928. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargomonitor.h:16:
  3929. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_func.h:15:
  3930. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  3931. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  3932. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  3933. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  3934.      unused typedef '__t117' [-Wunused-local-typedef]
  3935.        assert_compile(sizeof(size_t) == sizeof(void *));
  3936.        ^
  3937. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3938.      expanded from macro 'assert_compile'
  3939. #define assert_compile(expr) static_assert(expr, #expr )
  3940.                             ^
  3941. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3942.      expanded from macro 'static_assert'
  3943.    _LIBCPP_CONCAT(__t, __LINE__)
  3944.    ^
  3945. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3946.      expanded from macro '_LIBCPP_CONCAT'
  3947. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3948.                                            ^
  3949. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3950.      expanded from macro '_LIBCPP_CONCAT1'
  3951. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3952.                                             ^
  3953. <scratch space>:65:1: note: expanded from here
  3954. __t117
  3955. ^
  3956. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargomonitor.cpp:14:
  3957. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3958. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3959. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3960. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3961. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3962. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  3963.      unused typedef '__t30' [-Wunused-local-typedef]
  3964.        assert_tcompile(S + N <= sizeof(U) * 8);
  3965.        ^
  3966. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  3967.      expanded from macro 'assert_tcompile'
  3968. #define assert_tcompile(expr) assert_compile(expr)
  3969.                              ^
  3970. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  3971.      expanded from macro 'assert_compile'
  3972. #define assert_compile(expr) static_assert(expr, #expr )
  3973.                             ^
  3974. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  3975.      expanded from macro 'static_assert'
  3976.    _LIBCPP_CONCAT(__t, __LINE__)
  3977.    ^
  3978. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  3979.      expanded from macro '_LIBCPP_CONCAT'
  3980. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  3981.                                            ^
  3982. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  3983.      expanded from macro '_LIBCPP_CONCAT1'
  3984. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  3985.                                             ^
  3986. <scratch space>:228:1: note: expanded from here
  3987. __t30
  3988. ^
  3989. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargomonitor.cpp:14:
  3990. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  3991. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  3992. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  3993. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  3994. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  3995. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  3996.      unused typedef '__t29' [-Wunused-local-typedef]
  3997.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  3998.        ^
  3999. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4000.      expanded from macro 'assert_tcompile'
  4001. #define assert_tcompile(expr) assert_compile(expr)
  4002.                              ^
  4003. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4004.      expanded from macro 'assert_compile'
  4005. #define assert_compile(expr) static_assert(expr, #expr )
  4006.                             ^
  4007. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4008.      expanded from macro 'static_assert'
  4009.    _LIBCPP_CONCAT(__t, __LINE__)
  4010.    ^
  4011. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4012.      expanded from macro '_LIBCPP_CONCAT'
  4013. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4014.                                            ^
  4015. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4016.      expanded from macro '_LIBCPP_CONCAT1'
  4017. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4018.                                             ^
  4019. <scratch space>:225:1: note: expanded from here
  4020. __t29
  4021. ^
  4022. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargomonitor.cpp:14:
  4023. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4024. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4025. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4026. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4027. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4028. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  4029.      unused typedef '__t31' [-Wunused-local-typedef]
  4030.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  4031.        ^
  4032. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4033.      expanded from macro 'assert_tcompile'
  4034. #define assert_tcompile(expr) assert_compile(expr)
  4035.                              ^
  4036. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4037.      expanded from macro 'assert_compile'
  4038. #define assert_compile(expr) static_assert(expr, #expr )
  4039.                             ^
  4040. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4041.      expanded from macro 'static_assert'
  4042.    _LIBCPP_CONCAT(__t, __LINE__)
  4043.    ^
  4044. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4045.      expanded from macro '_LIBCPP_CONCAT'
  4046. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4047.                                            ^
  4048. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4049.      expanded from macro '_LIBCPP_CONCAT1'
  4050. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4051.                                             ^
  4052. <scratch space>:231:1: note: expanded from here
  4053. __t31
  4054. ^
  4055. 4 warnings generated.
  4056. [SRC] Compiling cargopacket.cpp
  4057. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.cpp:13:
  4058. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4059. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:15:
  4060. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/pool_type.hpp:15:
  4061. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  4062. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  4063. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4064.      unused typedef '__t117' [-Wunused-local-typedef]
  4065.        assert_compile(sizeof(size_t) == sizeof(void *));
  4066.        ^
  4067. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4068.      expanded from macro 'assert_compile'
  4069. #define assert_compile(expr) static_assert(expr, #expr )
  4070.                             ^
  4071. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4072.      expanded from macro 'static_assert'
  4073.    _LIBCPP_CONCAT(__t, __LINE__)
  4074.    ^
  4075. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4076.      expanded from macro '_LIBCPP_CONCAT'
  4077. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4078.                                            ^
  4079. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4080.      expanded from macro '_LIBCPP_CONCAT1'
  4081. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4082.                                             ^
  4083. <scratch space>:68:1: note: expanded from here
  4084. __t117
  4085. ^
  4086. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.cpp:13:
  4087. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4088. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4089. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4090. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4091. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4092. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  4093.      unused typedef '__t30' [-Wunused-local-typedef]
  4094.        assert_tcompile(S + N <= sizeof(U) * 8);
  4095.        ^
  4096. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4097.      expanded from macro 'assert_tcompile'
  4098. #define assert_tcompile(expr) assert_compile(expr)
  4099.                              ^
  4100. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4101.      expanded from macro 'assert_compile'
  4102. #define assert_compile(expr) static_assert(expr, #expr )
  4103.                             ^
  4104. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4105.      expanded from macro 'static_assert'
  4106.    _LIBCPP_CONCAT(__t, __LINE__)
  4107.    ^
  4108. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4109.      expanded from macro '_LIBCPP_CONCAT'
  4110. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4111.                                            ^
  4112. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4113.      expanded from macro '_LIBCPP_CONCAT1'
  4114. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4115.                                             ^
  4116. <scratch space>:105:1: note: expanded from here
  4117. __t30
  4118. ^
  4119. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.cpp:13:
  4120. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4121. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4122. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4123. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4124. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4125. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  4126.      unused typedef '__t31' [-Wunused-local-typedef]
  4127.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  4128.        ^
  4129. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4130.      expanded from macro 'assert_tcompile'
  4131. #define assert_tcompile(expr) assert_compile(expr)
  4132.                              ^
  4133. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4134.      expanded from macro 'assert_compile'
  4135. #define assert_compile(expr) static_assert(expr, #expr )
  4136.                             ^
  4137. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4138.      expanded from macro 'static_assert'
  4139.    _LIBCPP_CONCAT(__t, __LINE__)
  4140.    ^
  4141. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4142.      expanded from macro '_LIBCPP_CONCAT'
  4143. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4144.                                            ^
  4145. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4146.      expanded from macro '_LIBCPP_CONCAT1'
  4147. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4148.                                             ^
  4149. <scratch space>:108:1: note: expanded from here
  4150. __t31
  4151. ^
  4152. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.cpp:13:
  4153. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4154. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4155. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4156. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4157. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4158. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  4159.      unused typedef '__t29' [-Wunused-local-typedef]
  4160.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  4161.        ^
  4162. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4163.      expanded from macro 'assert_tcompile'
  4164. #define assert_tcompile(expr) assert_compile(expr)
  4165.                              ^
  4166. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4167.      expanded from macro 'assert_compile'
  4168. #define assert_compile(expr) static_assert(expr, #expr )
  4169.                             ^
  4170. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4171.      expanded from macro 'static_assert'
  4172.    _LIBCPP_CONCAT(__t, __LINE__)
  4173.    ^
  4174. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4175.      expanded from macro '_LIBCPP_CONCAT'
  4176. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4177.                                            ^
  4178. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4179.      expanded from macro '_LIBCPP_CONCAT1'
  4180. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4181.                                             ^
  4182. <scratch space>:102:1: note: expanded from here
  4183. __t29
  4184. ^
  4185. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.cpp:563:2: warning:
  4186.      unused typedef '__t563' [-Wunused-local-typedef]
  4187.        assert_tcompile(Tfrom != MTA_TRANSFER && Tto != MTA_TRANSFER);
  4188.        ^
  4189. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4190.      expanded from macro 'assert_tcompile'
  4191. #define assert_tcompile(expr) assert_compile(expr)
  4192.                              ^
  4193. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4194.      expanded from macro 'assert_compile'
  4195. #define assert_compile(expr) static_assert(expr, #expr )
  4196.                             ^
  4197. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4198.      expanded from macro 'static_assert'
  4199.    _LIBCPP_CONCAT(__t, __LINE__)
  4200.    ^
  4201. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4202.      expanded from macro '_LIBCPP_CONCAT'
  4203. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4204.                                            ^
  4205. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4206.      expanded from macro '_LIBCPP_CONCAT1'
  4207. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4208.                                             ^
  4209. <scratch space>:85:1: note: expanded from here
  4210. __t563
  4211. ^
  4212. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargopacket.cpp:564:2: warning:
  4213.      unused typedef '__t564' [-Wunused-local-typedef]
  4214.        assert_tcompile(Tfrom - Tto == 1 || Tto - Tfrom == 1);
  4215.        ^
  4216. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4217.      expanded from macro 'assert_tcompile'
  4218. #define assert_tcompile(expr) assert_compile(expr)
  4219.                              ^
  4220. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4221.      expanded from macro 'assert_compile'
  4222. #define assert_compile(expr) static_assert(expr, #expr )
  4223.                             ^
  4224. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4225.      expanded from macro 'static_assert'
  4226.    _LIBCPP_CONCAT(__t, __LINE__)
  4227.    ^
  4228. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4229.      expanded from macro '_LIBCPP_CONCAT'
  4230. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4231.                                            ^
  4232. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4233.      expanded from macro '_LIBCPP_CONCAT1'
  4234. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4235.                                             ^
  4236. <scratch space>:88:1: note: expanded from here
  4237. __t564
  4238. ^
  4239. 6 warnings generated.
  4240. [SRC] Compiling cargotype.cpp
  4241. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargotype.cpp:13:
  4242. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargotype.h:15:
  4243. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  4244. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  4245. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4246.      unused typedef '__t117' [-Wunused-local-typedef]
  4247.        assert_compile(sizeof(size_t) == sizeof(void *));
  4248.        ^
  4249. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4250.      expanded from macro 'assert_compile'
  4251. #define assert_compile(expr) static_assert(expr, #expr )
  4252.                             ^
  4253. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4254.      expanded from macro 'static_assert'
  4255.    _LIBCPP_CONCAT(__t, __LINE__)
  4256.    ^
  4257. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4258.      expanded from macro '_LIBCPP_CONCAT'
  4259. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4260.                                            ^
  4261. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4262.      expanded from macro '_LIBCPP_CONCAT1'
  4263. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4264.                                             ^
  4265. <scratch space>:65:1: note: expanded from here
  4266. __t117
  4267. ^
  4268. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargotype.cpp:16:
  4269. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  4270.      unused typedef '__t89' [-Wunused-local-typedef]
  4271.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  4272.                ^
  4273. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4274.      expanded from macro 'assert_compile'
  4275. #define assert_compile(expr) static_assert(expr, #expr )
  4276.                             ^
  4277. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4278.      expanded from macro 'static_assert'
  4279.    _LIBCPP_CONCAT(__t, __LINE__)
  4280.    ^
  4281. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4282.      expanded from macro '_LIBCPP_CONCAT'
  4283. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4284.                                            ^
  4285. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4286.      expanded from macro '_LIBCPP_CONCAT1'
  4287. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4288.                                             ^
  4289. <scratch space>:95:1: note: expanded from here
  4290. __t89
  4291. ^
  4292. 2 warnings generated.
  4293. [SRC] Compiling cheat.cpp
  4294. [SRC] Compiling cheat_gui.cpp
  4295. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cheat_gui.cpp:13:
  4296. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_func.h:15:
  4297. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  4298. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  4299. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  4300. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4301.      unused typedef '__t117' [-Wunused-local-typedef]
  4302.        assert_compile(sizeof(size_t) == sizeof(void *));
  4303.        ^
  4304. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4305.      expanded from macro 'assert_compile'
  4306. #define assert_compile(expr) static_assert(expr, #expr )
  4307.                             ^
  4308. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4309.      expanded from macro 'static_assert'
  4310.    _LIBCPP_CONCAT(__t, __LINE__)
  4311.    ^
  4312. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4313.      expanded from macro '_LIBCPP_CONCAT'
  4314. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4315.                                            ^
  4316. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4317.      expanded from macro '_LIBCPP_CONCAT1'
  4318. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4319.                                             ^
  4320. <scratch space>:65:1: note: expanded from here
  4321. __t117
  4322. ^
  4323. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cheat_gui.cpp:20:
  4324. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4325. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../station_base.h:16:
  4326. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4327. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4328. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4329. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4330. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  4331.      unused typedef '__t31' [-Wunused-local-typedef]
  4332.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  4333.        ^
  4334. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4335.      expanded from macro 'assert_tcompile'
  4336. #define assert_tcompile(expr) assert_compile(expr)
  4337.                              ^
  4338. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4339.      expanded from macro 'assert_compile'
  4340. #define assert_compile(expr) static_assert(expr, #expr )
  4341.                             ^
  4342. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4343.      expanded from macro 'static_assert'
  4344.    _LIBCPP_CONCAT(__t, __LINE__)
  4345.    ^
  4346. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4347.      expanded from macro '_LIBCPP_CONCAT'
  4348. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4349.                                            ^
  4350. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4351.      expanded from macro '_LIBCPP_CONCAT1'
  4352. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4353.                                             ^
  4354. <scratch space>:26:1: note: expanded from here
  4355. __t31
  4356. ^
  4357. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cheat_gui.cpp:20:
  4358. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4359. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../station_base.h:16:
  4360. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4361. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4362. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4363. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4364. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  4365.      unused typedef '__t29' [-Wunused-local-typedef]
  4366.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  4367.        ^
  4368. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4369.      expanded from macro 'assert_tcompile'
  4370. #define assert_tcompile(expr) assert_compile(expr)
  4371.                              ^
  4372. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4373.      expanded from macro 'assert_compile'
  4374. #define assert_compile(expr) static_assert(expr, #expr )
  4375.                             ^
  4376. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4377.      expanded from macro 'static_assert'
  4378.    _LIBCPP_CONCAT(__t, __LINE__)
  4379.    ^
  4380. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4381.      expanded from macro '_LIBCPP_CONCAT'
  4382. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4383.                                            ^
  4384. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4385.      expanded from macro '_LIBCPP_CONCAT1'
  4386. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4387.                                             ^
  4388. <scratch space>:20:1: note: expanded from here
  4389. __t29
  4390. ^
  4391. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cheat_gui.cpp:20:
  4392. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4393. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../station_base.h:16:
  4394. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4395. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4396. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4397. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4398. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  4399.      unused typedef '__t30' [-Wunused-local-typedef]
  4400.        assert_tcompile(S + N <= sizeof(U) * 8);
  4401.        ^
  4402. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4403.      expanded from macro 'assert_tcompile'
  4404. #define assert_tcompile(expr) assert_compile(expr)
  4405.                              ^
  4406. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4407.      expanded from macro 'assert_compile'
  4408. #define assert_compile(expr) static_assert(expr, #expr )
  4409.                             ^
  4410. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4411.      expanded from macro 'static_assert'
  4412.    _LIBCPP_CONCAT(__t, __LINE__)
  4413.    ^
  4414. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4415.      expanded from macro '_LIBCPP_CONCAT'
  4416. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4417.                                            ^
  4418. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4419.      expanded from macro '_LIBCPP_CONCAT1'
  4420. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4421.                                             ^
  4422. <scratch space>:23:1: note: expanded from here
  4423. __t30
  4424. ^
  4425. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cheat_gui.cpp:22:
  4426. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  4427.      unused typedef '__t89' [-Wunused-local-typedef]
  4428.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  4429.                ^
  4430. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4431.      expanded from macro 'assert_compile'
  4432. #define assert_compile(expr) static_assert(expr, #expr )
  4433.                             ^
  4434. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4435.      expanded from macro 'static_assert'
  4436.    _LIBCPP_CONCAT(__t, __LINE__)
  4437.    ^
  4438. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4439.      expanded from macro '_LIBCPP_CONCAT'
  4440. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4441.                                            ^
  4442. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4443.      expanded from macro '_LIBCPP_CONCAT1'
  4444. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4445.                                             ^
  4446. <scratch space>:86:1: note: expanded from here
  4447. __t89
  4448. ^
  4449. 5 warnings generated.
  4450. [SRC] Compiling clear_cmd.cpp
  4451. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/clear_cmd.cpp:17:
  4452. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  4453. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  4454. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  4455.      in-class initialization of non-static data member is a C++11 extension
  4456.      [-Wc++11-extensions]
  4457.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  4458.                                          ^
  4459. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  4460.      rvalue references are a C++11 extension [-Wc++11-extensions]
  4461.        Order(Order&& other) = default;
  4462.                   ^
  4463. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  4464.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  4465.        Order(Order&& other) = default;
  4466.                               ^
  4467. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/clear_cmd.cpp:13:
  4468. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/clear_map.h:15:
  4469. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/bridge_map.h:15:
  4470. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/road_map.h:15:
  4471. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/track_func.h:18:
  4472. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/slope_func.h:15:
  4473. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4474.      unused typedef '__t117' [-Wunused-local-typedef]
  4475.        assert_compile(sizeof(size_t) == sizeof(void *));
  4476.        ^
  4477. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4478.      expanded from macro 'assert_compile'
  4479. #define assert_compile(expr) static_assert(expr, #expr )
  4480.                             ^
  4481. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4482.      expanded from macro 'static_assert'
  4483.    _LIBCPP_CONCAT(__t, __LINE__)
  4484.    ^
  4485. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4486.      expanded from macro '_LIBCPP_CONCAT'
  4487. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4488.                                            ^
  4489. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4490.      expanded from macro '_LIBCPP_CONCAT1'
  4491. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4492.                                             ^
  4493. <scratch space>:113:1: note: expanded from here
  4494. __t117
  4495. ^
  4496. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/clear_cmd.cpp:17:
  4497. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  4498. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  4499. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  4500. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4501. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4502. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4503. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4504. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4505. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4506. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  4507.      unused typedef '__t30' [-Wunused-local-typedef]
  4508.        assert_tcompile(S + N <= sizeof(U) * 8);
  4509.        ^
  4510. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4511.      expanded from macro 'assert_tcompile'
  4512. #define assert_tcompile(expr) assert_compile(expr)
  4513.                              ^
  4514. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4515.      expanded from macro 'assert_compile'
  4516. #define assert_compile(expr) static_assert(expr, #expr )
  4517.                             ^
  4518. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4519.      expanded from macro 'static_assert'
  4520.    _LIBCPP_CONCAT(__t, __LINE__)
  4521.    ^
  4522. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4523.      expanded from macro '_LIBCPP_CONCAT'
  4524. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4525.                                            ^
  4526. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4527.      expanded from macro '_LIBCPP_CONCAT1'
  4528. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4529.                                             ^
  4530. <scratch space>:44:1: note: expanded from here
  4531. __t30
  4532. ^
  4533. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/clear_cmd.cpp:17:
  4534. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  4535. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  4536. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  4537. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4538. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4539. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4540. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4541. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4542. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4543. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  4544.      unused typedef '__t31' [-Wunused-local-typedef]
  4545.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  4546.        ^
  4547. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4548.      expanded from macro 'assert_tcompile'
  4549. #define assert_tcompile(expr) assert_compile(expr)
  4550.                              ^
  4551. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4552.      expanded from macro 'assert_compile'
  4553. #define assert_compile(expr) static_assert(expr, #expr )
  4554.                             ^
  4555. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4556.      expanded from macro 'static_assert'
  4557.    _LIBCPP_CONCAT(__t, __LINE__)
  4558.    ^
  4559. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4560.      expanded from macro '_LIBCPP_CONCAT'
  4561. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4562.                                            ^
  4563. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4564.      expanded from macro '_LIBCPP_CONCAT1'
  4565. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4566.                                             ^
  4567. <scratch space>:47:1: note: expanded from here
  4568. __t31
  4569. ^
  4570. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/clear_cmd.cpp:17:
  4571. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  4572. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  4573. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  4574. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4575. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4576. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4577. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4578. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4579. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4580. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  4581.      unused typedef '__t29' [-Wunused-local-typedef]
  4582.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  4583.        ^
  4584. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4585.      expanded from macro 'assert_tcompile'
  4586. #define assert_tcompile(expr) assert_compile(expr)
  4587.                              ^
  4588. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4589.      expanded from macro 'assert_compile'
  4590. #define assert_compile(expr) static_assert(expr, #expr )
  4591.                             ^
  4592. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4593.      expanded from macro 'static_assert'
  4594.    _LIBCPP_CONCAT(__t, __LINE__)
  4595.    ^
  4596. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4597.      expanded from macro '_LIBCPP_CONCAT'
  4598. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4599.                                            ^
  4600. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4601.      expanded from macro '_LIBCPP_CONCAT1'
  4602. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4603.                                             ^
  4604. <scratch space>:41:1: note: expanded from here
  4605. __t29
  4606. ^
  4607. 7 warnings generated.
  4608. [SRC] Compiling command.cpp
  4609. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command.cpp:13:
  4610. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/landscape.h:16:
  4611. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tile_cmd.h:15:
  4612. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  4613. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  4614. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  4615. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4616.      unused typedef '__t117' [-Wunused-local-typedef]
  4617.        assert_compile(sizeof(size_t) == sizeof(void *));
  4618.        ^
  4619. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4620.      expanded from macro 'assert_compile'
  4621. #define assert_compile(expr) static_assert(expr, #expr )
  4622.                             ^
  4623. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4624.      expanded from macro 'static_assert'
  4625.    _LIBCPP_CONCAT(__t, __LINE__)
  4626.    ^
  4627. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4628.      expanded from macro '_LIBCPP_CONCAT'
  4629. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4630.                                            ^
  4631. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4632.      expanded from macro '_LIBCPP_CONCAT1'
  4633. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4634.                                             ^
  4635. <scratch space>:65:1: note: expanded from here
  4636. __t117
  4637. ^
  4638. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command.cpp:20:
  4639. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  4640.      unused typedef '__t89' [-Wunused-local-typedef]
  4641.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  4642.                ^
  4643. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4644.      expanded from macro 'assert_compile'
  4645. #define assert_compile(expr) static_assert(expr, #expr )
  4646.                             ^
  4647. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4648.      expanded from macro 'static_assert'
  4649.    _LIBCPP_CONCAT(__t, __LINE__)
  4650.    ^
  4651. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4652.      expanded from macro '_LIBCPP_CONCAT'
  4653. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4654.                                            ^
  4655. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4656.      expanded from macro '_LIBCPP_CONCAT1'
  4657. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4658.                                             ^
  4659. <scratch space>:11:1: note: expanded from here
  4660. __t89
  4661. ^
  4662. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command.cpp:485:2: warning:
  4663.      unused typedef '__t485' [-Wunused-local-typedef]
  4664.        assert_compile(lengthof(command_type_lookup) == CMDT_END);
  4665.        ^
  4666. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4667.      expanded from macro 'assert_compile'
  4668. #define assert_compile(expr) static_assert(expr, #expr )
  4669.                             ^
  4670. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4671.      expanded from macro 'static_assert'
  4672.    _LIBCPP_CONCAT(__t, __LINE__)
  4673.    ^
  4674. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4675.      expanded from macro '_LIBCPP_CONCAT'
  4676. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4677.                                            ^
  4678. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4679.      expanded from macro '_LIBCPP_CONCAT1'
  4680. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4681.                                             ^
  4682. <scratch space>:29:1: note: expanded from here
  4683. __t485
  4684. ^
  4685. 3 warnings generated.
  4686. [SRC] Compiling company_cmd.cpp
  4687. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_cmd.cpp:33:
  4688. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  4689. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  4690.      in-class initialization of non-static data member is a C++11 extension
  4691.      [-Wc++11-extensions]
  4692.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  4693.                                          ^
  4694. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  4695.      rvalue references are a C++11 extension [-Wc++11-extensions]
  4696.        Order(Order&& other) = default;
  4697.                   ^
  4698. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  4699.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  4700.        Order(Order&& other) = default;
  4701.                               ^
  4702. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_cmd.cpp:13:
  4703. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_base.h:19:
  4704. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settings_type.h:20:
  4705. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../cargotype.h:15:
  4706. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../widgets/../economy_type.h:15:
  4707. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../core/overflowsafe_type.hpp:15:
  4708. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4709.      unused typedef '__t117' [-Wunused-local-typedef]
  4710.        assert_compile(sizeof(size_t) == sizeof(void *));
  4711.        ^
  4712. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4713.      expanded from macro 'assert_compile'
  4714. #define assert_compile(expr) static_assert(expr, #expr )
  4715.                             ^
  4716. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4717.      expanded from macro 'static_assert'
  4718.    _LIBCPP_CONCAT(__t, __LINE__)
  4719.    ^
  4720. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4721.      expanded from macro '_LIBCPP_CONCAT'
  4722. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4723.                                            ^
  4724. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4725.      expanded from macro '_LIBCPP_CONCAT1'
  4726. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4727.                                             ^
  4728. <scratch space>:65:1: note: expanded from here
  4729. __t117
  4730. ^
  4731. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_cmd.cpp:18:
  4732. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  4733.      unused typedef '__t29' [-Wunused-local-typedef]
  4734.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  4735.        ^
  4736. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4737.      expanded from macro 'assert_tcompile'
  4738. #define assert_tcompile(expr) assert_compile(expr)
  4739.                              ^
  4740. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4741.      expanded from macro 'assert_compile'
  4742. #define assert_compile(expr) static_assert(expr, #expr )
  4743.                             ^
  4744. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4745.      expanded from macro 'static_assert'
  4746.    _LIBCPP_CONCAT(__t, __LINE__)
  4747.    ^
  4748. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4749.      expanded from macro '_LIBCPP_CONCAT'
  4750. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4751.                                            ^
  4752. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4753.      expanded from macro '_LIBCPP_CONCAT1'
  4754. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4755.                                             ^
  4756. <scratch space>:56:1: note: expanded from here
  4757. __t29
  4758. ^
  4759. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_cmd.cpp:18:
  4760. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  4761.      unused typedef '__t31' [-Wunused-local-typedef]
  4762.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  4763.        ^
  4764. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4765.      expanded from macro 'assert_tcompile'
  4766. #define assert_tcompile(expr) assert_compile(expr)
  4767.                              ^
  4768. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4769.      expanded from macro 'assert_compile'
  4770. #define assert_compile(expr) static_assert(expr, #expr )
  4771.                             ^
  4772. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4773.      expanded from macro 'static_assert'
  4774.    _LIBCPP_CONCAT(__t, __LINE__)
  4775.    ^
  4776. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4777.      expanded from macro '_LIBCPP_CONCAT'
  4778. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4779.                                            ^
  4780. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4781.      expanded from macro '_LIBCPP_CONCAT1'
  4782. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4783.                                             ^
  4784. <scratch space>:62:1: note: expanded from here
  4785. __t31
  4786. ^
  4787. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_cmd.cpp:18:
  4788. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  4789.      unused typedef '__t30' [-Wunused-local-typedef]
  4790.        assert_tcompile(S + N <= sizeof(U) * 8);
  4791.        ^
  4792. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4793.      expanded from macro 'assert_tcompile'
  4794. #define assert_tcompile(expr) assert_compile(expr)
  4795.                              ^
  4796. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4797.      expanded from macro 'assert_compile'
  4798. #define assert_compile(expr) static_assert(expr, #expr )
  4799.                             ^
  4800. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4801.      expanded from macro 'static_assert'
  4802.    _LIBCPP_CONCAT(__t, __LINE__)
  4803.    ^
  4804. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4805.      expanded from macro '_LIBCPP_CONCAT'
  4806. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4807.                                            ^
  4808. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4809.      expanded from macro '_LIBCPP_CONCAT1'
  4810. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4811.                                             ^
  4812. <scratch space>:59:1: note: expanded from here
  4813. __t30
  4814. ^
  4815. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_cmd.cpp:27:
  4816. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  4817.      unused typedef '__t89' [-Wunused-local-typedef]
  4818.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  4819.                ^
  4820. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4821.      expanded from macro 'assert_compile'
  4822. #define assert_compile(expr) static_assert(expr, #expr )
  4823.                             ^
  4824. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4825.      expanded from macro 'static_assert'
  4826.    _LIBCPP_CONCAT(__t, __LINE__)
  4827.    ^
  4828. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4829.      expanded from macro '_LIBCPP_CONCAT'
  4830. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4831.                                            ^
  4832. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4833.      expanded from macro '_LIBCPP_CONCAT1'
  4834. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4835.                                             ^
  4836. <scratch space>:171:1: note: expanded from here
  4837. __t89
  4838. ^
  4839. 8 warnings generated.
  4840. [SRC] Compiling company_gui.cpp
  4841. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:17:
  4842. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  4843. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  4844. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  4845.      in-class initialization of non-static data member is a C++11 extension
  4846.      [-Wc++11-extensions]
  4847.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  4848.                                          ^
  4849. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  4850.      rvalue references are a C++11 extension [-Wc++11-extensions]
  4851.        Order(Order&& other) = default;
  4852.                   ^
  4853. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  4854.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  4855.        Order(Order&& other) = default;
  4856.                               ^
  4857. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:14:
  4858. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/gui.h:16:
  4859. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/../economy_type.h:15:
  4860. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  4861. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  4862.      unused typedef '__t117' [-Wunused-local-typedef]
  4863.        assert_compile(sizeof(size_t) == sizeof(void *));
  4864.        ^
  4865. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4866.      expanded from macro 'assert_compile'
  4867. #define assert_compile(expr) static_assert(expr, #expr )
  4868.                             ^
  4869. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4870.      expanded from macro 'static_assert'
  4871.    _LIBCPP_CONCAT(__t, __LINE__)
  4872.    ^
  4873. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4874.      expanded from macro '_LIBCPP_CONCAT'
  4875. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4876.                                            ^
  4877. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4878.      expanded from macro '_LIBCPP_CONCAT1'
  4879. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4880.                                             ^
  4881. <scratch space>:65:1: note: expanded from here
  4882. __t117
  4883. ^
  4884. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:15:
  4885. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4886. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4887. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4888. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4889. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4890. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4891. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  4892.      unused typedef '__t29' [-Wunused-local-typedef]
  4893.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  4894.        ^
  4895. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4896.      expanded from macro 'assert_tcompile'
  4897. #define assert_tcompile(expr) assert_compile(expr)
  4898.                              ^
  4899. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4900.      expanded from macro 'assert_compile'
  4901. #define assert_compile(expr) static_assert(expr, #expr )
  4902.                             ^
  4903. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4904.      expanded from macro 'static_assert'
  4905.    _LIBCPP_CONCAT(__t, __LINE__)
  4906.    ^
  4907. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4908.      expanded from macro '_LIBCPP_CONCAT'
  4909. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4910.                                            ^
  4911. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4912.      expanded from macro '_LIBCPP_CONCAT1'
  4913. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4914.                                             ^
  4915. <scratch space>:17:1: note: expanded from here
  4916. __t29
  4917. ^
  4918. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:15:
  4919. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4920. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4921. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4922. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4923. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4924. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4925. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  4926.      unused typedef '__t30' [-Wunused-local-typedef]
  4927.        assert_tcompile(S + N <= sizeof(U) * 8);
  4928.        ^
  4929. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4930.      expanded from macro 'assert_tcompile'
  4931. #define assert_tcompile(expr) assert_compile(expr)
  4932.                              ^
  4933. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4934.      expanded from macro 'assert_compile'
  4935. #define assert_compile(expr) static_assert(expr, #expr )
  4936.                             ^
  4937. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4938.      expanded from macro 'static_assert'
  4939.    _LIBCPP_CONCAT(__t, __LINE__)
  4940.    ^
  4941. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4942.      expanded from macro '_LIBCPP_CONCAT'
  4943. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4944.                                            ^
  4945. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4946.      expanded from macro '_LIBCPP_CONCAT1'
  4947. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4948.                                             ^
  4949. <scratch space>:20:1: note: expanded from here
  4950. __t30
  4951. ^
  4952. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:15:
  4953. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  4954. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  4955. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  4956. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  4957. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  4958. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  4959. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  4960.      unused typedef '__t31' [-Wunused-local-typedef]
  4961.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  4962.        ^
  4963. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  4964.      expanded from macro 'assert_tcompile'
  4965. #define assert_tcompile(expr) assert_compile(expr)
  4966.                              ^
  4967. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4968.      expanded from macro 'assert_compile'
  4969. #define assert_compile(expr) static_assert(expr, #expr )
  4970.                             ^
  4971. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4972.      expanded from macro 'static_assert'
  4973.    _LIBCPP_CONCAT(__t, __LINE__)
  4974.    ^
  4975. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  4976.      expanded from macro '_LIBCPP_CONCAT'
  4977. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  4978.                                            ^
  4979. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  4980.      expanded from macro '_LIBCPP_CONCAT1'
  4981. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  4982.                                             ^
  4983. <scratch space>:23:1: note: expanded from here
  4984. __t31
  4985. ^
  4986. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:25:
  4987. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  4988.      unused typedef '__t89' [-Wunused-local-typedef]
  4989.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  4990.                ^
  4991. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  4992.      expanded from macro 'assert_compile'
  4993. #define assert_compile(expr) static_assert(expr, #expr )
  4994.                             ^
  4995. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  4996.      expanded from macro 'static_assert'
  4997.    _LIBCPP_CONCAT(__t, __LINE__)
  4998.    ^
  4999. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5000.      expanded from macro '_LIBCPP_CONCAT'
  5001. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5002.                                            ^
  5003. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5004.      expanded from macro '_LIBCPP_CONCAT1'
  5005. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5006.                                             ^
  5007. <scratch space>:196:1: note: expanded from here
  5008. __t89
  5009. ^
  5010. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/company_gui.cpp:2184:6: warning:
  5011.      unused typedef '__t2184' [-Wunused-local-typedef]
  5012.                                        assert_compile(lengthof(amounts...
  5013.                                        ^
  5014. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5015.      expanded from macro 'assert_compile'
  5016. #define assert_compile(expr) static_assert(expr, #expr )
  5017.                             ^
  5018. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5019.      expanded from macro 'static_assert'
  5020.    _LIBCPP_CONCAT(__t, __LINE__)
  5021.    ^
  5022. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5023.      expanded from macro '_LIBCPP_CONCAT'
  5024. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5025.                                            ^
  5026. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5027.      expanded from macro '_LIBCPP_CONCAT1'
  5028. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5029.                                             ^
  5030. <scratch space>:30:1: note: expanded from here
  5031. __t2184
  5032. ^
  5033. 9 warnings generated.
  5034. [SRC] Compiling console.cpp
  5035. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console.cpp:15:
  5036. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/network_func.h:22:
  5037. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/core/address.h:18:
  5038. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallmap_type.hpp:15:
  5039. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  5040. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  5041. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5042.      unused typedef '__t117' [-Wunused-local-typedef]
  5043.        assert_compile(sizeof(size_t) == sizeof(void *));
  5044.        ^
  5045. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5046.      expanded from macro 'assert_compile'
  5047. #define assert_compile(expr) static_assert(expr, #expr )
  5048.                             ^
  5049. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5050.      expanded from macro 'static_assert'
  5051.    _LIBCPP_CONCAT(__t, __LINE__)
  5052.    ^
  5053. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5054.      expanded from macro '_LIBCPP_CONCAT'
  5055. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5056.                                            ^
  5057. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5058.      expanded from macro '_LIBCPP_CONCAT1'
  5059. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5060.                                             ^
  5061. <scratch space>:95:1: note: expanded from here
  5062. __t117
  5063. ^
  5064. 1 warning generated.
  5065. [SRC] Compiling console_cmds.cpp
  5066. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:30:
  5067. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  5068. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  5069. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  5070.      in-class initialization of non-static data member is a C++11 extension
  5071.      [-Wc++11-extensions]
  5072.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  5073.                                          ^
  5074. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  5075.      rvalue references are a C++11 extension [-Wc++11-extensions]
  5076.        Order(Order&& other) = default;
  5077.                   ^
  5078. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  5079.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  5080.        Order(Order&& other) = default;
  5081.                               ^
  5082. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:15:
  5083. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/engine_func.h:15:
  5084. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/engine_type.h:15:
  5085. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../widgets/../economy_type.h:15:
  5086. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../core/overflowsafe_type.hpp:15:
  5087. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5088.      unused typedef '__t117' [-Wunused-local-typedef]
  5089.        assert_compile(sizeof(size_t) == sizeof(void *));
  5090.        ^
  5091. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5092.      expanded from macro 'assert_compile'
  5093. #define assert_compile(expr) static_assert(expr, #expr )
  5094.                             ^
  5095. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5096.      expanded from macro 'static_assert'
  5097.    _LIBCPP_CONCAT(__t, __LINE__)
  5098.    ^
  5099. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5100.      expanded from macro '_LIBCPP_CONCAT'
  5101. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5102.                                            ^
  5103. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5104.      expanded from macro '_LIBCPP_CONCAT1'
  5105. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5106.                                             ^
  5107. <scratch space>:68:1: note: expanded from here
  5108. __t117
  5109. ^
  5110. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:29:
  5111. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  5112.      unused typedef '__t89' [-Wunused-local-typedef]
  5113.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  5114.                ^
  5115. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5116.      expanded from macro 'assert_compile'
  5117. #define assert_compile(expr) static_assert(expr, #expr )
  5118.                             ^
  5119. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5120.      expanded from macro 'static_assert'
  5121.    _LIBCPP_CONCAT(__t, __LINE__)
  5122.    ^
  5123. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5124.      expanded from macro '_LIBCPP_CONCAT'
  5125. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5126.                                            ^
  5127. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5128.      expanded from macro '_LIBCPP_CONCAT1'
  5129. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5130.                                             ^
  5131. <scratch space>:74:1: note: expanded from here
  5132. __t89
  5133. ^
  5134. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:30:
  5135. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  5136. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  5137. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  5138. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5139. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5140. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5141. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5142. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5143. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5144. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  5145.      unused typedef '__t30' [-Wunused-local-typedef]
  5146.        assert_tcompile(S + N <= sizeof(U) * 8);
  5147.        ^
  5148. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5149.      expanded from macro 'assert_tcompile'
  5150. #define assert_tcompile(expr) assert_compile(expr)
  5151.                              ^
  5152. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5153.      expanded from macro 'assert_compile'
  5154. #define assert_compile(expr) static_assert(expr, #expr )
  5155.                             ^
  5156. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5157.      expanded from macro 'static_assert'
  5158.    _LIBCPP_CONCAT(__t, __LINE__)
  5159.    ^
  5160. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5161.      expanded from macro '_LIBCPP_CONCAT'
  5162. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5163.                                            ^
  5164. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5165.      expanded from macro '_LIBCPP_CONCAT1'
  5166. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5167.                                             ^
  5168. <scratch space>:68:1: note: expanded from here
  5169. __t30
  5170. ^
  5171. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:30:
  5172. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  5173. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  5174. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  5175. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5176. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5177. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5178. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5179. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5180. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5181. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  5182.      unused typedef '__t31' [-Wunused-local-typedef]
  5183.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  5184.        ^
  5185. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5186.      expanded from macro 'assert_tcompile'
  5187. #define assert_tcompile(expr) assert_compile(expr)
  5188.                              ^
  5189. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5190.      expanded from macro 'assert_compile'
  5191. #define assert_compile(expr) static_assert(expr, #expr )
  5192.                             ^
  5193. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5194.      expanded from macro 'static_assert'
  5195.    _LIBCPP_CONCAT(__t, __LINE__)
  5196.    ^
  5197. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5198.      expanded from macro '_LIBCPP_CONCAT'
  5199. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5200.                                            ^
  5201. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5202.      expanded from macro '_LIBCPP_CONCAT1'
  5203. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5204.                                             ^
  5205. <scratch space>:71:1: note: expanded from here
  5206. __t31
  5207. ^
  5208. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:30:
  5209. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  5210. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  5211. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  5212. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5213. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5214. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5215. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5216. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5217. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5218. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  5219.      unused typedef '__t29' [-Wunused-local-typedef]
  5220.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  5221.        ^
  5222. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5223.      expanded from macro 'assert_tcompile'
  5224. #define assert_tcompile(expr) assert_compile(expr)
  5225.                              ^
  5226. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5227.      expanded from macro 'assert_compile'
  5228. #define assert_compile(expr) static_assert(expr, #expr )
  5229.                             ^
  5230. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5231.      expanded from macro 'static_assert'
  5232.    _LIBCPP_CONCAT(__t, __LINE__)
  5233.    ^
  5234. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5235.      expanded from macro '_LIBCPP_CONCAT'
  5236. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5237.                                            ^
  5238. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5239.      expanded from macro '_LIBCPP_CONCAT1'
  5240. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5241.                                             ^
  5242. <scratch space>:65:1: note: expanded from here
  5243. __t29
  5244. ^
  5245. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_cmds.cpp:1721:2: warning:
  5246.      unused typedef '__t1721' [-Wunused-local-typedef]
  5247.        assert_compile(lengthof(types) == CONTENT_TYPE_END - CONTENT_TYP...
  5248.        ^
  5249. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5250.      expanded from macro 'assert_compile'
  5251. #define assert_compile(expr) static_assert(expr, #expr )
  5252.                             ^
  5253. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5254.      expanded from macro 'static_assert'
  5255.    _LIBCPP_CONCAT(__t, __LINE__)
  5256.    ^
  5257. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5258.      expanded from macro '_LIBCPP_CONCAT'
  5259. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5260.                                            ^
  5261. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5262.      expanded from macro '_LIBCPP_CONCAT1'
  5263. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5264.                                             ^
  5265. <scratch space>:20:1: note: expanded from here
  5266. __t1721
  5267. ^
  5268. 9 warnings generated.
  5269. [SRC] Compiling console_gui.cpp
  5270. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_gui.cpp:14:
  5271. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:19:
  5272. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widget_type.h:17:
  5273. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5274.      unused typedef '__t117' [-Wunused-local-typedef]
  5275.        assert_compile(sizeof(size_t) == sizeof(void *));
  5276.        ^
  5277. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5278.      expanded from macro 'assert_compile'
  5279. #define assert_compile(expr) static_assert(expr, #expr )
  5280.                             ^
  5281. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5282.      expanded from macro 'static_assert'
  5283.    _LIBCPP_CONCAT(__t, __LINE__)
  5284.    ^
  5285. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5286.      expanded from macro '_LIBCPP_CONCAT'
  5287. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5288.                                            ^
  5289. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5290.      expanded from macro '_LIBCPP_CONCAT1'
  5291. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5292.                                             ^
  5293. <scratch space>:65:1: note: expanded from here
  5294. __t117
  5295. ^
  5296. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_gui.cpp:14:
  5297. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5298. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5299. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5300. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5301. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5302. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5303. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  5304.      unused typedef '__t29' [-Wunused-local-typedef]
  5305.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  5306.        ^
  5307. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5308.      expanded from macro 'assert_tcompile'
  5309. #define assert_tcompile(expr) assert_compile(expr)
  5310.                              ^
  5311. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5312.      expanded from macro 'assert_compile'
  5313. #define assert_compile(expr) static_assert(expr, #expr )
  5314.                             ^
  5315. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5316.      expanded from macro 'static_assert'
  5317.    _LIBCPP_CONCAT(__t, __LINE__)
  5318.    ^
  5319. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5320.      expanded from macro '_LIBCPP_CONCAT'
  5321. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5322.                                            ^
  5323. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5324.      expanded from macro '_LIBCPP_CONCAT1'
  5325. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5326.                                             ^
  5327. <scratch space>:17:1: note: expanded from here
  5328. __t29
  5329. ^
  5330. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_gui.cpp:14:
  5331. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5332. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5333. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5334. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5335. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5336. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5337. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  5338.      unused typedef '__t30' [-Wunused-local-typedef]
  5339.        assert_tcompile(S + N <= sizeof(U) * 8);
  5340.        ^
  5341. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5342.      expanded from macro 'assert_tcompile'
  5343. #define assert_tcompile(expr) assert_compile(expr)
  5344.                              ^
  5345. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5346.      expanded from macro 'assert_compile'
  5347. #define assert_compile(expr) static_assert(expr, #expr )
  5348.                             ^
  5349. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5350.      expanded from macro 'static_assert'
  5351.    _LIBCPP_CONCAT(__t, __LINE__)
  5352.    ^
  5353. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5354.      expanded from macro '_LIBCPP_CONCAT'
  5355. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5356.                                            ^
  5357. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5358.      expanded from macro '_LIBCPP_CONCAT1'
  5359. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5360.                                             ^
  5361. <scratch space>:20:1: note: expanded from here
  5362. __t30
  5363. ^
  5364. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_gui.cpp:14:
  5365. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5366. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5367. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5368. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5369. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5370. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5371. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  5372.      unused typedef '__t31' [-Wunused-local-typedef]
  5373.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  5374.        ^
  5375. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5376.      expanded from macro 'assert_tcompile'
  5377. #define assert_tcompile(expr) assert_compile(expr)
  5378.                              ^
  5379. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5380.      expanded from macro 'assert_compile'
  5381. #define assert_compile(expr) static_assert(expr, #expr )
  5382.                             ^
  5383. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5384.      expanded from macro 'static_assert'
  5385.    _LIBCPP_CONCAT(__t, __LINE__)
  5386.    ^
  5387. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5388.      expanded from macro '_LIBCPP_CONCAT'
  5389. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5390.                                            ^
  5391. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5392.      expanded from macro '_LIBCPP_CONCAT1'
  5393. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5394.                                             ^
  5395. <scratch space>:23:1: note: expanded from here
  5396. __t31
  5397. ^
  5398. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/console_gui.cpp:19:
  5399. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  5400.      unused typedef '__t89' [-Wunused-local-typedef]
  5401.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  5402.                ^
  5403. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5404.      expanded from macro 'assert_compile'
  5405. #define assert_compile(expr) static_assert(expr, #expr )
  5406.                             ^
  5407. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5408.      expanded from macro 'static_assert'
  5409.    _LIBCPP_CONCAT(__t, __LINE__)
  5410.    ^
  5411. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5412.      expanded from macro '_LIBCPP_CONCAT'
  5413. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5414.                                            ^
  5415. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5416.      expanded from macro '_LIBCPP_CONCAT1'
  5417. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5418.                                             ^
  5419. <scratch space>:85:1: note: expanded from here
  5420. __t89
  5421. ^
  5422. 5 warnings generated.
  5423. [SRC] Compiling core/alloc_func.cpp
  5424. [SRC] Compiling core/bitmath_func.cpp
  5425. [SRC] Compiling core/geometry_func.cpp
  5426. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/geometry_func.cpp:14:
  5427. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5428.      unused typedef '__t117' [-Wunused-local-typedef]
  5429.        assert_compile(sizeof(size_t) == sizeof(void *));
  5430.        ^
  5431. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/../stdafx.h:364:30: note:
  5432.      expanded from macro 'assert_compile'
  5433. #define assert_compile(expr) static_assert(expr, #expr )
  5434.                             ^
  5435. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5436.      expanded from macro 'static_assert'
  5437.    _LIBCPP_CONCAT(__t, __LINE__)
  5438.    ^
  5439. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5440.      expanded from macro '_LIBCPP_CONCAT'
  5441. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5442.                                            ^
  5443. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5444.      expanded from macro '_LIBCPP_CONCAT1'
  5445. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5446.                                             ^
  5447. <scratch space>:65:1: note: expanded from here
  5448. __t117
  5449. ^
  5450. 1 warning generated.
  5451. [SRC] Compiling core/math_func.cpp
  5452. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.cpp:13:
  5453. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5454.      unused typedef '__t117' [-Wunused-local-typedef]
  5455.        assert_compile(sizeof(size_t) == sizeof(void *));
  5456.        ^
  5457. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/../stdafx.h:364:30: note:
  5458.      expanded from macro 'assert_compile'
  5459. #define assert_compile(expr) static_assert(expr, #expr )
  5460.                             ^
  5461. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5462.      expanded from macro 'static_assert'
  5463.    _LIBCPP_CONCAT(__t, __LINE__)
  5464.    ^
  5465. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5466.      expanded from macro '_LIBCPP_CONCAT'
  5467. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5468.                                            ^
  5469. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5470.      expanded from macro '_LIBCPP_CONCAT1'
  5471. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5472.                                             ^
  5473. <scratch space>:65:1: note: expanded from here
  5474. __t117
  5475. ^
  5476. 1 warning generated.
  5477. [SRC] Compiling core/pool_func.cpp
  5478. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/pool_func.cpp:13:
  5479. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/pool_type.hpp:15:
  5480. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  5481. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  5482. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5483.      unused typedef '__t117' [-Wunused-local-typedef]
  5484.        assert_compile(sizeof(size_t) == sizeof(void *));
  5485.        ^
  5486. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/../stdafx.h:364:30: note:
  5487.      expanded from macro 'assert_compile'
  5488. #define assert_compile(expr) static_assert(expr, #expr )
  5489.                             ^
  5490. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5491.      expanded from macro 'static_assert'
  5492.    _LIBCPP_CONCAT(__t, __LINE__)
  5493.    ^
  5494. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5495.      expanded from macro '_LIBCPP_CONCAT'
  5496. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5497.                                            ^
  5498. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5499.      expanded from macro '_LIBCPP_CONCAT1'
  5500. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5501.                                             ^
  5502. <scratch space>:65:1: note: expanded from here
  5503. __t117
  5504. ^
  5505. 1 warning generated.
  5506. [SRC] Compiling core/random_func.cpp
  5507. [SRC] Compiling cpu.cpp
  5508. [SRC] Compiling crashlog.cpp
  5509. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/crashlog.cpp:14:
  5510. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/gamelog.h:15:
  5511. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/game/../script/api/../../widgets/../newgrf_config.h:17:
  5512. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../core/smallmap_type.hpp:15:
  5513. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  5514. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  5515. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5516.      unused typedef '__t117' [-Wunused-local-typedef]
  5517.        assert_compile(sizeof(size_t) == sizeof(void *));
  5518.        ^
  5519. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5520.      expanded from macro 'assert_compile'
  5521. #define assert_compile(expr) static_assert(expr, #expr )
  5522.                             ^
  5523. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5524.      expanded from macro 'static_assert'
  5525.    _LIBCPP_CONCAT(__t, __LINE__)
  5526.    ^
  5527. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5528.      expanded from macro '_LIBCPP_CONCAT'
  5529. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5530.                                            ^
  5531. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5532.      expanded from macro '_LIBCPP_CONCAT1'
  5533. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5534.                                             ^
  5535. <scratch space>:65:1: note: expanded from here
  5536. __t117
  5537. ^
  5538. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/crashlog.cpp:18:
  5539. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  5540.      unused typedef '__t89' [-Wunused-local-typedef]
  5541.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  5542.                ^
  5543. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5544.      expanded from macro 'assert_compile'
  5545. #define assert_compile(expr) static_assert(expr, #expr )
  5546.                             ^
  5547. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5548.      expanded from macro 'static_assert'
  5549.    _LIBCPP_CONCAT(__t, __LINE__)
  5550.    ^
  5551. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5552.      expanded from macro '_LIBCPP_CONCAT'
  5553. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5554.                                            ^
  5555. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5556.      expanded from macro '_LIBCPP_CONCAT1'
  5557. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5558.                                             ^
  5559. <scratch space>:50:1: note: expanded from here
  5560. __t89
  5561. ^
  5562. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/crashlog.cpp:20:
  5563. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  5564. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  5565. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5566. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5567. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5568. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5569. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5570. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5571. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  5572.      unused typedef '__t31' [-Wunused-local-typedef]
  5573.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  5574.        ^
  5575. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5576.      expanded from macro 'assert_tcompile'
  5577. #define assert_tcompile(expr) assert_compile(expr)
  5578.                              ^
  5579. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5580.      expanded from macro 'assert_compile'
  5581. #define assert_compile(expr) static_assert(expr, #expr )
  5582.                             ^
  5583. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5584.      expanded from macro 'static_assert'
  5585.    _LIBCPP_CONCAT(__t, __LINE__)
  5586.    ^
  5587. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5588.      expanded from macro '_LIBCPP_CONCAT'
  5589. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5590.                                            ^
  5591. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5592.      expanded from macro '_LIBCPP_CONCAT1'
  5593. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5594.                                             ^
  5595. <scratch space>:11:1: note: expanded from here
  5596. __t31
  5597. ^
  5598. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/crashlog.cpp:20:
  5599. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  5600. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  5601. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5602. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5603. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5604. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5605. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5606. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5607. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  5608.      unused typedef '__t29' [-Wunused-local-typedef]
  5609.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  5610.        ^
  5611. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5612.      expanded from macro 'assert_tcompile'
  5613. #define assert_tcompile(expr) assert_compile(expr)
  5614.                              ^
  5615. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5616.      expanded from macro 'assert_compile'
  5617. #define assert_compile(expr) static_assert(expr, #expr )
  5618.                             ^
  5619. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5620.      expanded from macro 'static_assert'
  5621.    _LIBCPP_CONCAT(__t, __LINE__)
  5622.    ^
  5623. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5624.      expanded from macro '_LIBCPP_CONCAT'
  5625. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5626.                                            ^
  5627. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5628.      expanded from macro '_LIBCPP_CONCAT1'
  5629. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5630.                                             ^
  5631. <scratch space>:5:1: note: expanded from here
  5632. __t29
  5633. ^
  5634. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/crashlog.cpp:20:
  5635. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_media_base.h:19:
  5636. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/../textfile_gui.h:18:
  5637. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5638. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5639. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5640. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5641. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5642. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5643. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  5644.      unused typedef '__t30' [-Wunused-local-typedef]
  5645.        assert_tcompile(S + N <= sizeof(U) * 8);
  5646.        ^
  5647. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5648.      expanded from macro 'assert_tcompile'
  5649. #define assert_tcompile(expr) assert_compile(expr)
  5650.                              ^
  5651. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5652.      expanded from macro 'assert_compile'
  5653. #define assert_compile(expr) static_assert(expr, #expr )
  5654.                             ^
  5655. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5656.      expanded from macro 'static_assert'
  5657.    _LIBCPP_CONCAT(__t, __LINE__)
  5658.    ^
  5659. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5660.      expanded from macro '_LIBCPP_CONCAT'
  5661. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5662.                                            ^
  5663. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5664.      expanded from macro '_LIBCPP_CONCAT1'
  5665. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5666.                                             ^
  5667. <scratch space>:8:1: note: expanded from here
  5668. __t30
  5669. ^
  5670. 5 warnings generated.
  5671. [SRC] Compiling currency.cpp
  5672. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/currency.cpp:16:
  5673. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/news_func.h:17:
  5674. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_type.h:15:
  5675. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/smallvec_type.hpp:16:
  5676. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  5677. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5678.      unused typedef '__t117' [-Wunused-local-typedef]
  5679.        assert_compile(sizeof(size_t) == sizeof(void *));
  5680.        ^
  5681. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5682.      expanded from macro 'assert_compile'
  5683. #define assert_compile(expr) static_assert(expr, #expr )
  5684.                             ^
  5685. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5686.      expanded from macro 'static_assert'
  5687.    _LIBCPP_CONCAT(__t, __LINE__)
  5688.    ^
  5689. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5690.      expanded from macro '_LIBCPP_CONCAT'
  5691. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5692.                                            ^
  5693. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5694.      expanded from macro '_LIBCPP_CONCAT1'
  5695. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5696.                                             ^
  5697. <scratch space>:65:1: note: expanded from here
  5698. __t117
  5699. ^
  5700. 1 warning generated.
  5701. [SRC] Compiling date.cpp
  5702. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date.cpp:19:
  5703. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  5704. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  5705.      in-class initialization of non-static data member is a C++11 extension
  5706.      [-Wc++11-extensions]
  5707.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  5708.                                          ^
  5709. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  5710.      rvalue references are a C++11 extension [-Wc++11-extensions]
  5711.        Order(Order&& other) = default;
  5712.                   ^
  5713. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  5714.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  5715.        Order(Order&& other) = default;
  5716.                               ^
  5717. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date.cpp:14:
  5718. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/network_func.h:22:
  5719. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/network/core/address.h:18:
  5720. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../core/smallmap_type.hpp:15:
  5721. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/../core/smallvec_type.hpp:16:
  5722. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  5723. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5724.      unused typedef '__t117' [-Wunused-local-typedef]
  5725.        assert_compile(sizeof(size_t) == sizeof(void *));
  5726.        ^
  5727. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5728.      expanded from macro 'assert_compile'
  5729. #define assert_compile(expr) static_assert(expr, #expr )
  5730.                             ^
  5731. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5732.      expanded from macro 'static_assert'
  5733.    _LIBCPP_CONCAT(__t, __LINE__)
  5734.    ^
  5735. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5736.      expanded from macro '_LIBCPP_CONCAT'
  5737. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5738.                                            ^
  5739. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5740.      expanded from macro '_LIBCPP_CONCAT1'
  5741. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5742.                                             ^
  5743. <scratch space>:92:1: note: expanded from here
  5744. __t117
  5745. ^
  5746. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date.cpp:19:
  5747. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  5748. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  5749. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5750. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../station_base.h:16:
  5751. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5752. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5753. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5754. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5755. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  5756.      unused typedef '__t29' [-Wunused-local-typedef]
  5757.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  5758.        ^
  5759. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5760.      expanded from macro 'assert_tcompile'
  5761. #define assert_tcompile(expr) assert_compile(expr)
  5762.                              ^
  5763. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5764.      expanded from macro 'assert_compile'
  5765. #define assert_compile(expr) static_assert(expr, #expr )
  5766.                             ^
  5767. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5768.      expanded from macro 'static_assert'
  5769.    _LIBCPP_CONCAT(__t, __LINE__)
  5770.    ^
  5771. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5772.      expanded from macro '_LIBCPP_CONCAT'
  5773. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5774.                                            ^
  5775. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5776.      expanded from macro '_LIBCPP_CONCAT1'
  5777. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5778.                                             ^
  5779. <scratch space>:8:1: note: expanded from here
  5780. __t29
  5781. ^
  5782. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date.cpp:19:
  5783. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  5784. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  5785. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5786. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../station_base.h:16:
  5787. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5788. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5789. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5790. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5791. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  5792.      unused typedef '__t30' [-Wunused-local-typedef]
  5793.        assert_tcompile(S + N <= sizeof(U) * 8);
  5794.        ^
  5795. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5796.      expanded from macro 'assert_tcompile'
  5797. #define assert_tcompile(expr) assert_compile(expr)
  5798.                              ^
  5799. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5800.      expanded from macro 'assert_compile'
  5801. #define assert_compile(expr) static_assert(expr, #expr )
  5802.                             ^
  5803. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5804.      expanded from macro 'static_assert'
  5805.    _LIBCPP_CONCAT(__t, __LINE__)
  5806.    ^
  5807. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5808.      expanded from macro '_LIBCPP_CONCAT'
  5809. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5810.                                            ^
  5811. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5812.      expanded from macro '_LIBCPP_CONCAT1'
  5813. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5814.                                             ^
  5815. <scratch space>:11:1: note: expanded from here
  5816. __t30
  5817. ^
  5818. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date.cpp:19:
  5819. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:19:
  5820. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/triphistory.h:7:
  5821. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5822. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/linkgraph/../station_base.h:16:
  5823. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5824. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5825. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5826. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5827. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  5828.      unused typedef '__t31' [-Wunused-local-typedef]
  5829.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  5830.        ^
  5831. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5832.      expanded from macro 'assert_tcompile'
  5833. #define assert_tcompile(expr) assert_compile(expr)
  5834.                              ^
  5835. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5836.      expanded from macro 'assert_compile'
  5837. #define assert_compile(expr) static_assert(expr, #expr )
  5838.                             ^
  5839. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5840.      expanded from macro 'static_assert'
  5841.    _LIBCPP_CONCAT(__t, __LINE__)
  5842.    ^
  5843. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5844.      expanded from macro '_LIBCPP_CONCAT'
  5845. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5846.                                            ^
  5847. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5848.      expanded from macro '_LIBCPP_CONCAT1'
  5849. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5850.                                             ^
  5851. <scratch space>:14:1: note: expanded from here
  5852. __t31
  5853. ^
  5854. 7 warnings generated.
  5855. [SRC] Compiling date_gui.cpp
  5856. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date_gui.cpp:13:
  5857. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  5858.      unused typedef '__t89' [-Wunused-local-typedef]
  5859.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  5860.                ^
  5861. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5862.      expanded from macro 'assert_compile'
  5863. #define assert_compile(expr) static_assert(expr, #expr )
  5864.                             ^
  5865. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5866.      expanded from macro 'static_assert'
  5867.    _LIBCPP_CONCAT(__t, __LINE__)
  5868.    ^
  5869. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5870.      expanded from macro '_LIBCPP_CONCAT'
  5871. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5872.                                            ^
  5873. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5874.      expanded from macro '_LIBCPP_CONCAT1'
  5875. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5876.                                             ^
  5877. <scratch space>:77:1: note: expanded from here
  5878. __t89
  5879. ^
  5880. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date_gui.cpp:16:
  5881. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:19:
  5882. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widget_type.h:17:
  5883. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  5884.      unused typedef '__t117' [-Wunused-local-typedef]
  5885.        assert_compile(sizeof(size_t) == sizeof(void *));
  5886.        ^
  5887. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5888.      expanded from macro 'assert_compile'
  5889. #define assert_compile(expr) static_assert(expr, #expr )
  5890.                             ^
  5891. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5892.      expanded from macro 'static_assert'
  5893.    _LIBCPP_CONCAT(__t, __LINE__)
  5894.    ^
  5895. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5896.      expanded from macro '_LIBCPP_CONCAT'
  5897. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5898.                                            ^
  5899. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5900.      expanded from macro '_LIBCPP_CONCAT1'
  5901. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5902.                                             ^
  5903. <scratch space>:101:1: note: expanded from here
  5904. __t117
  5905. ^
  5906. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date_gui.cpp:16:
  5907. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5908. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5909. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5910. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5911. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5912. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5913. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  5914.      unused typedef '__t30' [-Wunused-local-typedef]
  5915.        assert_tcompile(S + N <= sizeof(U) * 8);
  5916.        ^
  5917. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5918.      expanded from macro 'assert_tcompile'
  5919. #define assert_tcompile(expr) assert_compile(expr)
  5920.                              ^
  5921. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5922.      expanded from macro 'assert_compile'
  5923. #define assert_compile(expr) static_assert(expr, #expr )
  5924.                             ^
  5925. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5926.      expanded from macro 'static_assert'
  5927.    _LIBCPP_CONCAT(__t, __LINE__)
  5928.    ^
  5929. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5930.      expanded from macro '_LIBCPP_CONCAT'
  5931. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5932.                                            ^
  5933. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5934.      expanded from macro '_LIBCPP_CONCAT1'
  5935. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5936.                                             ^
  5937. <scratch space>:55:1: note: expanded from here
  5938. __t30
  5939. ^
  5940. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date_gui.cpp:16:
  5941. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5942. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5943. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5944. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5945. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5946. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5947. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  5948.      unused typedef '__t31' [-Wunused-local-typedef]
  5949.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  5950.        ^
  5951. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5952.      expanded from macro 'assert_tcompile'
  5953. #define assert_tcompile(expr) assert_compile(expr)
  5954.                              ^
  5955. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5956.      expanded from macro 'assert_compile'
  5957. #define assert_compile(expr) static_assert(expr, #expr )
  5958.                             ^
  5959. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5960.      expanded from macro 'static_assert'
  5961.    _LIBCPP_CONCAT(__t, __LINE__)
  5962.    ^
  5963. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5964.      expanded from macro '_LIBCPP_CONCAT'
  5965. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  5966.                                            ^
  5967. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  5968.      expanded from macro '_LIBCPP_CONCAT1'
  5969. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  5970.                                             ^
  5971. <scratch space>:58:1: note: expanded from here
  5972. __t31
  5973. ^
  5974. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/date_gui.cpp:16:
  5975. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  5976. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  5977. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  5978. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  5979. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  5980. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  5981. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  5982.      unused typedef '__t29' [-Wunused-local-typedef]
  5983.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  5984.        ^
  5985. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  5986.      expanded from macro 'assert_tcompile'
  5987. #define assert_tcompile(expr) assert_compile(expr)
  5988.                              ^
  5989. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  5990.      expanded from macro 'assert_compile'
  5991. #define assert_compile(expr) static_assert(expr, #expr )
  5992.                             ^
  5993. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  5994.      expanded from macro 'static_assert'
  5995.    _LIBCPP_CONCAT(__t, __LINE__)
  5996.    ^
  5997. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  5998.      expanded from macro '_LIBCPP_CONCAT'
  5999. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6000.                                            ^
  6001. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6002.      expanded from macro '_LIBCPP_CONCAT1'
  6003. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6004.                                             ^
  6005. <scratch space>:52:1: note: expanded from here
  6006. __t29
  6007. ^
  6008. 5 warnings generated.
  6009. [SRC] Compiling debug.cpp
  6010. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/debug.cpp:18:
  6011. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/settings_type.h:20:
  6012. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cargotype.h:15:
  6013. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  6014. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  6015. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6016.      unused typedef '__t117' [-Wunused-local-typedef]
  6017.        assert_compile(sizeof(size_t) == sizeof(void *));
  6018.        ^
  6019. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6020.      expanded from macro 'assert_compile'
  6021. #define assert_compile(expr) static_assert(expr, #expr )
  6022.                             ^
  6023. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6024.      expanded from macro 'static_assert'
  6025.    _LIBCPP_CONCAT(__t, __LINE__)
  6026.    ^
  6027. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6028.      expanded from macro '_LIBCPP_CONCAT'
  6029. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6030.                                            ^
  6031. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6032.      expanded from macro '_LIBCPP_CONCAT1'
  6033. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6034.                                             ^
  6035. <scratch space>:83:1: note: expanded from here
  6036. __t117
  6037. ^
  6038. 1 warning generated.
  6039. [SRC] Compiling dedicated.cpp
  6040. [SRC] Compiling depot.cpp
  6041. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot.cpp:13:
  6042. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6043. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6044. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6045. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:15:
  6046. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail.h:19:
  6047. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_func.h:15:
  6048. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  6049. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  6050. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6051.      unused typedef '__t117' [-Wunused-local-typedef]
  6052.        assert_compile(sizeof(size_t) == sizeof(void *));
  6053.        ^
  6054. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6055.      expanded from macro 'assert_compile'
  6056. #define assert_compile(expr) static_assert(expr, #expr )
  6057.                             ^
  6058. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6059.      expanded from macro 'static_assert'
  6060.    _LIBCPP_CONCAT(__t, __LINE__)
  6061.    ^
  6062. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6063.      expanded from macro '_LIBCPP_CONCAT'
  6064. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6065.                                            ^
  6066. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6067.      expanded from macro '_LIBCPP_CONCAT1'
  6068. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6069.                                             ^
  6070. <scratch space>:68:1: note: expanded from here
  6071. __t117
  6072. ^
  6073. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot.cpp:13:
  6074. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6075. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6076. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6077. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6078. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6079. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  6080.      unused typedef '__t29' [-Wunused-local-typedef]
  6081.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  6082.        ^
  6083. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6084.      expanded from macro 'assert_tcompile'
  6085. #define assert_tcompile(expr) assert_compile(expr)
  6086.                              ^
  6087. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6088.      expanded from macro 'assert_compile'
  6089. #define assert_compile(expr) static_assert(expr, #expr )
  6090.                             ^
  6091. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6092.      expanded from macro 'static_assert'
  6093.    _LIBCPP_CONCAT(__t, __LINE__)
  6094.    ^
  6095. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6096.      expanded from macro '_LIBCPP_CONCAT'
  6097. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6098.                                            ^
  6099. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6100.      expanded from macro '_LIBCPP_CONCAT1'
  6101. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6102.                                             ^
  6103. <scratch space>:88:1: note: expanded from here
  6104. __t29
  6105. ^
  6106. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot.cpp:13:
  6107. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6108. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6109. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6110. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6111. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6112. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  6113.      unused typedef '__t31' [-Wunused-local-typedef]
  6114.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  6115.        ^
  6116. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6117.      expanded from macro 'assert_tcompile'
  6118. #define assert_tcompile(expr) assert_compile(expr)
  6119.                              ^
  6120. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6121.      expanded from macro 'assert_compile'
  6122. #define assert_compile(expr) static_assert(expr, #expr )
  6123.                             ^
  6124. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6125.      expanded from macro 'static_assert'
  6126.    _LIBCPP_CONCAT(__t, __LINE__)
  6127.    ^
  6128. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6129.      expanded from macro '_LIBCPP_CONCAT'
  6130. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6131.                                            ^
  6132. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6133.      expanded from macro '_LIBCPP_CONCAT1'
  6134. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6135.                                             ^
  6136. <scratch space>:94:1: note: expanded from here
  6137. __t31
  6138. ^
  6139. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot.cpp:13:
  6140. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6141. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6142. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6143. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6144. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6145. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  6146.      unused typedef '__t30' [-Wunused-local-typedef]
  6147.        assert_tcompile(S + N <= sizeof(U) * 8);
  6148.        ^
  6149. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6150.      expanded from macro 'assert_tcompile'
  6151. #define assert_tcompile(expr) assert_compile(expr)
  6152.                              ^
  6153. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6154.      expanded from macro 'assert_compile'
  6155. #define assert_compile(expr) static_assert(expr, #expr )
  6156.                             ^
  6157. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6158.      expanded from macro 'static_assert'
  6159.    _LIBCPP_CONCAT(__t, __LINE__)
  6160.    ^
  6161. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6162.      expanded from macro '_LIBCPP_CONCAT'
  6163. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6164.                                            ^
  6165. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6166.      expanded from macro '_LIBCPP_CONCAT1'
  6167. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6168.                                             ^
  6169. <scratch space>:91:1: note: expanded from here
  6170. __t30
  6171. ^
  6172. 4 warnings generated.
  6173. [SRC] Compiling depot_cmd.cpp
  6174. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_cmd.cpp:13:
  6175. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_func.h:15:
  6176. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/command_type.h:15:
  6177. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  6178. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  6179. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6180.      unused typedef '__t117' [-Wunused-local-typedef]
  6181.        assert_compile(sizeof(size_t) == sizeof(void *));
  6182.        ^
  6183. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6184.      expanded from macro 'assert_compile'
  6185. #define assert_compile(expr) static_assert(expr, #expr )
  6186.                             ^
  6187. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6188.      expanded from macro 'static_assert'
  6189.    _LIBCPP_CONCAT(__t, __LINE__)
  6190.    ^
  6191. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6192.      expanded from macro '_LIBCPP_CONCAT'
  6193. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6194.                                            ^
  6195. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6196.      expanded from macro '_LIBCPP_CONCAT1'
  6197. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6198.                                             ^
  6199. <scratch space>:65:1: note: expanded from here
  6200. __t117
  6201. ^
  6202. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_cmd.cpp:14:
  6203. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6204. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6205. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6206. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6207. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6208. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  6209.      unused typedef '__t30' [-Wunused-local-typedef]
  6210.        assert_tcompile(S + N <= sizeof(U) * 8);
  6211.        ^
  6212. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6213.      expanded from macro 'assert_tcompile'
  6214. #define assert_tcompile(expr) assert_compile(expr)
  6215.                              ^
  6216. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6217.      expanded from macro 'assert_compile'
  6218. #define assert_compile(expr) static_assert(expr, #expr )
  6219.                             ^
  6220. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6221.      expanded from macro 'static_assert'
  6222.    _LIBCPP_CONCAT(__t, __LINE__)
  6223.    ^
  6224. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6225.      expanded from macro '_LIBCPP_CONCAT'
  6226. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6227.                                            ^
  6228. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6229.      expanded from macro '_LIBCPP_CONCAT1'
  6230. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6231.                                             ^
  6232. <scratch space>:91:1: note: expanded from here
  6233. __t30
  6234. ^
  6235. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_cmd.cpp:14:
  6236. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6237. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6238. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6239. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6240. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6241. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  6242.      unused typedef '__t29' [-Wunused-local-typedef]
  6243.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  6244.        ^
  6245. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6246.      expanded from macro 'assert_tcompile'
  6247. #define assert_tcompile(expr) assert_compile(expr)
  6248.                              ^
  6249. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6250.      expanded from macro 'assert_compile'
  6251. #define assert_compile(expr) static_assert(expr, #expr )
  6252.                             ^
  6253. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6254.      expanded from macro 'static_assert'
  6255.    _LIBCPP_CONCAT(__t, __LINE__)
  6256.    ^
  6257. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6258.      expanded from macro '_LIBCPP_CONCAT'
  6259. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6260.                                            ^
  6261. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6262.      expanded from macro '_LIBCPP_CONCAT1'
  6263. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6264.                                             ^
  6265. <scratch space>:88:1: note: expanded from here
  6266. __t29
  6267. ^
  6268. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_cmd.cpp:14:
  6269. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_base.h:15:
  6270. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_map.h:15:
  6271. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6272. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6273. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6274. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  6275.      unused typedef '__t31' [-Wunused-local-typedef]
  6276.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  6277.        ^
  6278. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6279.      expanded from macro 'assert_tcompile'
  6280. #define assert_tcompile(expr) assert_compile(expr)
  6281.                              ^
  6282. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6283.      expanded from macro 'assert_compile'
  6284. #define assert_compile(expr) static_assert(expr, #expr )
  6285.                             ^
  6286. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6287.      expanded from macro 'static_assert'
  6288.    _LIBCPP_CONCAT(__t, __LINE__)
  6289.    ^
  6290. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6291.      expanded from macro '_LIBCPP_CONCAT'
  6292. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6293.                                            ^
  6294. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6295.      expanded from macro '_LIBCPP_CONCAT1'
  6296. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6297.                                             ^
  6298. <scratch space>:94:1: note: expanded from here
  6299. __t31
  6300. ^
  6301. 4 warnings generated.
  6302. [SRC] Compiling depot_gui.cpp
  6303. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_gui.cpp:13:
  6304. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:22:
  6305. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ground_vehicle.hpp:15:
  6306. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  6307. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  6308.      in-class initialization of non-static data member is a C++11 extension
  6309.      [-Wc++11-extensions]
  6310.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  6311.                                          ^
  6312. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  6313.      rvalue references are a C++11 extension [-Wc++11-extensions]
  6314.        Order(Order&& other) = default;
  6315.                   ^
  6316. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  6317.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  6318.        Order(Order&& other) = default;
  6319.                               ^
  6320. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_gui.cpp:13:
  6321. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:17:
  6322. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/newgrf_engine.h:19:
  6323. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/engine_type.h:15:
  6324. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_type.h:15:
  6325. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/overflowsafe_type.hpp:15:
  6326. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6327.      unused typedef '__t117' [-Wunused-local-typedef]
  6328.        assert_compile(sizeof(size_t) == sizeof(void *));
  6329.        ^
  6330. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6331.      expanded from macro 'assert_compile'
  6332. #define assert_compile(expr) static_assert(expr, #expr )
  6333.                             ^
  6334. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6335.      expanded from macro 'static_assert'
  6336.    _LIBCPP_CONCAT(__t, __LINE__)
  6337.    ^
  6338. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6339.      expanded from macro '_LIBCPP_CONCAT'
  6340. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6341.                                            ^
  6342. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6343.      expanded from macro '_LIBCPP_CONCAT1'
  6344. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6345.                                             ^
  6346. <scratch space>:65:1: note: expanded from here
  6347. __t117
  6348. ^
  6349. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_gui.cpp:13:
  6350. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  6351. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6352. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6353. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  6354.      unused typedef '__t30' [-Wunused-local-typedef]
  6355.        assert_tcompile(S + N <= sizeof(U) * 8);
  6356.        ^
  6357. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6358.      expanded from macro 'assert_tcompile'
  6359. #define assert_tcompile(expr) assert_compile(expr)
  6360.                              ^
  6361. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6362.      expanded from macro 'assert_compile'
  6363. #define assert_compile(expr) static_assert(expr, #expr )
  6364.                             ^
  6365. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6366.      expanded from macro 'static_assert'
  6367.    _LIBCPP_CONCAT(__t, __LINE__)
  6368.    ^
  6369. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6370.      expanded from macro '_LIBCPP_CONCAT'
  6371. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6372.                                            ^
  6373. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6374.      expanded from macro '_LIBCPP_CONCAT1'
  6375. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6376.                                             ^
  6377. <scratch space>:23:1: note: expanded from here
  6378. __t30
  6379. ^
  6380. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_gui.cpp:13:
  6381. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  6382. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6383. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6384. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  6385.      unused typedef '__t31' [-Wunused-local-typedef]
  6386.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  6387.        ^
  6388. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6389.      expanded from macro 'assert_tcompile'
  6390. #define assert_tcompile(expr) assert_compile(expr)
  6391.                              ^
  6392. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6393.      expanded from macro 'assert_compile'
  6394. #define assert_compile(expr) static_assert(expr, #expr )
  6395.                             ^
  6396. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6397.      expanded from macro 'static_assert'
  6398.    _LIBCPP_CONCAT(__t, __LINE__)
  6399.    ^
  6400. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6401.      expanded from macro '_LIBCPP_CONCAT'
  6402. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6403.                                            ^
  6404. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6405.      expanded from macro '_LIBCPP_CONCAT1'
  6406. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6407.                                             ^
  6408. <scratch space>:26:1: note: expanded from here
  6409. __t31
  6410. ^
  6411. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_gui.cpp:13:
  6412. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/train.h:21:
  6413. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6414. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6415. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  6416.      unused typedef '__t29' [-Wunused-local-typedef]
  6417.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  6418.        ^
  6419. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6420.      expanded from macro 'assert_tcompile'
  6421. #define assert_tcompile(expr) assert_compile(expr)
  6422.                              ^
  6423. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6424.      expanded from macro 'assert_compile'
  6425. #define assert_compile(expr) static_assert(expr, #expr )
  6426.                             ^
  6427. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6428.      expanded from macro 'static_assert'
  6429.    _LIBCPP_CONCAT(__t, __LINE__)
  6430.    ^
  6431. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6432.      expanded from macro '_LIBCPP_CONCAT'
  6433. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6434.                                            ^
  6435. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6436.      expanded from macro '_LIBCPP_CONCAT1'
  6437. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6438.                                             ^
  6439. <scratch space>:20:1: note: expanded from here
  6440. __t29
  6441. ^
  6442. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/depot_gui.cpp:23:
  6443. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  6444.      unused typedef '__t89' [-Wunused-local-typedef]
  6445.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  6446.                ^
  6447. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6448.      expanded from macro 'assert_compile'
  6449. #define assert_compile(expr) static_assert(expr, #expr )
  6450.                             ^
  6451. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6452.      expanded from macro 'static_assert'
  6453.    _LIBCPP_CONCAT(__t, __LINE__)
  6454.    ^
  6455. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6456.      expanded from macro '_LIBCPP_CONCAT'
  6457. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6458.                                            ^
  6459. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6460.      expanded from macro '_LIBCPP_CONCAT1'
  6461. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6462.                                             ^
  6463. <scratch space>:80:1: note: expanded from here
  6464. __t89
  6465. ^
  6466. 8 warnings generated.
  6467. [SRC] Compiling disaster_vehicle.cpp
  6468. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/disaster_vehicle.cpp:30:
  6469. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:16:
  6470. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  6471. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  6472.      in-class initialization of non-static data member is a C++11 extension
  6473.      [-Wc++11-extensions]
  6474.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  6475.                                          ^
  6476. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  6477.      rvalue references are a C++11 extension [-Wc++11-extensions]
  6478.        Order(Order&& other) = default;
  6479.                   ^
  6480. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  6481.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  6482.        Order(Order&& other) = default;
  6483.                               ^
  6484. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/disaster_vehicle.cpp:30:
  6485. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  6486. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6487. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:15:
  6488. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail.h:19:
  6489. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy_func.h:15:
  6490. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widgets/../economy_type.h:15:
  6491. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/ai/../script/api/../../core/overflowsafe_type.hpp:15:
  6492. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6493.      unused typedef '__t117' [-Wunused-local-typedef]
  6494.        assert_compile(sizeof(size_t) == sizeof(void *));
  6495.        ^
  6496. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6497.      expanded from macro 'assert_compile'
  6498. #define assert_compile(expr) static_assert(expr, #expr )
  6499.                             ^
  6500. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6501.      expanded from macro 'static_assert'
  6502.    _LIBCPP_CONCAT(__t, __LINE__)
  6503.    ^
  6504. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6505.      expanded from macro '_LIBCPP_CONCAT'
  6506. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6507.                                            ^
  6508. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6509.      expanded from macro '_LIBCPP_CONCAT1'
  6510. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6511.                                             ^
  6512. <scratch space>:68:1: note: expanded from here
  6513. __t117
  6514. ^
  6515. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/disaster_vehicle.cpp:30:
  6516. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  6517. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6518. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6519. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6520. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  6521.      unused typedef '__t30' [-Wunused-local-typedef]
  6522.        assert_tcompile(S + N <= sizeof(U) * 8);
  6523.        ^
  6524. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6525.      expanded from macro 'assert_tcompile'
  6526. #define assert_tcompile(expr) assert_compile(expr)
  6527.                              ^
  6528. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6529.      expanded from macro 'assert_compile'
  6530. #define assert_compile(expr) static_assert(expr, #expr )
  6531.                             ^
  6532. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6533.      expanded from macro 'static_assert'
  6534.    _LIBCPP_CONCAT(__t, __LINE__)
  6535.    ^
  6536. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6537.      expanded from macro '_LIBCPP_CONCAT'
  6538. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6539.                                            ^
  6540. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6541.      expanded from macro '_LIBCPP_CONCAT1'
  6542. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6543.                                             ^
  6544. <scratch space>:91:1: note: expanded from here
  6545. __t30
  6546. ^
  6547. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/disaster_vehicle.cpp:30:
  6548. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  6549. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6550. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6551. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6552. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  6553.      unused typedef '__t29' [-Wunused-local-typedef]
  6554.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  6555.        ^
  6556. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6557.      expanded from macro 'assert_tcompile'
  6558. #define assert_tcompile(expr) assert_compile(expr)
  6559.                              ^
  6560. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6561.      expanded from macro 'assert_compile'
  6562. #define assert_compile(expr) static_assert(expr, #expr )
  6563.                             ^
  6564. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6565.      expanded from macro 'static_assert'
  6566.    _LIBCPP_CONCAT(__t, __LINE__)
  6567.    ^
  6568. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6569.      expanded from macro '_LIBCPP_CONCAT'
  6570. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6571.                                            ^
  6572. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6573.      expanded from macro '_LIBCPP_CONCAT1'
  6574. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6575.                                             ^
  6576. <scratch space>:88:1: note: expanded from here
  6577. __t29
  6578. ^
  6579. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/disaster_vehicle.cpp:30:
  6580. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:15:
  6581. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6582. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6583. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6584. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  6585.      unused typedef '__t31' [-Wunused-local-typedef]
  6586.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  6587.        ^
  6588. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6589.      expanded from macro 'assert_tcompile'
  6590. #define assert_tcompile(expr) assert_compile(expr)
  6591.                              ^
  6592. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6593.      expanded from macro 'assert_compile'
  6594. #define assert_compile(expr) static_assert(expr, #expr )
  6595.                             ^
  6596. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6597.      expanded from macro 'static_assert'
  6598.    _LIBCPP_CONCAT(__t, __LINE__)
  6599.    ^
  6600. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6601.      expanded from macro '_LIBCPP_CONCAT'
  6602. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6603.                                            ^
  6604. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6605.      expanded from macro '_LIBCPP_CONCAT1'
  6606. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6607.                                             ^
  6608. <scratch space>:94:1: note: expanded from here
  6609. __t31
  6610. ^
  6611. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/disaster_vehicle.cpp:38:
  6612. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/strings_func.h:89:3: warning:
  6613.      unused typedef '__t89' [-Wunused-local-typedef]
  6614.                assert_compile(sizeof(data[0]) == sizeof(uint64));
  6615.                ^
  6616. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6617.      expanded from macro 'assert_compile'
  6618. #define assert_compile(expr) static_assert(expr, #expr )
  6619.                             ^
  6620. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6621.      expanded from macro 'static_assert'
  6622.    _LIBCPP_CONCAT(__t, __LINE__)
  6623.    ^
  6624. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6625.      expanded from macro '_LIBCPP_CONCAT'
  6626. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6627.                                            ^
  6628. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6629.      expanded from macro '_LIBCPP_CONCAT1'
  6630. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6631.                                             ^
  6632. <scratch space>:91:1: note: expanded from here
  6633. __t89
  6634. ^
  6635. 8 warnings generated.
  6636. [SRC] Compiling dock.cpp
  6637. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock.cpp:13:
  6638. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/pool_func.hpp:16:
  6639. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/mem_func.hpp:15:
  6640. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6641.      unused typedef '__t117' [-Wunused-local-typedef]
  6642.        assert_compile(sizeof(size_t) == sizeof(void *));
  6643.        ^
  6644. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6645.      expanded from macro 'assert_compile'
  6646. #define assert_compile(expr) static_assert(expr, #expr )
  6647.                             ^
  6648. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6649.      expanded from macro 'static_assert'
  6650.    _LIBCPP_CONCAT(__t, __LINE__)
  6651.    ^
  6652. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6653.      expanded from macro '_LIBCPP_CONCAT'
  6654. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6655.                                            ^
  6656. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6657.      expanded from macro '_LIBCPP_CONCAT1'
  6658. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6659.                                             ^
  6660. <scratch space>:65:1: note: expanded from here
  6661. __t117
  6662. ^
  6663. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock.cpp:15:
  6664. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  6665. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  6666. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6667. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6668. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6669. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  6670.      unused typedef '__t30' [-Wunused-local-typedef]
  6671.        assert_tcompile(S + N <= sizeof(U) * 8);
  6672.        ^
  6673. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6674.      expanded from macro 'assert_tcompile'
  6675. #define assert_tcompile(expr) assert_compile(expr)
  6676.                              ^
  6677. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6678.      expanded from macro 'assert_compile'
  6679. #define assert_compile(expr) static_assert(expr, #expr )
  6680.                             ^
  6681. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6682.      expanded from macro 'static_assert'
  6683.    _LIBCPP_CONCAT(__t, __LINE__)
  6684.    ^
  6685. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6686.      expanded from macro '_LIBCPP_CONCAT'
  6687. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6688.                                            ^
  6689. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6690.      expanded from macro '_LIBCPP_CONCAT1'
  6691. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6692.                                             ^
  6693. <scratch space>:32:1: note: expanded from here
  6694. __t30
  6695. ^
  6696. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock.cpp:15:
  6697. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  6698. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  6699. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6700. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6701. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6702. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  6703.      unused typedef '__t31' [-Wunused-local-typedef]
  6704.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  6705.        ^
  6706. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6707.      expanded from macro 'assert_tcompile'
  6708. #define assert_tcompile(expr) assert_compile(expr)
  6709.                              ^
  6710. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6711.      expanded from macro 'assert_compile'
  6712. #define assert_compile(expr) static_assert(expr, #expr )
  6713.                             ^
  6714. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6715.      expanded from macro 'static_assert'
  6716.    _LIBCPP_CONCAT(__t, __LINE__)
  6717.    ^
  6718. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6719.      expanded from macro '_LIBCPP_CONCAT'
  6720. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6721.                                            ^
  6722. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6723.      expanded from macro '_LIBCPP_CONCAT1'
  6724. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6725.                                             ^
  6726. <scratch space>:35:1: note: expanded from here
  6727. __t31
  6728. ^
  6729. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock.cpp:15:
  6730. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  6731. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  6732. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6733. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6734. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6735. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  6736.      unused typedef '__t29' [-Wunused-local-typedef]
  6737.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  6738.        ^
  6739. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6740.      expanded from macro 'assert_tcompile'
  6741. #define assert_tcompile(expr) assert_compile(expr)
  6742.                              ^
  6743. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6744.      expanded from macro 'assert_compile'
  6745. #define assert_compile(expr) static_assert(expr, #expr )
  6746.                             ^
  6747. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6748.      expanded from macro 'static_assert'
  6749.    _LIBCPP_CONCAT(__t, __LINE__)
  6750.    ^
  6751. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6752.      expanded from macro '_LIBCPP_CONCAT'
  6753. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6754.                                            ^
  6755. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6756.      expanded from macro '_LIBCPP_CONCAT1'
  6757. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6758.                                             ^
  6759. <scratch space>:29:1: note: expanded from here
  6760. __t29
  6761. ^
  6762. 4 warnings generated.
  6763. [SRC] Compiling dock_gui.cpp
  6764. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock_gui.cpp:21:
  6765. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/viewport_func.h:21:
  6766. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  6767. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  6768.      in-class initialization of non-static data member is a C++11 extension
  6769.      [-Wc++11-extensions]
  6770.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  6771.                                          ^
  6772. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  6773.      rvalue references are a C++11 extension [-Wc++11-extensions]
  6774.        Order(Order&& other) = default;
  6775.                   ^
  6776. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  6777.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  6778.        Order(Order&& other) = default;
  6779.                               ^
  6780. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock_gui.cpp:14:
  6781. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:19:
  6782. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/widget_type.h:17:
  6783. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/core/math_func.hpp:117:2: warning:
  6784.      unused typedef '__t117' [-Wunused-local-typedef]
  6785.        assert_compile(sizeof(size_t) == sizeof(void *));
  6786.        ^
  6787. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6788.      expanded from macro 'assert_compile'
  6789. #define assert_compile(expr) static_assert(expr, #expr )
  6790.                             ^
  6791. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6792.      expanded from macro 'static_assert'
  6793.    _LIBCPP_CONCAT(__t, __LINE__)
  6794.    ^
  6795. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6796.      expanded from macro '_LIBCPP_CONCAT'
  6797. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6798.                                            ^
  6799. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6800.      expanded from macro '_LIBCPP_CONCAT1'
  6801. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6802.                                             ^
  6803. <scratch space>:65:1: note: expanded from here
  6804. __t117
  6805. ^
  6806. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock_gui.cpp:14:
  6807. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  6808. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  6809. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  6810. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6811. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6812. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6813. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:30:2: warning:
  6814.      unused typedef '__t30' [-Wunused-local-typedef]
  6815.        assert_tcompile(S + N <= sizeof(U) * 8);
  6816.        ^
  6817. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6818.      expanded from macro 'assert_tcompile'
  6819. #define assert_tcompile(expr) assert_compile(expr)
  6820.                              ^
  6821. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6822.      expanded from macro 'assert_compile'
  6823. #define assert_compile(expr) static_assert(expr, #expr )
  6824.                             ^
  6825. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6826.      expanded from macro 'static_assert'
  6827.    _LIBCPP_CONCAT(__t, __LINE__)
  6828.    ^
  6829. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6830.      expanded from macro '_LIBCPP_CONCAT'
  6831. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6832.                                            ^
  6833. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6834.      expanded from macro '_LIBCPP_CONCAT1'
  6835. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6836.                                             ^
  6837. <scratch space>:20:1: note: expanded from here
  6838. __t30
  6839. ^
  6840. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock_gui.cpp:14:
  6841. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  6842. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  6843. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  6844. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6845. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6846. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6847. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:31:2: warning:
  6848.      unused typedef '__t31' [-Wunused-local-typedef]
  6849.        assert_tcompile(EnumPropsT<T>::end <= (1 << N));
  6850.        ^
  6851. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6852.      expanded from macro 'assert_tcompile'
  6853. #define assert_tcompile(expr) assert_compile(expr)
  6854.                              ^
  6855. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6856.      expanded from macro 'assert_compile'
  6857. #define assert_compile(expr) static_assert(expr, #expr )
  6858.                             ^
  6859. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6860.      expanded from macro 'static_assert'
  6861.    _LIBCPP_CONCAT(__t, __LINE__)
  6862.    ^
  6863. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6864.      expanded from macro '_LIBCPP_CONCAT'
  6865. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6866.                                            ^
  6867. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6868.      expanded from macro '_LIBCPP_CONCAT1'
  6869. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6870.                                             ^
  6871. <scratch space>:23:1: note: expanded from here
  6872. __t31
  6873. ^
  6874. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/dock_gui.cpp:14:
  6875. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/window_gui.h:20:
  6876. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_base.h:16:
  6877. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/base_station_base.h:18:
  6878. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/station_map.h:15:
  6879. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/rail_map.h:22:
  6880. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/tunnelbridge_map.h:17:
  6881. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/cmd_helper.h:29:2: warning:
  6882.      unused typedef '__t29' [-Wunused-local-typedef]
  6883.        assert_tcompile(N == EnumPropsT<T>::num_bits);
  6884.        ^
  6885. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:365:31: note:
  6886.      expanded from macro 'assert_tcompile'
  6887. #define assert_tcompile(expr) assert_compile(expr)
  6888.                              ^
  6889. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/stdafx.h:364:30: note:
  6890.      expanded from macro 'assert_compile'
  6891. #define assert_compile(expr) static_assert(expr, #expr )
  6892.                             ^
  6893. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:585:5: note:
  6894.      expanded from macro 'static_assert'
  6895.    _LIBCPP_CONCAT(__t, __LINE__)
  6896.    ^
  6897. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:29:45: note:
  6898.      expanded from macro '_LIBCPP_CONCAT'
  6899. #define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
  6900.                                            ^
  6901. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:28:46: note:
  6902.      expanded from macro '_LIBCPP_CONCAT1'
  6903. #define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
  6904.                                             ^
  6905. <scratch space>:17:1: note: expanded from here
  6906. __t29
  6907. ^
  6908. 7 warnings generated.
  6909. [SRC] Compiling driver.cpp
  6910. [SRC] Compiling economy.cpp
  6911. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:21:
  6912. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/aircraft.h:16:
  6913. In file included from /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/vehicle_base.h:18:
  6914. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:34:36: warning:
  6915.      in-class initialization of non-static data member is a C++11 extension
  6916.      [-Wc++11-extensions]
  6917.        uint8 cargo_type_flags[NUM_CARGO] = {}; ///< Load/unload types f...
  6918.                                          ^
  6919. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:13: warning:
  6920.      rvalue references are a C++11 extension [-Wc++11-extensions]
  6921.        Order(Order&& other) = default;
  6922.                   ^
  6923. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/order_base.h:87:25: warning:
  6924.      defaulted function definitions are a C++11 extension [-Wc++11-extensions]
  6925.        Order(Order&& other) = default;
  6926.                               ^
  6927. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1081:19: error:
  6928.      no member named 'tuple' in namespace 'std'
  6929.        std::vector<std::tuple<Industry*, uint, bool> > accepting_industries;
  6930.                    ~~~~~^
  6931. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1081:25: error:
  6932.      'Industry' does not refer to a value
  6933.        std::vector<std::tuple<Industry*, uint, bool> > accepting_industries;
  6934.                               ^
  6935. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/industry.h:39:8: note:
  6936.      declared here
  6937. struct Industry : IndustryPool::PoolItem<&_industry_pool> {
  6938.       ^
  6939. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1081:34: error:
  6940.      expected expression
  6941.        std::vector<std::tuple<Industry*, uint, bool> > accepting_industries;
  6942.                                        ^
  6943. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1081:48: error:
  6944.      expected unqualified-id
  6945.        std::vector<std::tuple<Industry*, uint, bool> > accepting_industries;
  6946.                                                      ^
  6947. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:3: error:
  6948.      use of undeclared identifier 'accepting_industries'
  6949.                accepting_industries.push_back(std::tuple<Industry*, uin...
  6950.                ^
  6951. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:39: error:
  6952.      no member named 'tuple' in namespace 'std'
  6953.                accepting_industries.push_back(std::tuple<Industry*, uin...
  6954.                                               ~~~~~^
  6955. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:45: error:
  6956.      'Industry' does not refer to a value
  6957.                accepting_industries.push_back(std::tuple<Industry*, uin...
  6958.                                                          ^
  6959. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/industry.h:39:8: note:
  6960.      declared here
  6961. struct Industry : IndustryPool::PoolItem<&_industry_pool> {
  6962.       ^
  6963. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:54: error:
  6964.      expected expression
  6965.                accepting_industries.push_back(std::tuple<Industry*, uin...
  6966.                                                                   ^
  6967. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:56: error:
  6968.      unexpected type name 'uint': expected expression
  6969.                accepting_industries.push_back(std::tuple<Industry*, uin...
  6970.                                                                     ^
  6971. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:66: error:
  6972.      expected '(' for function-style cast or type construction
  6973.  ...accepting_industries.push_back(std::tuple<Industry*, uint, bool>(ind, ca...
  6974.                                                                ~~~~^
  6975. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:68: warning:
  6976.      expression result unused [-Wunused-value]
  6977.  ...accepting_industries.push_back(std::tuple<Industry*, uint, bool>(ind, ca...
  6978.                                                                      ^~~
  6979. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1100:73: warning:
  6980.      expression result unused [-Wunused-value]
  6981.  ...uint, bool>(ind, cargo_index, true));
  6982.                      ^~~~~~~~~~~
  6983. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1103:38: error:
  6984.      use of undeclared identifier 'accepting_industries'
  6985.        int num_accepting_industries = (int)accepting_industries.size();
  6986.                                            ^
  6987. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1109:19: error:
  6988.      use of undeclared identifier 'accepting_industries'
  6989.                if (std::get<2>(accepting_industries[ind_index])) {
  6990.                                ^
  6991. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1110:32: error:
  6992.      use of undeclared identifier 'accepting_industries'
  6993.                        Industry* ind = std::get<0>(accepting_industries...
  6994.                                                    ^
  6995. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1111:35: error:
  6996.      use of undeclared identifier 'accepting_industries'
  6997.                        uint cargo_index = std::get<1>(accepting_industr...
  6998.                                                       ^
  6999. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1115:17: error:
  7000.      use of undeclared identifier 'accepting_industries'
  7001.                                std::get<2>(accepting_industries[ind_ind...
  7002.                                            ^
  7003. /Users/tuuktuuk/Downloads/ottd/OpenTTD_PatchPack-master_joker/src/economy.cpp:1126:31: error:
  7004.      use of undeclared identifier 'accepting_industries'
  7005.                ind_index = (++ind_index) % accepting_industries.size();
  7006.                                            ^
  7007. 5 warnings and 16 errors generated.
  7008. make[1]: *** [economy.o] Error 1
  7009. make: *** [all] Error 1
  7010. Tuukkas-Mini:OpenTTD_PatchPack-master_joker tuuktuuk$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement