Advertisement
ZoriaRPG

Compile Errors 28-Dec-16

Dec 27th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 162.93 KB | None | 0 0
  1. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  2.                  from ./allegro/allegro/base.h:41,
  3.                  from ./allegro/allegro.h:25,
  4.                  from src/zc_alleg.h:16,
  5.                  from src/guys.cpp:15:
  6. ./allegro/allegro/platform/almsvc.h:27:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
  7.  #pragma warning (disable: 4200 4244 4305)
  8.  ^
  9. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  10.                  from ./allegro/allegro/base.h:41,
  11.                  from ./allegro/allegro.h:25,
  12.                  from src/zc_alleg.h:16,
  13.                  from src/guys.cpp:15:
  14. ./allegro/allegro/internal/alconfig.h:389:19: warning: inline function 'int bmp_read24(unsigned int)' declared as  dllimport: attribute ignored [-Wattributes]
  15.     AL_INLINE(int, bmp_read24, (uintptr_t addr),
  16.                    ^
  17. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  18.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  19.                                                                             ^
  20. ./allegro/allegro/internal/alconfig.h:399:20: warning: inline function 'void bmp_write24(unsigned int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  21.     AL_INLINE(void, bmp_write24, (uintptr_t addr, int c),
  22.                     ^
  23. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  24.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  25.                                                                             ^
  26. ./allegro/allegro/system.h:80:16: warning: inline function 'int install_allegro(int, int*, int (__attribute__((__cdecl__)) *)(void (__attribute__((__cdecl__)) *)()))' declared as  dllimport: attribute ignored [-Wattributes]
  27.  AL_INLINE(int, install_allegro, (int system_id, int *errno_ptr,
  28.                 ^
  29. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  30.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  31.                                                                             ^
  32. ./allegro/allegro/inline/system.inl:29:17: warning: inline function 'void set_window_title(const char*)' declared as  dllimport: attribute ignored [-Wattributes]
  33.  AL_INLINE(void, set_window_title, (AL_CONST char *name),
  34.                  ^
  35. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  36.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  37.                                                                             ^
  38. ./allegro/allegro/inline/system.inl:38:16: warning: inline function 'int desktop_color_depth()' declared as  dllimport: attribute ignored [-Wattributes]
  39.  AL_INLINE(int, desktop_color_depth, (void),
  40.                 ^
  41. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  42.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  43.                                                                             ^
  44. ./allegro/allegro/inline/system.inl:49:16: warning: inline function 'int get_desktop_resolution(int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  45.  AL_INLINE(int, get_desktop_resolution, (int *width, int *height),
  46.                 ^
  47. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  48.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  49.                                                                             ^
  50. In file included from ./allegro/allegro/base.h:41:0,
  51.                  from ./allegro/allegro.h:25,
  52.                  from src/zc_alleg.h:16,
  53.                  from src/guys.cpp:15:
  54. ./allegro/allegro/internal/alconfig.h:108:57: warning: ISO C++ forbids zero-size array 'line' [-Wpedantic]
  55.           #define ZERO_SIZE_ARRAY(type, name)  type name[] /* ISO C99 flexible array members */
  56.                                                          ^
  57. ./allegro/allegro/gfx.h:288:4: note: in expansion of macro 'ZERO_SIZE_ARRAY'
  58.     ZERO_SIZE_ARRAY(unsigned char *, line);
  59.     ^
  60. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  61.                  from ./allegro/allegro/base.h:41,
  62.                  from ./allegro/allegro.h:25,
  63.                  from src/zc_alleg.h:16,
  64.                  from src/guys.cpp:15:
  65. ./allegro/allegro/platform/al386gcc.h:28:16: warning: inline function 'int _default_ds()' declared as  dllimport: attribute ignored [-Wattributes]
  66.  AL_INLINE(int, _default_ds, (void),
  67.                 ^
  68. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  69.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  70.                                                                             ^
  71. ./allegro/allegro/platform/al386gcc.h:46:22: warning: inline function 'unsigned int bmp_write_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  72.  AL_INLINE(uintptr_t, bmp_write_line, (BITMAP *bmp, int lyne),
  73.                       ^
  74. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  75.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  76.                                                                             ^
  77. ./allegro/allegro/platform/al386gcc.h:68:22: warning: inline function 'unsigned int bmp_read_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  78.  AL_INLINE(uintptr_t, bmp_read_line, (BITMAP *bmp, int lyne),
  79.                       ^
  80. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  81.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  82.                                                                             ^
  83. ./allegro/allegro/platform/al386gcc.h:90:17: warning: inline function 'void bmp_unwrite_line(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  84.  AL_INLINE(void, bmp_unwrite_line, (BITMAP *bmp),
  85.                  ^
  86. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  87.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  88.                                                                             ^
  89. ./allegro/allegro/inline/gfx.inl:87:16: warning: inline function 'int is_windowed_mode()' declared as  dllimport: attribute ignored [-Wattributes]
  90.  AL_INLINE(int, is_windowed_mode, (void),
  91.                 ^
  92. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  93.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  94.                                                                             ^
  95. ./allegro/allegro/inline/gfx.inl:96:17: warning: inline function 'void clear_to_color(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  96.  AL_INLINE(void, clear_to_color, (BITMAP *bitmap, int color),
  97.                  ^
  98. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  99.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  100.                                                                             ^
  101. ./allegro/allegro/inline/gfx.inl:104:16: warning: inline function 'int bitmap_color_depth(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  102.  AL_INLINE(int, bitmap_color_depth, (BITMAP *bmp),
  103.                 ^
  104. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  105.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  106.                                                                             ^
  107. ./allegro/allegro/inline/gfx.inl:112:16: warning: inline function 'int bitmap_mask_color(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  108.  AL_INLINE(int, bitmap_mask_color, (BITMAP *bmp),
  109.                 ^
  110. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  111.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  112.                                                                             ^
  113. ./allegro/allegro/inline/gfx.inl:120:16: warning: inline function 'int is_same_bitmap(BITMAP*, BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  114.  AL_INLINE(int, is_same_bitmap, (BITMAP *bmp1, BITMAP *bmp2),
  115.                 ^
  116. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  117.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  118.                                                                             ^
  119. ./allegro/allegro/inline/gfx.inl:138:16: warning: inline function 'int is_linear_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  120.  AL_INLINE(int, is_linear_bitmap, (BITMAP *bmp),
  121.                 ^
  122. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  123.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  124.                                                                             ^
  125. ./allegro/allegro/inline/gfx.inl:146:16: warning: inline function 'int is_planar_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  126.  AL_INLINE(int, is_planar_bitmap, (BITMAP *bmp),
  127.                 ^
  128. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  129.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  130.                                                                             ^
  131. ./allegro/allegro/inline/gfx.inl:154:16: warning: inline function 'int is_memory_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  132.  AL_INLINE(int, is_memory_bitmap, (BITMAP *bmp),
  133.                 ^
  134. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  135.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  136.                                                                             ^
  137. ./allegro/allegro/inline/gfx.inl:162:16: warning: inline function 'int is_screen_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  138.  AL_INLINE(int, is_screen_bitmap, (BITMAP *bmp),
  139.                 ^
  140. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  141.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  142.                                                                             ^
  143. ./allegro/allegro/inline/gfx.inl:170:16: warning: inline function 'int is_video_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  144.  AL_INLINE(int, is_video_bitmap, (BITMAP *bmp),
  145.                 ^
  146. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  147.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  148.                                                                             ^
  149. ./allegro/allegro/inline/gfx.inl:178:16: warning: inline function 'int is_system_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  150.  AL_INLINE(int, is_system_bitmap, (BITMAP *bmp),
  151.                 ^
  152. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  153.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  154.                                                                             ^
  155. ./allegro/allegro/inline/gfx.inl:186:16: warning: inline function 'int is_sub_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  156.  AL_INLINE(int, is_sub_bitmap, (BITMAP *bmp),
  157.                 ^
  158. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  159.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  160.                                                                             ^
  161. ./allegro/allegro/inline/gfx.inl:203:17: warning: inline function 'void acquire_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  162.  AL_INLINE(void, acquire_bitmap, (BITMAP *bmp),
  163.                  ^
  164. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  165.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  166.                                                                             ^
  167. ./allegro/allegro/inline/gfx.inl:212:17: warning: inline function 'void release_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  168.  AL_INLINE(void, release_bitmap, (BITMAP *bmp),
  169.                  ^
  170. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  171.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  172.                                                                             ^
  173. ./allegro/allegro/inline/gfx.inl:221:17: warning: inline function 'void acquire_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  174.  AL_INLINE(void, acquire_screen, (void),
  175.                  ^
  176. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  177.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  178.                                                                             ^
  179. ./allegro/allegro/inline/gfx.inl:227:17: warning: inline function 'void release_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  180.  AL_INLINE(void, release_screen, (void),
  181.                  ^
  182. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  183.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  184.                                                                             ^
  185. ./allegro/allegro/inline/gfx.inl:235:16: warning: inline function 'int is_inside_bitmap(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  186.  AL_INLINE(int, is_inside_bitmap, (BITMAP *bmp, int x, int y, int clip),
  187.                 ^
  188. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  189.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  190.                                                                             ^
  191. ./allegro/allegro/inline/gfx.inl:252:17: warning: inline function 'void get_clip_rect(BITMAP*, int*, int*, int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  192.  AL_INLINE(void, get_clip_rect, (BITMAP *bitmap, int *x1, int *y_1, int *x2, int *y2),
  193.                  ^
  194. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  195.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  196.                                                                             ^
  197. ./allegro/allegro/inline/gfx.inl:263:17: warning: inline function 'void set_clip_state(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  198.  AL_INLINE(void, set_clip_state, (BITMAP *bitmap, int state),
  199.                  ^
  200. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  201.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  202.                                                                             ^
  203. ./allegro/allegro/inline/gfx.inl:270:16: warning: inline function 'int get_clip_state(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  204.  AL_INLINE(int, get_clip_state, (BITMAP *bitmap),
  205.                 ^
  206. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  207.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  208.                                                                             ^
  209. ./allegro/allegro/inline/color.inl:26:16: warning: inline function 'int makecol15(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  210.  AL_INLINE(int, makecol15, (int r, int g, int b),
  211.                 ^
  212. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  213.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  214.                                                                             ^
  215. ./allegro/allegro/inline/color.inl:34:16: warning: inline function 'int makecol16(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  216.  AL_INLINE(int, makecol16, (int r, int g, int b),
  217.                 ^
  218. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  219.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  220.                                                                             ^
  221. ./allegro/allegro/inline/color.inl:42:16: warning: inline function 'int makecol24(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  222.  AL_INLINE(int, makecol24, (int r, int g, int b),
  223.                 ^
  224. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  225.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  226.                                                                             ^
  227. ./allegro/allegro/inline/color.inl:50:16: warning: inline function 'int makecol32(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  228.  AL_INLINE(int, makecol32, (int r, int g, int b),
  229.                 ^
  230. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  231.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  232.                                                                             ^
  233. ./allegro/allegro/inline/color.inl:58:16: warning: inline function 'int makeacol32(int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  234.  AL_INLINE(int, makeacol32, (int r, int g, int b, int a),
  235.                 ^
  236. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  237.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  238.                                                                             ^
  239. ./allegro/allegro/inline/color.inl:67:16: warning: inline function 'int getr8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  240.  AL_INLINE(int, getr8, (int c),
  241.                 ^
  242. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  243.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  244.                                                                             ^
  245. ./allegro/allegro/inline/color.inl:73:16: warning: inline function 'int getg8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  246.  AL_INLINE(int, getg8, (int c),
  247.                 ^
  248. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  249.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  250.                                                                             ^
  251. ./allegro/allegro/inline/color.inl:79:16: warning: inline function 'int getb8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  252.  AL_INLINE(int, getb8, (int c),
  253.                 ^
  254. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  255.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  256.                                                                             ^
  257. ./allegro/allegro/inline/color.inl:85:16: warning: inline function 'int getr15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  258.  AL_INLINE(int, getr15, (int c),
  259.                 ^
  260. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  261.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  262.                                                                             ^
  263. ./allegro/allegro/inline/color.inl:91:16: warning: inline function 'int getg15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  264.  AL_INLINE(int, getg15, (int c),
  265.                 ^
  266. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  267.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  268.                                                                             ^
  269. ./allegro/allegro/inline/color.inl:97:16: warning: inline function 'int getb15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  270.  AL_INLINE(int, getb15, (int c),
  271.                 ^
  272. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  273.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  274.                                                                             ^
  275. ./allegro/allegro/inline/color.inl:103:16: warning: inline function 'int getr16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  276.  AL_INLINE(int, getr16, (int c),
  277.                 ^
  278. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  279.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  280.                                                                             ^
  281. ./allegro/allegro/inline/color.inl:109:16: warning: inline function 'int getg16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  282.  AL_INLINE(int, getg16, (int c),
  283.                 ^
  284. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  285.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  286.                                                                             ^
  287. ./allegro/allegro/inline/color.inl:115:16: warning: inline function 'int getb16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  288.  AL_INLINE(int, getb16, (int c),
  289.                 ^
  290. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  291.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  292.                                                                             ^
  293. ./allegro/allegro/inline/color.inl:121:16: warning: inline function 'int getr24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  294.  AL_INLINE(int, getr24, (int c),
  295.                 ^
  296. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  297.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  298.                                                                             ^
  299. ./allegro/allegro/inline/color.inl:127:16: warning: inline function 'int getg24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  300.  AL_INLINE(int, getg24, (int c),
  301.                 ^
  302. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  303.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  304.                                                                             ^
  305. ./allegro/allegro/inline/color.inl:133:16: warning: inline function 'int getb24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  306.  AL_INLINE(int, getb24, (int c),
  307.                 ^
  308. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  309.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  310.                                                                             ^
  311. ./allegro/allegro/inline/color.inl:139:16: warning: inline function 'int getr32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  312.  AL_INLINE(int, getr32, (int c),
  313.                 ^
  314. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  315.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  316.                                                                             ^
  317. ./allegro/allegro/inline/color.inl:145:16: warning: inline function 'int getg32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  318.  AL_INLINE(int, getg32, (int c),
  319.                 ^
  320. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  321.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  322.                                                                             ^
  323. ./allegro/allegro/inline/color.inl:151:16: warning: inline function 'int getb32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  324.  AL_INLINE(int, getb32, (int c),
  325.                 ^
  326. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  327.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  328.                                                                             ^
  329. ./allegro/allegro/inline/color.inl:157:16: warning: inline function 'int geta32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  330.  AL_INLINE(int, geta32, (int c),
  331.                 ^
  332. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  333.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  334.                                                                             ^
  335. ./allegro/allegro/inline/color.inl:165:17: warning: inline function 'void _set_color(int, const RGB*)' declared as  dllimport: attribute ignored [-Wattributes]
  336.  AL_INLINE(void, _set_color, (int idx, AL_CONST RGB *p),
  337.                  ^
  338. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  339.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  340.                                                                             ^
  341. ./allegro/allegro/inline/draw.inl:30:16: warning: inline function 'int getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  342.  AL_INLINE(int, getpixel, (BITMAP *bmp, int x, int y),
  343.                 ^
  344. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  345.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  346.                                                                             ^
  347. ./allegro/allegro/inline/draw.inl:38:17: warning: inline function 'void putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  348.  AL_INLINE(void, putpixel, (BITMAP *bmp, int x, int y, int color),
  349.                  ^
  350. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  351.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  352.                                                                             ^
  353. ./allegro/allegro/inline/draw.inl:46:17: warning: inline function 'void _allegro_vline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  354.  AL_INLINE(void, _allegro_vline, (BITMAP *bmp, int x, int y_1, int y2, int color),
  355.                  ^
  356. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  357.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  358.                                                                             ^
  359. ./allegro/allegro/inline/draw.inl:54:17: warning: inline function 'void _allegro_hline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  360.  AL_INLINE(void, _allegro_hline, (BITMAP *bmp, int x1, int y, int x2, int color),
  361.                  ^
  362. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  363.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  364.                                                                             ^
  365. ./allegro/allegro/inline/draw.inl:72:17: warning: inline function 'void line(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  366.  AL_INLINE(void, line, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  367.                  ^
  368. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  369.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  370.                                                                             ^
  371. ./allegro/allegro/inline/draw.inl:80:17: warning: inline function 'void fastline(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  372.  AL_INLINE(void, fastline, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  373.                  ^
  374. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  375.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  376.                                                                             ^
  377. ./allegro/allegro/inline/draw.inl:88:17: warning: inline function 'void rectfill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  378.  AL_INLINE(void, rectfill, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  379.                  ^
  380. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  381.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  382.                                                                             ^
  383. ./allegro/allegro/inline/draw.inl:96:17: warning: inline function 'void triangle(BITMAP*, int, int, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  384.  AL_INLINE(void, triangle, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int x3, int y3, int color),
  385.                  ^
  386. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  387.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  388.                                                                             ^
  389. ./allegro/allegro/inline/draw.inl:104:17: warning: inline function 'void polygon(BITMAP*, int, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  390.  AL_INLINE(void, polygon, (BITMAP *bmp, int vertices, AL_CONST int *points, int color),
  391.                  ^
  392. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  393.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  394.                                                                             ^
  395. ./allegro/allegro/inline/draw.inl:112:17: warning: inline function 'void rect(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  396.  AL_INLINE(void, rect, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  397.                  ^
  398. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  399.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  400.                                                                             ^
  401. ./allegro/allegro/inline/draw.inl:120:17: warning: inline function 'void circle(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  402.  AL_INLINE(void, circle, (BITMAP *bmp, int x, int y, int radius, int color),
  403.                  ^
  404. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  405.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  406.                                                                             ^
  407. ./allegro/allegro/inline/draw.inl:128:17: warning: inline function 'void circlefill(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  408.  AL_INLINE(void, circlefill, (BITMAP *bmp, int x, int y, int radius, int color),
  409.                  ^
  410. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  411.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  412.                                                                             ^
  413. ./allegro/allegro/inline/draw.inl:137:17: warning: inline function 'void ellipse(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  414.  AL_INLINE(void, ellipse, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  415.                  ^
  416. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  417.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  418.                                                                             ^
  419. ./allegro/allegro/inline/draw.inl:146:17: warning: inline function 'void ellipsefill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  420.  AL_INLINE(void, ellipsefill, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  421.                  ^
  422. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  423.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  424.                                                                             ^
  425. ./allegro/allegro/inline/draw.inl:155:17: warning: inline function 'void arc(BITMAP*, int, int, fixed, fixed, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  426.  AL_INLINE(void, arc, (BITMAP *bmp, int x, int y, fixed ang1, fixed ang2, int r, int color),
  427.                  ^
  428. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  429.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  430.                                                                             ^
  431. ./allegro/allegro/inline/draw.inl:164:17: warning: inline function 'void spline(BITMAP*, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  432.  AL_INLINE(void, spline, (BITMAP *bmp, AL_CONST int points[8], int color),
  433.                  ^
  434. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  435.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  436.                                                                             ^
  437. ./allegro/allegro/inline/draw.inl:173:17: warning: inline function 'void floodfill(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  438.  AL_INLINE(void, floodfill, (BITMAP *bmp, int x, int y, int color),
  439.                  ^
  440. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  441.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  442.                                                                             ^
  443. ./allegro/allegro/inline/draw.inl:182:17: warning: inline function 'void polygon3d(BITMAP*, int, BITMAP*, int, V3D**)' declared as  dllimport: attribute ignored [-Wattributes]
  444.  AL_INLINE(void, polygon3d, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D *vtx[]),
  445.                  ^
  446. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  447.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  448.                                                                             ^
  449. ./allegro/allegro/inline/draw.inl:191:17: warning: inline function 'void polygon3d_f(BITMAP*, int, BITMAP*, int, V3D_f**)' declared as  dllimport: attribute ignored [-Wattributes]
  450.  AL_INLINE(void, polygon3d_f, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D_f *vtx[]),
  451.                  ^
  452. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  453.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  454.                                                                             ^
  455. ./allegro/allegro/inline/draw.inl:200:17: warning: inline function 'void triangle3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  456.  AL_INLINE(void, triangle3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3),
  457.                  ^
  458. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  459.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  460.                                                                             ^
  461. ./allegro/allegro/inline/draw.inl:209:17: warning: inline function 'void triangle3d_f(BITMAP*, int, BITMAP*, V3D_f*, V3D_f*, V3D_f*)' declared as  dllimport: attribute ignored [-Wattributes]
  462.  AL_INLINE(void, triangle3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3),
  463.                  ^
  464. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  465.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  466.                                                                             ^
  467. ./allegro/allegro/inline/draw.inl:218:17: warning: inline function 'void quad3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  468.  AL_INLINE(void, quad3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3, V3D *v4),
  469.                  ^
  470. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  471.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  472.                                                                             ^
  473. ./allegro/allegro/inline/draw.inl:227:17: warning: inline function 'void quad3d_f(BITMAP*, int, BITMAP*, V3D_f*, V3D_f*, V3D_f*, V3D_f*)' declared as  dllimport: attribute ignored [-Wattributes]
  474.  AL_INLINE(void, quad3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3, V3D_f *v4),
  475.                  ^
  476. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  477.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  478.                                                                             ^
  479. ./allegro/allegro/inline/draw.inl:238:17: warning: inline function 'void draw_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  480.  AL_INLINE(void, draw_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  481.                  ^
  482. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  483.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  484.                                                                             ^
  485. ./allegro/allegro/inline/draw.inl:252:17: warning: inline function 'void draw_sprite_ex(BITMAP*, BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  486.  AL_INLINE(void, draw_sprite_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y,
  487.                  ^
  488. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  489.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  490.                                                                             ^
  491. ./allegro/allegro/inline/draw.inl:272:17: warning: inline function 'void draw_sprite_v_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  492.  AL_INLINE(void, draw_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  493.                  ^
  494. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  495.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  496.                                                                             ^
  497. ./allegro/allegro/inline/draw.inl:280:17: warning: inline function 'void draw_sprite_h_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  498.  AL_INLINE(void, draw_sprite_h_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  499.                  ^
  500. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  501.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  502.                                                                             ^
  503. ./allegro/allegro/inline/draw.inl:288:17: warning: inline function 'void draw_sprite_vh_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  504.  AL_INLINE(void, draw_sprite_vh_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  505.                  ^
  506. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  507.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  508.                                                                             ^
  509. ./allegro/allegro/inline/draw.inl:297:17: warning: inline function 'void draw_trans_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  510.  AL_INLINE(void, draw_trans_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  511.                  ^
  512. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  513.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  514.                                                                             ^
  515. ./allegro/allegro/inline/draw.inl:315:17: warning: inline function 'void draw_lit_sprite(BITMAP*, BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  516.  AL_INLINE(void, draw_lit_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color),
  517.                  ^
  518. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  519.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  520.                                                                             ^
  521. ./allegro/allegro/inline/draw.inl:325:17: warning: inline function 'void draw_gouraud_sprite(BITMAP*, BITMAP*, int, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  522.  AL_INLINE(void, draw_gouraud_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int c1, int c2, int c3, int c4),
  523.                  ^
  524. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  525.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  526.                                                                             ^
  527. ./allegro/allegro/inline/draw.inl:335:17: warning: inline function 'void draw_character_ex(BITMAP*, BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  528.  AL_INLINE(void, draw_character_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color, int bg),
  529.                  ^
  530. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  531.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  532.                                                                             ^
  533. ./allegro/allegro/inline/draw.inl:345:17: warning: inline function 'void rotate_sprite(BITMAP*, BITMAP*, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  534.  AL_INLINE(void, rotate_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  535.                  ^
  536. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  537.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  538.                                                                             ^
  539. ./allegro/allegro/inline/draw.inl:357:17: warning: inline function 'void rotate_sprite_v_flip(BITMAP*, BITMAP*, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  540.  AL_INLINE(void, rotate_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  541.                  ^
  542. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  543.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  544.                                                                             ^
  545. ./allegro/allegro/inline/draw.inl:369:17: warning: inline function 'void rotate_scaled_sprite(BITMAP*, BITMAP*, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  546.  AL_INLINE(void, rotate_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  547.                  ^
  548. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  549.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  550.                                                                             ^
  551. ./allegro/allegro/inline/draw.inl:381:17: warning: inline function 'void rotate_scaled_sprite_v_flip(BITMAP*, BITMAP*, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  552.  AL_INLINE(void, rotate_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  553.                  ^
  554. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  555.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  556.                                                                             ^
  557. ./allegro/allegro/inline/draw.inl:393:17: warning: inline function 'void pivot_sprite(BITMAP*, BITMAP*, int, int, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  558.  AL_INLINE(void, pivot_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  559.                  ^
  560. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  561.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  562.                                                                             ^
  563. ./allegro/allegro/inline/draw.inl:402:17: warning: inline function 'void pivot_sprite_v_flip(BITMAP*, BITMAP*, int, int, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  564.  AL_INLINE(void, pivot_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  565.                  ^
  566. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  567.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  568.                                                                             ^
  569. ./allegro/allegro/inline/draw.inl:411:17: warning: inline function 'void pivot_scaled_sprite(BITMAP*, BITMAP*, int, int, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  570.  AL_INLINE(void, pivot_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  571.                  ^
  572. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  573.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  574.                                                                             ^
  575. ./allegro/allegro/inline/draw.inl:420:17: warning: inline function 'void pivot_scaled_sprite_v_flip(BITMAP*, BITMAP*, int, int, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  576.  AL_INLINE(void, pivot_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  577.                  ^
  578. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  579.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  580.                                                                             ^
  581. ./allegro/allegro/inline/draw.inl:429:17: warning: inline function 'void _putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  582.  AL_INLINE(void, _putpixel, (BITMAP *bmp, int x, int y, int color),
  583.                  ^
  584. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  585.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  586.                                                                             ^
  587. ./allegro/allegro/inline/draw.inl:440:16: warning: inline function 'int _getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  588.  AL_INLINE(int, _getpixel, (BITMAP *bmp, int x, int y),
  589.                 ^
  590. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  591.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  592.                                                                             ^
  593. ./allegro/allegro/inline/draw.inl:454:17: warning: inline function 'void _putpixel15(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  594.  AL_INLINE(void, _putpixel15, (BITMAP *bmp, int x, int y, int color),
  595.                  ^
  596. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  597.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  598.                                                                             ^
  599. ./allegro/allegro/inline/draw.inl:465:16: warning: inline function 'int _getpixel15(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  600.  AL_INLINE(int, _getpixel15, (BITMAP *bmp, int x, int y),
  601.                 ^
  602. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  603.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  604.                                                                             ^
  605. ./allegro/allegro/inline/draw.inl:479:17: warning: inline function 'void _putpixel16(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  606.  AL_INLINE(void, _putpixel16, (BITMAP *bmp, int x, int y, int color),
  607.                  ^
  608. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  609.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  610.                                                                             ^
  611. ./allegro/allegro/inline/draw.inl:490:16: warning: inline function 'int _getpixel16(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  612.  AL_INLINE(int, _getpixel16, (BITMAP *bmp, int x, int y),
  613.                 ^
  614. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  615.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  616.                                                                             ^
  617. ./allegro/allegro/inline/draw.inl:504:17: warning: inline function 'void _putpixel24(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  618.  AL_INLINE(void, _putpixel24, (BITMAP *bmp, int x, int y, int color),
  619.                  ^
  620. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  621.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  622.                                                                             ^
  623. ./allegro/allegro/inline/draw.inl:515:16: warning: inline function 'int _getpixel24(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  624.  AL_INLINE(int, _getpixel24, (BITMAP *bmp, int x, int y),
  625.                 ^
  626. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  627.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  628.                                                                             ^
  629. ./allegro/allegro/inline/draw.inl:529:17: warning: inline function 'void _putpixel32(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  630.  AL_INLINE(void, _putpixel32, (BITMAP *bmp, int x, int y, int color),
  631.                  ^
  632. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  633.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  634.                                                                             ^
  635. ./allegro/allegro/inline/draw.inl:540:16: warning: inline function 'int _getpixel32(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  636.  AL_INLINE(int, _getpixel32, (BITMAP *bmp, int x, int y),
  637.                 ^
  638. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  639.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  640.                                                                             ^
  641. In file included from ./allegro/allegro/base.h:41:0,
  642.                  from ./allegro/allegro.h:25,
  643.                  from src/zc_alleg.h:16,
  644.                  from src/guys.cpp:15:
  645. ./allegro/allegro/internal/alconfig.h:108:57: warning: ISO C++ forbids zero-size array 'dat' [-Wpedantic]
  646.           #define ZERO_SIZE_ARRAY(type, name)  type name[] /* ISO C99 flexible array members */
  647.                                                          ^
  648. ./allegro/allegro/rle.h:34:4: note: in expansion of macro 'ZERO_SIZE_ARRAY'
  649.     ZERO_SIZE_ARRAY(signed char, dat);
  650.     ^
  651. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  652.                  from ./allegro/allegro/base.h:41,
  653.                  from ./allegro/allegro.h:25,
  654.                  from src/zc_alleg.h:16,
  655.                  from src/guys.cpp:15:
  656. ./allegro/allegro/inline/rle.inl:29:17: warning: inline function 'void draw_rle_sprite(BITMAP*, const RLE_SPRITE*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  657.  AL_INLINE(void, draw_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  658.                  ^
  659. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  660.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  661.                                                                             ^
  662. ./allegro/allegro/inline/rle.inl:39:17: warning: inline function 'void draw_trans_rle_sprite(BITMAP*, const RLE_SPRITE*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  663.  AL_INLINE(void, draw_trans_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  664.                  ^
  665. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  666.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  667.                                                                             ^
  668. ./allegro/allegro/inline/rle.inl:55:17: warning: inline function 'void draw_lit_rle_sprite(BITMAP*, const RLE_SPRITE*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  669.  AL_INLINE(void, draw_lit_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y, int color),
  670.                  ^
  671. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  672.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  673.                                                                             ^
  674. In file included from ./allegro/allegro/base.h:41:0,
  675.                  from ./allegro/allegro.h:25,
  676.                  from src/zc_alleg.h:16,
  677.                  from src/guys.cpp:15:
  678. ./allegro/allegro/internal/alconfig.h:108:57: warning: ISO C++ forbids zero-size array 'dat' [-Wpedantic]
  679.           #define ZERO_SIZE_ARRAY(type, name)  type name[] /* ISO C99 flexible array members */
  680.                                                          ^
  681. ./allegro/allegro/font.h:31:4: note: in expansion of macro 'ZERO_SIZE_ARRAY'
  682.     ZERO_SIZE_ARRAY(unsigned char, dat);
  683.     ^
  684. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  685.                  from ./allegro/allegro/base.h:41,
  686.                  from ./allegro/allegro.h:25,
  687.                  from src/zc_alleg.h:16,
  688.                  from src/guys.cpp:15:
  689. ./allegro/allegro/platform/al386gcc.h:133:18: warning: inline function 'fixed fixadd(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  690.  AL_INLINE(fixed, fixadd, (fixed x, fixed y),
  691.                   ^
  692. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  693.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  694.                                                                             ^
  695. ./allegro/allegro/platform/al386gcc.h:171:18: warning: inline function 'fixed fixsub(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  696.  AL_INLINE(fixed, fixsub, (fixed x, fixed y),
  697.                   ^
  698. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  699.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  700.                                                                             ^
  701. ./allegro/allegro/platform/al386gcc.h:209:18: warning: inline function 'fixed fixmul(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  702.  AL_INLINE(fixed, fixmul, (fixed x, fixed y),
  703.                   ^
  704. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  705.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  706.                                                                             ^
  707. ./allegro/allegro/platform/al386gcc.h:261:18: warning: inline function 'fixed fixdiv(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  708.  AL_INLINE(fixed, fixdiv, (fixed x, fixed y),
  709.                   ^
  710. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  711.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  712.                                                                             ^
  713. ./allegro/allegro/platform/al386gcc.h:345:16: warning: inline function 'int fixfloor(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  714.  AL_INLINE(int, fixfloor, (fixed x),
  715.                 ^
  716. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  717.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  718.                                                                             ^
  719. ./allegro/allegro/platform/al386gcc.h:366:16: warning: inline function 'int fixceil(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  720.  AL_INLINE(int, fixceil, (fixed x),
  721.                 ^
  722. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  723.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  724.                                                                             ^
  725. ./allegro/allegro/inline/fmaths.inl:32:18: warning: inline function 'fixed ftofix(double)' declared as  dllimport: attribute ignored [-Wattributes]
  726.  AL_INLINE(fixed, ftofix, (double x),
  727.                   ^
  728. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  729.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  730.                                                                             ^
  731. ./allegro/allegro/inline/fmaths.inl:48:19: warning: inline function 'double fixtof(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  732.  AL_INLINE(double, fixtof, (fixed x),
  733.                    ^
  734. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  735.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  736.                                                                             ^
  737. ./allegro/allegro/inline/fmaths.inl:181:18: warning: inline function 'fixed itofix(int)' declared as  dllimport: attribute ignored [-Wattributes]
  738.  AL_INLINE(fixed, itofix, (int x),
  739.                   ^
  740. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  741.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  742.                                                                             ^
  743. ./allegro/allegro/inline/fmaths.inl:187:16: warning: inline function 'int fixtoi(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  744.  AL_INLINE(int, fixtoi, (fixed x),
  745.                 ^
  746. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  747.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  748.                                                                             ^
  749. ./allegro/allegro/inline/fmaths.inl:193:18: warning: inline function 'fixed fixcos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  750.  AL_INLINE(fixed, fixcos, (fixed x),
  751.                   ^
  752. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  753.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  754.                                                                             ^
  755. ./allegro/allegro/inline/fmaths.inl:199:18: warning: inline function 'fixed fixsin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  756.  AL_INLINE(fixed, fixsin, (fixed x),
  757.                   ^
  758. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  759.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  760.                                                                             ^
  761. ./allegro/allegro/inline/fmaths.inl:205:18: warning: inline function 'fixed fixtan(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  762.  AL_INLINE(fixed, fixtan, (fixed x),
  763.                   ^
  764. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  765.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  766.                                                                             ^
  767. ./allegro/allegro/inline/fmaths.inl:211:18: warning: inline function 'fixed fixacos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  768.  AL_INLINE(fixed, fixacos, (fixed x),
  769.                   ^
  770. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  771.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  772.                                                                             ^
  773. ./allegro/allegro/inline/fmaths.inl:222:18: warning: inline function 'fixed fixasin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  774.  AL_INLINE(fixed, fixasin, (fixed x),
  775.                   ^
  776. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  777.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  778.                                                                             ^
  779. ./allegro/allegro/inline/matrix.inl:32:17: warning: inline function 'void apply_matrix(MATRIX*, fixed, fixed, fixed, fixed*, fixed*, fixed*)' declared as  dllimport: attribute ignored [-Wattributes]
  780.  AL_INLINE(void, apply_matrix, (MATRIX *m, fixed x, fixed y, fixed z, fixed *xout, fixed *yout, fixed *zout),
  781.                  ^
  782. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  783.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  784.                                                                             ^
  785. ./allegro/allegro/inline/3dmaths.inl:27:18: warning: inline function 'fixed dot_product(fixed, fixed, fixed, fixed, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  786.  AL_INLINE(fixed, dot_product, (fixed x1, fixed y_1, fixed z1, fixed x2, fixed y2, fixed z2),
  787.                   ^
  788. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  789.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  790.                                                                             ^
  791. ./allegro/allegro/inline/3dmaths.inl:33:18: warning: inline function 'float dot_product_f(float, float, float, float, float, float)' declared as  dllimport: attribute ignored [-Wattributes]
  792.  AL_INLINE(float, dot_product_f, (float x1, float y_1, float z1, float x2, float y2, float z2),
  793.                   ^
  794. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  795.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  796.                                                                             ^
  797. ./allegro/allegro/inline/3dmaths.inl:39:17: warning: inline function 'void persp_project(fixed, fixed, fixed, fixed*, fixed*)' declared as  dllimport: attribute ignored [-Wattributes]
  798.  AL_INLINE(void, persp_project, (fixed x, fixed y, fixed z, fixed *xout, fixed *yout),
  799.                  ^
  800. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  801.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  802.                                                                             ^
  803. ./allegro/allegro/inline/3dmaths.inl:46:17: warning: inline function 'void persp_project_f(float, float, float, float*, float*)' declared as  dllimport: attribute ignored [-Wattributes]
  804.  AL_INLINE(void, persp_project_f, (float x, float y, float z, float *xout, float *yout),
  805.                  ^
  806. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  807.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  808.                                                                             ^
  809. ./allegro/allegro/internal/aintern.h:86:17: warning: inline function 'void _grow_scratch_mem(int)' declared as  dllimport: attribute ignored [-Wattributes]
  810.  AL_INLINE(void, _grow_scratch_mem, (int size),
  811.                  ^
  812. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  813.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  814.                                                                             ^
  815. src/guys.cpp:1043:29: warning: unused parameter 'wpnId' [-Wunused-parameter]
  816.  int enemy::scriptdefend(int wpnId, int *power,  int edef)
  817.                              ^
  818. src/guys.cpp: In member function 'virtual bool eBoulder::animate(int)':
  819. src/guys.cpp:5998:10: warning: variable 'vert' set but not used [-Wunused-but-set-variable]
  820.      fix *vert;
  821.           ^
  822. src/guys.cpp: In member function 'void eWizzrobe::wizzrobe_newdir(int)':
  823. src/guys.cpp:7905:43: warning: declaration of 'homing' shadows a member of 'eWizzrobe' [-Wshadow]
  824.  void eWizzrobe::wizzrobe_newdir(int homing)
  825.                                            ^
  826. In file included from src/guys.cpp:16:0:
  827. src/guys.h:76:25: note: shadowed declaration is here
  828.      short  rate, hrate, homing;
  829.                          ^
  830. src/guys.cpp: In member function 'virtual bool eMoldorm::animate(int)':
  831. src/guys.cpp:9240:21: warning: unused variable 'offset' [-Wunused-variable]
  832.                  int offset=1;
  833.                      ^
  834. src/guys.cpp: In function 'void load_default_enemies()':
  835. src/guys.cpp:12396:9: warning: unused variable 'Id' [-Wunused-variable]
  836.      int Id=0;
  837.          ^
  838. src/guys.cpp: In function 'bool parsemsgcode()':
  839. src/guys.cpp:13533:13: warning: declaration of 'screen' shadows a global declaration [-Wshadow]
  840.          int screen = grab_next_argument();
  841.              ^
  842. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  843.                  from ./allegro/allegro/base.h:41,
  844.                  from ./allegro/allegro.h:25,
  845.                  from src/zc_alleg.h:16,
  846.                  from src/guys.cpp:15:
  847. ./allegro/allegro/gfx.h:302:18: note: shadowed declaration is here
  848.  AL_VAR(BITMAP *, screen);
  849.                   ^
  850. ./allegro/allegro/platform/almsvc.h:60:60: note: in definition of macro 'AL_VAR'
  851.  #define AL_VAR(type, name)             extern _AL_DLL type name
  852.                                                             ^
  853. src/guys.cpp:13537:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  854.   if(DMaps[dmap].map*MAPSCRS+DMaps[dmap].xoff+screen>=TheMaps.size())
  855.                                                     ^
  856. src/guys.cpp:13561:13: warning: declaration of 'screen' shadows a global declaration [-Wshadow]
  857.          int screen = grab_next_argument();
  858.              ^
  859. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  860.                  from ./allegro/allegro/base.h:41,
  861.                  from ./allegro/allegro.h:25,
  862.                  from src/zc_alleg.h:16,
  863.                  from src/guys.cpp:15:
  864. ./allegro/allegro/gfx.h:302:18: note: shadowed declaration is here
  865.  AL_VAR(BITMAP *, screen);
  866.                   ^
  867. ./allegro/allegro/platform/almsvc.h:60:60: note: in definition of macro 'AL_VAR'
  868.  #define AL_VAR(type, name)             extern _AL_DLL type name
  869.                                                             ^
  870. src/guys.cpp:13566:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  871.   if(DMaps[dmap].map*MAPSCRS+DMaps[dmap].xoff+screen>=TheMaps.size())
  872.                                                     ^
  873. src/guys.cpp:13590:13: warning: declaration of 'screen' shadows a global declaration [-Wshadow]
  874.          int screen = grab_next_argument();
  875.              ^
  876. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  877.                  from ./allegro/allegro/base.h:41,
  878.                  from ./allegro/allegro.h:25,
  879.                  from src/zc_alleg.h:16,
  880.                  from src/guys.cpp:15:
  881. ./allegro/allegro/gfx.h:302:18: note: shadowed declaration is here
  882.  AL_VAR(BITMAP *, screen);
  883.                   ^
  884. ./allegro/allegro/platform/almsvc.h:60:60: note: in definition of macro 'AL_VAR'
  885.  #define AL_VAR(type, name)             extern _AL_DLL type name
  886.                                                             ^
  887. src/guys.cpp:13597:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  888.   if(DMaps[dmap].map*MAPSCRS+DMaps[dmap].xoff+screen>=TheMaps.size())
  889.                                                     ^
  890. src/guys.cpp:13621:13: warning: declaration of 'screen' shadows a global declaration [-Wshadow]
  891.          int screen = grab_next_argument();
  892.              ^
  893. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  894.                  from ./allegro/allegro/base.h:41,
  895.                  from ./allegro/allegro.h:25,
  896.                  from src/zc_alleg.h:16,
  897.                  from src/guys.cpp:15:
  898. ./allegro/allegro/gfx.h:302:18: note: shadowed declaration is here
  899.  AL_VAR(BITMAP *, screen);
  900.                   ^
  901. ./allegro/allegro/platform/almsvc.h:60:60: note: in definition of macro 'AL_VAR'
  902.  #define AL_VAR(type, name)             extern _AL_DLL type name
  903.                                                             ^
  904. src/guys.cpp:13629:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  905.   if(DMaps[dmap].map*MAPSCRS+DMaps[dmap].xoff+screen>=TheMaps.size())
  906.                                                     ^
  907. In file included from ./allegro/allegro.h:34:0,
  908.                  from src/zc_alleg.h:16,
  909.                  from src/guys.cpp:15:
  910. ./allegro/allegro/keyboard.h: At global scope:
  911. ./allegro/allegro/keyboard.h:39:23: warning: 'al_zc_win_key_press_fix' defined but not used [-Wunused-variable]
  912.  static alzckeyfuncptr al_zc_win_key_press_fix = NULL;
  913.                        ^
  914. ./allegro/allegro/keyboard.h:40:23: warning: 'al_zc_win_key_release_fix' defined but not used [-Wunused-variable]
  915.  static alzckeyfuncptr al_zc_win_key_release_fix = NULL;
  916.                        ^
  917. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  918.                  from ./allegro/allegro/base.h:41,
  919.                  from ./allegro/allegro.h:25,
  920.                  from src/zc_alleg.h:16,
  921.                  from src/zquest.cpp:27:
  922. ./allegro/allegro/platform/almsvc.h:27:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
  923.  #pragma warning (disable: 4200 4244 4305)
  924.  ^
  925. In file included from src/zquest.cpp:26:0:
  926. src/parser/Compiler.h: In member function 'virtual void Opcode::execute(ArgumentVisitor&, void*)':
  927. src/parser/Compiler.h:51:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  928.          void *temp;
  929.                ^
  930. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  931.                  from ./allegro/allegro/base.h:41,
  932.                  from ./allegro/allegro.h:25,
  933.                  from src/zc_alleg.h:16,
  934.                  from src/zquest.cpp:27:
  935. ./allegro/allegro/internal/alconfig.h: At global scope:
  936. ./allegro/allegro/internal/alconfig.h:389:19: warning: inline function 'int bmp_read24(unsigned int)' declared as  dllimport: attribute ignored [-Wattributes]
  937.     AL_INLINE(int, bmp_read24, (uintptr_t addr),
  938.                    ^
  939. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  940.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  941.                                                                             ^
  942. ./allegro/allegro/internal/alconfig.h:399:20: warning: inline function 'void bmp_write24(unsigned int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  943.     AL_INLINE(void, bmp_write24, (uintptr_t addr, int c),
  944.                     ^
  945. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  946.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  947.                                                                             ^
  948. ./allegro/allegro/system.h:80:16: warning: inline function 'int install_allegro(int, int*, int (__attribute__((__cdecl__)) *)(void (__attribute__((__cdecl__)) *)()))' declared as  dllimport: attribute ignored [-Wattributes]
  949.  AL_INLINE(int, install_allegro, (int system_id, int *errno_ptr,
  950.                 ^
  951. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  952.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  953.                                                                             ^
  954. ./allegro/allegro/inline/system.inl:29:17: warning: inline function 'void set_window_title(const char*)' declared as  dllimport: attribute ignored [-Wattributes]
  955.  AL_INLINE(void, set_window_title, (AL_CONST char *name),
  956.                  ^
  957. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  958.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  959.                                                                             ^
  960. ./allegro/allegro/inline/system.inl:38:16: warning: inline function 'int desktop_color_depth()' declared as  dllimport: attribute ignored [-Wattributes]
  961.  AL_INLINE(int, desktop_color_depth, (void),
  962.                 ^
  963. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  964.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  965.                                                                             ^
  966. ./allegro/allegro/inline/system.inl:49:16: warning: inline function 'int get_desktop_resolution(int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  967.  AL_INLINE(int, get_desktop_resolution, (int *width, int *height),
  968.                 ^
  969. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  970.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  971.                                                                             ^
  972. In file included from ./allegro/allegro/base.h:41:0,
  973.                  from ./allegro/allegro.h:25,
  974.                  from src/zc_alleg.h:16,
  975.                  from src/zquest.cpp:27:
  976. ./allegro/allegro/internal/alconfig.h:108:57: warning: ISO C++ forbids zero-size array 'line' [-Wpedantic]
  977.           #define ZERO_SIZE_ARRAY(type, name)  type name[] /* ISO C99 flexible array members */
  978.                                                          ^
  979. ./allegro/allegro/gfx.h:288:4: note: in expansion of macro 'ZERO_SIZE_ARRAY'
  980.     ZERO_SIZE_ARRAY(unsigned char *, line);
  981.     ^
  982. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  983.                  from ./allegro/allegro/base.h:41,
  984.                  from ./allegro/allegro.h:25,
  985.                  from src/zc_alleg.h:16,
  986.                  from src/zquest.cpp:27:
  987. ./allegro/allegro/platform/al386gcc.h:28:16: warning: inline function 'int _default_ds()' declared as  dllimport: attribute ignored [-Wattributes]
  988.  AL_INLINE(int, _default_ds, (void),
  989.                 ^
  990. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  991.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  992.                                                                             ^
  993. ./allegro/allegro/platform/al386gcc.h:46:22: warning: inline function 'unsigned int bmp_write_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  994.  AL_INLINE(uintptr_t, bmp_write_line, (BITMAP *bmp, int lyne),
  995.                       ^
  996. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  997.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  998.                                                                             ^
  999. ./allegro/allegro/platform/al386gcc.h:68:22: warning: inline function 'unsigned int bmp_read_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1000.  AL_INLINE(uintptr_t, bmp_read_line, (BITMAP *bmp, int lyne),
  1001.                       ^
  1002. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1003.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1004.                                                                             ^
  1005. ./allegro/allegro/platform/al386gcc.h:90:17: warning: inline function 'void bmp_unwrite_line(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1006.  AL_INLINE(void, bmp_unwrite_line, (BITMAP *bmp),
  1007.                  ^
  1008. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1009.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1010.                                                                             ^
  1011. ./allegro/allegro/inline/gfx.inl:87:16: warning: inline function 'int is_windowed_mode()' declared as  dllimport: attribute ignored [-Wattributes]
  1012.  AL_INLINE(int, is_windowed_mode, (void),
  1013.                 ^
  1014. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1015.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1016.                                                                             ^
  1017. ./allegro/allegro/inline/gfx.inl:96:17: warning: inline function 'void clear_to_color(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1018.  AL_INLINE(void, clear_to_color, (BITMAP *bitmap, int color),
  1019.                  ^
  1020. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1021.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1022.                                                                             ^
  1023. ./allegro/allegro/inline/gfx.inl:104:16: warning: inline function 'int bitmap_color_depth(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1024.  AL_INLINE(int, bitmap_color_depth, (BITMAP *bmp),
  1025.                 ^
  1026. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1027.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1028.                                                                             ^
  1029. ./allegro/allegro/inline/gfx.inl:112:16: warning: inline function 'int bitmap_mask_color(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1030.  AL_INLINE(int, bitmap_mask_color, (BITMAP *bmp),
  1031.                 ^
  1032. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1033.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1034.                                                                             ^
  1035. ./allegro/allegro/inline/gfx.inl:120:16: warning: inline function 'int is_same_bitmap(BITMAP*, BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1036.  AL_INLINE(int, is_same_bitmap, (BITMAP *bmp1, BITMAP *bmp2),
  1037.                 ^
  1038. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1039.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1040.                                                                             ^
  1041. ./allegro/allegro/inline/gfx.inl:138:16: warning: inline function 'int is_linear_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1042.  AL_INLINE(int, is_linear_bitmap, (BITMAP *bmp),
  1043.                 ^
  1044. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1045.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1046.                                                                             ^
  1047. ./allegro/allegro/inline/gfx.inl:146:16: warning: inline function 'int is_planar_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1048.  AL_INLINE(int, is_planar_bitmap, (BITMAP *bmp),
  1049.                 ^
  1050. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1051.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1052.                                                                             ^
  1053. ./allegro/allegro/inline/gfx.inl:154:16: warning: inline function 'int is_memory_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1054.  AL_INLINE(int, is_memory_bitmap, (BITMAP *bmp),
  1055.                 ^
  1056. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1057.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1058.                                                                             ^
  1059. ./allegro/allegro/inline/gfx.inl:162:16: warning: inline function 'int is_screen_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1060.  AL_INLINE(int, is_screen_bitmap, (BITMAP *bmp),
  1061.                 ^
  1062. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1063.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1064.                                                                             ^
  1065. ./allegro/allegro/inline/gfx.inl:170:16: warning: inline function 'int is_video_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1066.  AL_INLINE(int, is_video_bitmap, (BITMAP *bmp),
  1067.                 ^
  1068. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1069.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1070.                                                                             ^
  1071. ./allegro/allegro/inline/gfx.inl:178:16: warning: inline function 'int is_system_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1072.  AL_INLINE(int, is_system_bitmap, (BITMAP *bmp),
  1073.                 ^
  1074. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1075.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1076.                                                                             ^
  1077. ./allegro/allegro/inline/gfx.inl:186:16: warning: inline function 'int is_sub_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1078.  AL_INLINE(int, is_sub_bitmap, (BITMAP *bmp),
  1079.                 ^
  1080. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1081.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1082.                                                                             ^
  1083. ./allegro/allegro/inline/gfx.inl:203:17: warning: inline function 'void acquire_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1084.  AL_INLINE(void, acquire_bitmap, (BITMAP *bmp),
  1085.                  ^
  1086. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1087.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1088.                                                                             ^
  1089. ./allegro/allegro/inline/gfx.inl:212:17: warning: inline function 'void release_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1090.  AL_INLINE(void, release_bitmap, (BITMAP *bmp),
  1091.                  ^
  1092. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1093.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1094.                                                                             ^
  1095. ./allegro/allegro/inline/gfx.inl:221:17: warning: inline function 'void acquire_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  1096.  AL_INLINE(void, acquire_screen, (void),
  1097.                  ^
  1098. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1099.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1100.                                                                             ^
  1101. ./allegro/allegro/inline/gfx.inl:227:17: warning: inline function 'void release_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  1102.  AL_INLINE(void, release_screen, (void),
  1103.                  ^
  1104. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1105.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1106.                                                                             ^
  1107. ./allegro/allegro/inline/gfx.inl:235:16: warning: inline function 'int is_inside_bitmap(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1108.  AL_INLINE(int, is_inside_bitmap, (BITMAP *bmp, int x, int y, int clip),
  1109.                 ^
  1110. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1111.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1112.                                                                             ^
  1113. ./allegro/allegro/inline/gfx.inl:252:17: warning: inline function 'void get_clip_rect(BITMAP*, int*, int*, int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  1114.  AL_INLINE(void, get_clip_rect, (BITMAP *bitmap, int *x1, int *y_1, int *x2, int *y2),
  1115.                  ^
  1116. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1117.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1118.                                                                             ^
  1119. ./allegro/allegro/inline/gfx.inl:263:17: warning: inline function 'void set_clip_state(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1120.  AL_INLINE(void, set_clip_state, (BITMAP *bitmap, int state),
  1121.                  ^
  1122. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1123.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1124.                                                                             ^
  1125. ./allegro/allegro/inline/gfx.inl:270:16: warning: inline function 'int get_clip_state(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  1126.  AL_INLINE(int, get_clip_state, (BITMAP *bitmap),
  1127.                 ^
  1128. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1129.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1130.                                                                             ^
  1131. ./allegro/allegro/inline/color.inl:26:16: warning: inline function 'int makecol15(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1132.  AL_INLINE(int, makecol15, (int r, int g, int b),
  1133.                 ^
  1134. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1135.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1136.                                                                             ^
  1137. ./allegro/allegro/inline/color.inl:34:16: warning: inline function 'int makecol16(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1138.  AL_INLINE(int, makecol16, (int r, int g, int b),
  1139.                 ^
  1140. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1141.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1142.                                                                             ^
  1143. ./allegro/allegro/inline/color.inl:42:16: warning: inline function 'int makecol24(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1144.  AL_INLINE(int, makecol24, (int r, int g, int b),
  1145.                 ^
  1146. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1147.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1148.                                                                             ^
  1149. ./allegro/allegro/inline/color.inl:50:16: warning: inline function 'int makecol32(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1150.  AL_INLINE(int, makecol32, (int r, int g, int b),
  1151.                 ^
  1152. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1153.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1154.                                                                             ^
  1155. ./allegro/allegro/inline/color.inl:58:16: warning: inline function 'int makeacol32(int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1156.  AL_INLINE(int, makeacol32, (int r, int g, int b, int a),
  1157.                 ^
  1158. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1159.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1160.                                                                             ^
  1161. ./allegro/allegro/inline/color.inl:67:16: warning: inline function 'int getr8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1162.  AL_INLINE(int, getr8, (int c),
  1163.                 ^
  1164. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1165.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1166.                                                                             ^
  1167. ./allegro/allegro/inline/color.inl:73:16: warning: inline function 'int getg8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1168.  AL_INLINE(int, getg8, (int c),
  1169.                 ^
  1170. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1171.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1172.                                                                             ^
  1173. ./allegro/allegro/inline/color.inl:79:16: warning: inline function 'int getb8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1174.  AL_INLINE(int, getb8, (int c),
  1175.                 ^
  1176. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1177.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1178.                                                                             ^
  1179. ./allegro/allegro/inline/color.inl:85:16: warning: inline function 'int getr15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1180.  AL_INLINE(int, getr15, (int c),
  1181.                 ^
  1182. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1183.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1184.                                                                             ^
  1185. ./allegro/allegro/inline/color.inl:91:16: warning: inline function 'int getg15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1186.  AL_INLINE(int, getg15, (int c),
  1187.                 ^
  1188. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1189.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1190.                                                                             ^
  1191. ./allegro/allegro/inline/color.inl:97:16: warning: inline function 'int getb15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1192.  AL_INLINE(int, getb15, (int c),
  1193.                 ^
  1194. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1195.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1196.                                                                             ^
  1197. ./allegro/allegro/inline/color.inl:103:16: warning: inline function 'int getr16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1198.  AL_INLINE(int, getr16, (int c),
  1199.                 ^
  1200. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1201.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1202.                                                                             ^
  1203. ./allegro/allegro/inline/color.inl:109:16: warning: inline function 'int getg16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1204.  AL_INLINE(int, getg16, (int c),
  1205.                 ^
  1206. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1207.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1208.                                                                             ^
  1209. ./allegro/allegro/inline/color.inl:115:16: warning: inline function 'int getb16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1210.  AL_INLINE(int, getb16, (int c),
  1211.                 ^
  1212. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1213.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1214.                                                                             ^
  1215. ./allegro/allegro/inline/color.inl:121:16: warning: inline function 'int getr24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1216.  AL_INLINE(int, getr24, (int c),
  1217.                 ^
  1218. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1219.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1220.                                                                             ^
  1221. ./allegro/allegro/inline/color.inl:127:16: warning: inline function 'int getg24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1222.  AL_INLINE(int, getg24, (int c),
  1223.                 ^
  1224. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1225.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1226.                                                                             ^
  1227. ./allegro/allegro/inline/color.inl:133:16: warning: inline function 'int getb24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1228.  AL_INLINE(int, getb24, (int c),
  1229.                 ^
  1230. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1231.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1232.                                                                             ^
  1233. ./allegro/allegro/inline/color.inl:139:16: warning: inline function 'int getr32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1234.  AL_INLINE(int, getr32, (int c),
  1235.                 ^
  1236. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1237.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1238.                                                                             ^
  1239. ./allegro/allegro/inline/color.inl:145:16: warning: inline function 'int getg32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1240.  AL_INLINE(int, getg32, (int c),
  1241.                 ^
  1242. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1243.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1244.                                                                             ^
  1245. ./allegro/allegro/inline/color.inl:151:16: warning: inline function 'int getb32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1246.  AL_INLINE(int, getb32, (int c),
  1247.                 ^
  1248. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1249.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1250.                                                                             ^
  1251. ./allegro/allegro/inline/color.inl:157:16: warning: inline function 'int geta32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1252.  AL_INLINE(int, geta32, (int c),
  1253.                 ^
  1254. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1255.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1256.                                                                             ^
  1257. ./allegro/allegro/inline/color.inl:165:17: warning: inline function 'void _set_color(int, const RGB*)' declared as  dllimport: attribute ignored [-Wattributes]
  1258.  AL_INLINE(void, _set_color, (int idx, AL_CONST RGB *p),
  1259.                  ^
  1260. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1261.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1262.                                                                             ^
  1263. ./allegro/allegro/inline/draw.inl:30:16: warning: inline function 'int getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1264.  AL_INLINE(int, getpixel, (BITMAP *bmp, int x, int y),
  1265.                 ^
  1266. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1267.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1268.                                                                             ^
  1269. ./allegro/allegro/inline/draw.inl:38:17: warning: inline function 'void putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1270.  AL_INLINE(void, putpixel, (BITMAP *bmp, int x, int y, int color),
  1271.                  ^
  1272. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1273.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1274.                                                                             ^
  1275. ./allegro/allegro/inline/draw.inl:46:17: warning: inline function 'void _allegro_vline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1276.  AL_INLINE(void, _allegro_vline, (BITMAP *bmp, int x, int y_1, int y2, int color),
  1277.                  ^
  1278. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1279.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1280.                                                                             ^
  1281. ./allegro/allegro/inline/draw.inl:54:17: warning: inline function 'void _allegro_hline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1282.  AL_INLINE(void, _allegro_hline, (BITMAP *bmp, int x1, int y, int x2, int color),
  1283.                  ^
  1284. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1285.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1286.                                                                             ^
  1287. ./allegro/allegro/inline/draw.inl:72:17: warning: inline function 'void line(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1288.  AL_INLINE(void, line, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1289.                  ^
  1290. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1291.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1292.                                                                             ^
  1293. ./allegro/allegro/inline/draw.inl:80:17: warning: inline function 'void fastline(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1294.  AL_INLINE(void, fastline, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1295.                  ^
  1296. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1297.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1298.                                                                             ^
  1299. ./allegro/allegro/inline/draw.inl:88:17: warning: inline function 'void rectfill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1300.  AL_INLINE(void, rectfill, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1301.                  ^
  1302. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1303.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1304.                                                                             ^
  1305. ./allegro/allegro/inline/draw.inl:96:17: warning: inline function 'void triangle(BITMAP*, int, int, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1306.  AL_INLINE(void, triangle, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int x3, int y3, int color),
  1307.                  ^
  1308. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1309.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1310.                                                                             ^
  1311. ./allegro/allegro/inline/draw.inl:104:17: warning: inline function 'void polygon(BITMAP*, int, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1312.  AL_INLINE(void, polygon, (BITMAP *bmp, int vertices, AL_CONST int *points, int color),
  1313.                  ^
  1314. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1315.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1316.                                                                             ^
  1317. ./allegro/allegro/inline/draw.inl:112:17: warning: inline function 'void rect(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1318.  AL_INLINE(void, rect, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1319.                  ^
  1320. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1321.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1322.                                                                             ^
  1323. ./allegro/allegro/inline/draw.inl:120:17: warning: inline function 'void circle(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1324.  AL_INLINE(void, circle, (BITMAP *bmp, int x, int y, int radius, int color),
  1325.                  ^
  1326. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1327.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1328.                                                                             ^
  1329. ./allegro/allegro/inline/draw.inl:128:17: warning: inline function 'void circlefill(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1330.  AL_INLINE(void, circlefill, (BITMAP *bmp, int x, int y, int radius, int color),
  1331.                  ^
  1332. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1333.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1334.                                                                             ^
  1335. ./allegro/allegro/inline/draw.inl:137:17: warning: inline function 'void ellipse(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1336.  AL_INLINE(void, ellipse, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  1337.                  ^
  1338. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1339.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1340.                                                                             ^
  1341. ./allegro/allegro/inline/draw.inl:146:17: warning: inline function 'void ellipsefill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1342.  AL_INLINE(void, ellipsefill, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  1343.                  ^
  1344. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1345.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1346.                                                                             ^
  1347. ./allegro/allegro/inline/draw.inl:155:17: warning: inline function 'void arc(BITMAP*, int, int, fixed, fixed, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1348.  AL_INLINE(void, arc, (BITMAP *bmp, int x, int y, fixed ang1, fixed ang2, int r, int color),
  1349.                  ^
  1350. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1351.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1352.                                                                             ^
  1353. ./allegro/allegro/inline/draw.inl:164:17: warning: inline function 'void spline(BITMAP*, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1354.  AL_INLINE(void, spline, (BITMAP *bmp, AL_CONST int points[8], int color),
  1355.                  ^
  1356. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1357.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1358.                                                                             ^
  1359. ./allegro/allegro/inline/draw.inl:173:17: warning: inline function 'void floodfill(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1360.  AL_INLINE(void, floodfill, (BITMAP *bmp, int x, int y, int color),
  1361.                  ^
  1362. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1363.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1364.                                                                             ^
  1365. ./allegro/allegro/inline/draw.inl:182:17: warning: inline function 'void polygon3d(BITMAP*, int, BITMAP*, int, V3D**)' declared as  dllimport: attribute ignored [-Wattributes]
  1366.  AL_INLINE(void, polygon3d, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D *vtx[]),
  1367.                  ^
  1368. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1369.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1370.                                                                             ^
  1371. ./allegro/allegro/inline/draw.inl:191:17: warning: inline function 'void polygon3d_f(BITMAP*, int, BITMAP*, int, V3D_f**)' declared as  dllimport: attribute ignored [-Wattributes]
  1372.  AL_INLINE(void, polygon3d_f, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D_f *vtx[]),
  1373.                  ^
  1374. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1375.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1376.                                                                             ^
  1377. ./allegro/allegro/inline/draw.inl:200:17: warning: inline function 'void triangle3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  1378.  AL_INLINE(void, triangle3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3),
  1379.                  ^
  1380. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1381.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1382.                                                                             ^
  1383. ./allegro/allegro/inline/draw.inl:209:17: warning: inline function 'void triangle3d_f(BITMAP*, int, BITMAP*, V3D_f*, V3D_f*, V3D_f*)' declared as  dllimport: attribute ignored [-Wattributes]
  1384.  AL_INLINE(void, triangle3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3),
  1385.                  ^
  1386. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1387.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1388.                                                                             ^
  1389. ./allegro/allegro/inline/draw.inl:218:17: warning: inline function 'void quad3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  1390.  AL_INLINE(void, quad3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3, V3D *v4),
  1391.                  ^
  1392. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1393.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1394.                                                                             ^
  1395. ./allegro/allegro/inline/draw.inl:227:17: warning: inline function 'void quad3d_f(BITMAP*, int, BITMAP*, V3D_f*, V3D_f*, V3D_f*, V3D_f*)' declared as  dllimport: attribute ignored [-Wattributes]
  1396.  AL_INLINE(void, quad3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3, V3D_f *v4),
  1397.                  ^
  1398. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1399.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1400.                                                                             ^
  1401. ./allegro/allegro/inline/draw.inl:238:17: warning: inline function 'void draw_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1402.  AL_INLINE(void, draw_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  1403.                  ^
  1404. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1405.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1406.                                                                             ^
  1407. ./allegro/allegro/inline/draw.inl:252:17: warning: inline function 'void draw_sprite_ex(BITMAP*, BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1408.  AL_INLINE(void, draw_sprite_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y,
  1409.                  ^
  1410. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1411.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1412.                                                                             ^
  1413. ./allegro/allegro/inline/draw.inl:272:17: warning: inline function 'void draw_sprite_v_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1414.  AL_INLINE(void, draw_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  1415.                  ^
  1416. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1417.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1418.                                                                             ^
  1419. ./allegro/allegro/inline/draw.inl:280:17: warning: inline function 'void draw_sprite_h_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1420.  AL_INLINE(void, draw_sprite_h_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  1421.                  ^
  1422. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1423.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1424.                                                                             ^
  1425. ./allegro/allegro/inline/draw.inl:288:17: warning: inline function 'void draw_sprite_vh_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1426.  AL_INLINE(void, draw_sprite_vh_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  1427.                  ^
  1428. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1429.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1430.                                                                             ^
  1431. ./allegro/allegro/inline/draw.inl:297:17: warning: inline function 'void draw_trans_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1432.  AL_INLINE(void, draw_trans_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  1433.                  ^
  1434. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1435.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1436.                                                                             ^
  1437. ./allegro/allegro/inline/draw.inl:315:17: warning: inline function 'void draw_lit_sprite(BITMAP*, BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1438.  AL_INLINE(void, draw_lit_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color),
  1439.                  ^
  1440. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1441.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1442.                                                                             ^
  1443. ./allegro/allegro/inline/draw.inl:325:17: warning: inline function 'void draw_gouraud_sprite(BITMAP*, BITMAP*, int, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1444.  AL_INLINE(void, draw_gouraud_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int c1, int c2, int c3, int c4),
  1445.                  ^
  1446. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1447.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1448.                                                                             ^
  1449. ./allegro/allegro/inline/draw.inl:335:17: warning: inline function 'void draw_character_ex(BITMAP*, BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1450.  AL_INLINE(void, draw_character_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color, int bg),
  1451.                  ^
  1452. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1453.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1454.                                                                             ^
  1455. ./allegro/allegro/inline/draw.inl:345:17: warning: inline function 'void rotate_sprite(BITMAP*, BITMAP*, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1456.  AL_INLINE(void, rotate_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  1457.                  ^
  1458. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1459.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1460.                                                                             ^
  1461. ./allegro/allegro/inline/draw.inl:357:17: warning: inline function 'void rotate_sprite_v_flip(BITMAP*, BITMAP*, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1462.  AL_INLINE(void, rotate_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  1463.                  ^
  1464. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1465.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1466.                                                                             ^
  1467. ./allegro/allegro/inline/draw.inl:369:17: warning: inline function 'void rotate_scaled_sprite(BITMAP*, BITMAP*, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1468.  AL_INLINE(void, rotate_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  1469.                  ^
  1470. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1471.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1472.                                                                             ^
  1473. ./allegro/allegro/inline/draw.inl:381:17: warning: inline function 'void rotate_scaled_sprite_v_flip(BITMAP*, BITMAP*, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1474.  AL_INLINE(void, rotate_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  1475.                  ^
  1476. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1477.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1478.                                                                             ^
  1479. ./allegro/allegro/inline/draw.inl:393:17: warning: inline function 'void pivot_sprite(BITMAP*, BITMAP*, int, int, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1480.  AL_INLINE(void, pivot_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  1481.                  ^
  1482. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1483.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1484.                                                                             ^
  1485. ./allegro/allegro/inline/draw.inl:402:17: warning: inline function 'void pivot_sprite_v_flip(BITMAP*, BITMAP*, int, int, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1486.  AL_INLINE(void, pivot_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  1487.                  ^
  1488. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1489.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1490.                                                                             ^
  1491. ./allegro/allegro/inline/draw.inl:411:17: warning: inline function 'void pivot_scaled_sprite(BITMAP*, BITMAP*, int, int, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1492.  AL_INLINE(void, pivot_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  1493.                  ^
  1494. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1495.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1496.                                                                             ^
  1497. ./allegro/allegro/inline/draw.inl:420:17: warning: inline function 'void pivot_scaled_sprite_v_flip(BITMAP*, BITMAP*, int, int, int, int, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1498.  AL_INLINE(void, pivot_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  1499.                  ^
  1500. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1501.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1502.                                                                             ^
  1503. ./allegro/allegro/inline/draw.inl:429:17: warning: inline function 'void _putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1504.  AL_INLINE(void, _putpixel, (BITMAP *bmp, int x, int y, int color),
  1505.                  ^
  1506. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1507.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1508.                                                                             ^
  1509. ./allegro/allegro/inline/draw.inl:440:16: warning: inline function 'int _getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1510.  AL_INLINE(int, _getpixel, (BITMAP *bmp, int x, int y),
  1511.                 ^
  1512. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1513.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1514.                                                                             ^
  1515. ./allegro/allegro/inline/draw.inl:454:17: warning: inline function 'void _putpixel15(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1516.  AL_INLINE(void, _putpixel15, (BITMAP *bmp, int x, int y, int color),
  1517.                  ^
  1518. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1519.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1520.                                                                             ^
  1521. ./allegro/allegro/inline/draw.inl:465:16: warning: inline function 'int _getpixel15(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1522.  AL_INLINE(int, _getpixel15, (BITMAP *bmp, int x, int y),
  1523.                 ^
  1524. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1525.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1526.                                                                             ^
  1527. ./allegro/allegro/inline/draw.inl:479:17: warning: inline function 'void _putpixel16(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1528.  AL_INLINE(void, _putpixel16, (BITMAP *bmp, int x, int y, int color),
  1529.                  ^
  1530. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1531.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1532.                                                                             ^
  1533. ./allegro/allegro/inline/draw.inl:490:16: warning: inline function 'int _getpixel16(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1534.  AL_INLINE(int, _getpixel16, (BITMAP *bmp, int x, int y),
  1535.                 ^
  1536. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1537.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1538.                                                                             ^
  1539. ./allegro/allegro/inline/draw.inl:504:17: warning: inline function 'void _putpixel24(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1540.  AL_INLINE(void, _putpixel24, (BITMAP *bmp, int x, int y, int color),
  1541.                  ^
  1542. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1543.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1544.                                                                             ^
  1545. ./allegro/allegro/inline/draw.inl:515:16: warning: inline function 'int _getpixel24(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1546.  AL_INLINE(int, _getpixel24, (BITMAP *bmp, int x, int y),
  1547.                 ^
  1548. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1549.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1550.                                                                             ^
  1551. ./allegro/allegro/inline/draw.inl:529:17: warning: inline function 'void _putpixel32(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1552.  AL_INLINE(void, _putpixel32, (BITMAP *bmp, int x, int y, int color),
  1553.                  ^
  1554. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1555.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1556.                                                                             ^
  1557. ./allegro/allegro/inline/draw.inl:540:16: warning: inline function 'int _getpixel32(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1558.  AL_INLINE(int, _getpixel32, (BITMAP *bmp, int x, int y),
  1559.                 ^
  1560. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1561.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1562.                                                                             ^
  1563. In file included from ./allegro/allegro/base.h:41:0,
  1564.                  from ./allegro/allegro.h:25,
  1565.                  from src/zc_alleg.h:16,
  1566.                  from src/zquest.cpp:27:
  1567. ./allegro/allegro/internal/alconfig.h:108:57: warning: ISO C++ forbids zero-size array 'dat' [-Wpedantic]
  1568.           #define ZERO_SIZE_ARRAY(type, name)  type name[] /* ISO C99 flexible array members */
  1569.                                                          ^
  1570. ./allegro/allegro/rle.h:34:4: note: in expansion of macro 'ZERO_SIZE_ARRAY'
  1571.     ZERO_SIZE_ARRAY(signed char, dat);
  1572.     ^
  1573. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1574.                  from ./allegro/allegro/base.h:41,
  1575.                  from ./allegro/allegro.h:25,
  1576.                  from src/zc_alleg.h:16,
  1577.                  from src/zquest.cpp:27:
  1578. ./allegro/allegro/inline/rle.inl:29:17: warning: inline function 'void draw_rle_sprite(BITMAP*, const RLE_SPRITE*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1579.  AL_INLINE(void, draw_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  1580.                  ^
  1581. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1582.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1583.                                                                             ^
  1584. ./allegro/allegro/inline/rle.inl:39:17: warning: inline function 'void draw_trans_rle_sprite(BITMAP*, const RLE_SPRITE*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1585.  AL_INLINE(void, draw_trans_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  1586.                  ^
  1587. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1588.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1589.                                                                             ^
  1590. ./allegro/allegro/inline/rle.inl:55:17: warning: inline function 'void draw_lit_rle_sprite(BITMAP*, const RLE_SPRITE*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1591.  AL_INLINE(void, draw_lit_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y, int color),
  1592.                  ^
  1593. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1594.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1595.                                                                             ^
  1596. In file included from ./allegro/allegro/base.h:41:0,
  1597.                  from ./allegro/allegro.h:25,
  1598.                  from src/zc_alleg.h:16,
  1599.                  from src/zquest.cpp:27:
  1600. ./allegro/allegro/internal/alconfig.h:108:57: warning: ISO C++ forbids zero-size array 'dat' [-Wpedantic]
  1601.           #define ZERO_SIZE_ARRAY(type, name)  type name[] /* ISO C99 flexible array members */
  1602.                                                          ^
  1603. ./allegro/allegro/font.h:31:4: note: in expansion of macro 'ZERO_SIZE_ARRAY'
  1604.     ZERO_SIZE_ARRAY(unsigned char, dat);
  1605.     ^
  1606. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1607.                  from ./allegro/allegro/base.h:41,
  1608.                  from ./allegro/allegro.h:25,
  1609.                  from src/zc_alleg.h:16,
  1610.                  from src/zquest.cpp:27:
  1611. ./allegro/allegro/platform/al386gcc.h:133:18: warning: inline function 'fixed fixadd(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1612.  AL_INLINE(fixed, fixadd, (fixed x, fixed y),
  1613.                   ^
  1614. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1615.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1616.                                                                             ^
  1617. ./allegro/allegro/platform/al386gcc.h:171:18: warning: inline function 'fixed fixsub(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1618.  AL_INLINE(fixed, fixsub, (fixed x, fixed y),
  1619.                   ^
  1620. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1621.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1622.                                                                             ^
  1623. ./allegro/allegro/platform/al386gcc.h:209:18: warning: inline function 'fixed fixmul(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1624.  AL_INLINE(fixed, fixmul, (fixed x, fixed y),
  1625.                   ^
  1626. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1627.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1628.                                                                             ^
  1629. ./allegro/allegro/platform/al386gcc.h:261:18: warning: inline function 'fixed fixdiv(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1630.  AL_INLINE(fixed, fixdiv, (fixed x, fixed y),
  1631.                   ^
  1632. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1633.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1634.                                                                             ^
  1635. ./allegro/allegro/platform/al386gcc.h:345:16: warning: inline function 'int fixfloor(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1636.  AL_INLINE(int, fixfloor, (fixed x),
  1637.                 ^
  1638. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1639.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1640.                                                                             ^
  1641. ./allegro/allegro/platform/al386gcc.h:366:16: warning: inline function 'int fixceil(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1642.  AL_INLINE(int, fixceil, (fixed x),
  1643.                 ^
  1644. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1645.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1646.                                                                             ^
  1647. ./allegro/allegro/inline/fmaths.inl:32:18: warning: inline function 'fixed ftofix(double)' declared as  dllimport: attribute ignored [-Wattributes]
  1648.  AL_INLINE(fixed, ftofix, (double x),
  1649.                   ^
  1650. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1651.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1652.                                                                             ^
  1653. ./allegro/allegro/inline/fmaths.inl:48:19: warning: inline function 'double fixtof(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1654.  AL_INLINE(double, fixtof, (fixed x),
  1655.                    ^
  1656. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1657.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1658.                                                                             ^
  1659. ./allegro/allegro/inline/fmaths.inl:181:18: warning: inline function 'fixed itofix(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1660.  AL_INLINE(fixed, itofix, (int x),
  1661.                   ^
  1662. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1663.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1664.                                                                             ^
  1665. ./allegro/allegro/inline/fmaths.inl:187:16: warning: inline function 'int fixtoi(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1666.  AL_INLINE(int, fixtoi, (fixed x),
  1667.                 ^
  1668. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1669.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1670.                                                                             ^
  1671. ./allegro/allegro/inline/fmaths.inl:193:18: warning: inline function 'fixed fixcos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1672.  AL_INLINE(fixed, fixcos, (fixed x),
  1673.                   ^
  1674. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1675.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1676.                                                                             ^
  1677. ./allegro/allegro/inline/fmaths.inl:199:18: warning: inline function 'fixed fixsin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1678.  AL_INLINE(fixed, fixsin, (fixed x),
  1679.                   ^
  1680. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1681.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1682.                                                                             ^
  1683. ./allegro/allegro/inline/fmaths.inl:205:18: warning: inline function 'fixed fixtan(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1684.  AL_INLINE(fixed, fixtan, (fixed x),
  1685.                   ^
  1686. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1687.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1688.                                                                             ^
  1689. ./allegro/allegro/inline/fmaths.inl:211:18: warning: inline function 'fixed fixacos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1690.  AL_INLINE(fixed, fixacos, (fixed x),
  1691.                   ^
  1692. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1693.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1694.                                                                             ^
  1695. ./allegro/allegro/inline/fmaths.inl:222:18: warning: inline function 'fixed fixasin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1696.  AL_INLINE(fixed, fixasin, (fixed x),
  1697.                   ^
  1698. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1699.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1700.                                                                             ^
  1701. ./allegro/allegro/inline/matrix.inl:32:17: warning: inline function 'void apply_matrix(MATRIX*, fixed, fixed, fixed, fixed*, fixed*, fixed*)' declared as  dllimport: attribute ignored [-Wattributes]
  1702.  AL_INLINE(void, apply_matrix, (MATRIX *m, fixed x, fixed y, fixed z, fixed *xout, fixed *yout, fixed *zout),
  1703.                  ^
  1704. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1705.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1706.                                                                             ^
  1707. ./allegro/allegro/inline/3dmaths.inl:27:18: warning: inline function 'fixed dot_product(fixed, fixed, fixed, fixed, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1708.  AL_INLINE(fixed, dot_product, (fixed x1, fixed y_1, fixed z1, fixed x2, fixed y2, fixed z2),
  1709.                   ^
  1710. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1711.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1712.                                                                             ^
  1713. ./allegro/allegro/inline/3dmaths.inl:33:18: warning: inline function 'float dot_product_f(float, float, float, float, float, float)' declared as  dllimport: attribute ignored [-Wattributes]
  1714.  AL_INLINE(float, dot_product_f, (float x1, float y_1, float z1, float x2, float y2, float z2),
  1715.                   ^
  1716. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1717.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1718.                                                                             ^
  1719. ./allegro/allegro/inline/3dmaths.inl:39:17: warning: inline function 'void persp_project(fixed, fixed, fixed, fixed*, fixed*)' declared as  dllimport: attribute ignored [-Wattributes]
  1720.  AL_INLINE(void, persp_project, (fixed x, fixed y, fixed z, fixed *xout, fixed *yout),
  1721.                  ^
  1722. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1723.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1724.                                                                             ^
  1725. ./allegro/allegro/inline/3dmaths.inl:46:17: warning: inline function 'void persp_project_f(float, float, float, float*, float*)' declared as  dllimport: attribute ignored [-Wattributes]
  1726.  AL_INLINE(void, persp_project_f, (float x, float y, float z, float *xout, float *yout),
  1727.                  ^
  1728. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1729.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1730.                                                                             ^
  1731. ./allegro/allegro/internal/aintern.h:86:17: warning: inline function 'void _grow_scratch_mem(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1732.  AL_INLINE(void, _grow_scratch_mem, (int size),
  1733.                  ^
  1734. ./allegro/allegro/platform/almsvc.h:74:76: note: in definition of macro 'AL_INLINE'
  1735.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1736.                                                                             ^
  1737. src/zquest.cpp: In function 'void refresh(int)':
  1738. src/zquest.cpp:4336:17: warning: variable 'drawmap' set but not used [-Wunused-but-set-variable]
  1739.              int drawmap, drawscr;
  1740.                  ^
  1741. src/zquest.cpp:4336:26: warning: variable 'drawscr' set but not used [-Wunused-but-set-variable]
  1742.              int drawmap, drawscr;
  1743.                           ^
  1744. src/zquest.cpp:4504:21: warning: variable 'offs' set but not used [-Wunused-but-set-variable]
  1745.                  int offs = 8;
  1746.                      ^
  1747. src/zquest.cpp:4426:13: warning: variable 'drawmap' set but not used [-Wunused-but-set-variable]
  1748.          int drawmap, drawscr;
  1749.              ^
  1750. src/zquest.cpp:4426:22: warning: variable 'drawscr' set but not used [-Wunused-but-set-variable]
  1751.          int drawmap, drawscr;
  1752.                       ^
  1753. src/zquest.cpp:4779:14: warning: variable 'continuescreen' set but not used [-Wunused-but-set-variable]
  1754.          bool continuescreen = false, savecombo = false;
  1755.               ^
  1756. src/zquest.cpp: In function 'char* strip_decimals(char*)':
  1757. src/zquest.cpp:18527:34: warning: declaration of 'string' shadows a global declaration [-Wshadow]
  1758.  char *strip_decimals(char *string)
  1759.                                   ^
  1760. In file included from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\iosfwd:39:0,
  1761.                  from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\ios:38,
  1762.                  from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\istream:38,
  1763.                  from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\sstream:38,
  1764.                  from src/zquest.cpp:20:
  1765. c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\bits\stringfwd.h:74:33: note: shadowed declaration is here
  1766.    typedef basic_string<char>    string;  
  1767.                                  ^
  1768. src/zquest.cpp: In function 'char* clean_numeric_string(char*)':
  1769. src/zquest.cpp:18556:40: warning: declaration of 'string' shadows a global declaration [-Wshadow]
  1770.  char *clean_numeric_string(char *string)
  1771.                                         ^
  1772. In file included from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\iosfwd:39:0,
  1773.                  from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\ios:38,
  1774.                  from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\istream:38,
  1775.                  from c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\sstream:38,
  1776.                  from src/zquest.cpp:20:
  1777. c:\mingw\lib\gcc\mingw32\5.3.0\include\c++\bits\stringfwd.h:74:33: note: shadowed declaration is here
  1778.    typedef basic_string<char>    string;  
  1779.                                  ^
  1780. In file included from src/zquest.cpp:24313:0:
  1781. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::size_type vectorset<Key, Compare, Alloc>::erase(const key_type&)':
  1782. src/vectorset.h:111:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1783.      {
  1784.      ^
  1785. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1786.                  from ./allegro/allegro/base.h:41,
  1787.                  from ./allegro/allegro.h:25,
  1788.                  from src/zc_alleg.h:16,
  1789.                  from src/zquest.cpp:27:
  1790. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1791.  AL_ARRAY(volatile char, key);
  1792.                          ^
  1793. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1794.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1795.                                                             ^
  1796. In file included from src/zquest.cpp:24313:0:
  1797. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::iterator vectorset<Key, Compare, Alloc>::find(const key_type&)':
  1798. src/vectorset.h:125:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1799.      {
  1800.      ^
  1801. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1802.                  from ./allegro/allegro/base.h:41,
  1803.                  from ./allegro/allegro.h:25,
  1804.                  from src/zc_alleg.h:16,
  1805.                  from src/zquest.cpp:27:
  1806. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1807.  AL_ARRAY(volatile char, key);
  1808.                          ^
  1809. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1810.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1811.                                                             ^
  1812. In file included from src/zquest.cpp:24313:0:
  1813. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::const_iterator vectorset<Key, Compare, Alloc>::find(const key_type&) const':
  1814. src/vectorset.h:131:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1815.      {
  1816.      ^
  1817. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1818.                  from ./allegro/allegro/base.h:41,
  1819.                  from ./allegro/allegro.h:25,
  1820.                  from src/zc_alleg.h:16,
  1821.                  from src/zquest.cpp:27:
  1822. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1823.  AL_ARRAY(volatile char, key);
  1824.                          ^
  1825. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1826.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1827.                                                             ^
  1828. In file included from src/zquest.cpp:24313:0:
  1829. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::size_type vectorset<Key, Compare, Alloc>::count(const key_type&) const':
  1830. src/vectorset.h:137:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1831.      {
  1832.      ^
  1833. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1834.                  from ./allegro/allegro/base.h:41,
  1835.                  from ./allegro/allegro.h:25,
  1836.                  from src/zc_alleg.h:16,
  1837.                  from src/zquest.cpp:27:
  1838. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1839.  AL_ARRAY(volatile char, key);
  1840.                          ^
  1841. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1842.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1843.                                                             ^
  1844. In file included from src/zquest.cpp:24313:0:
  1845. src/vectorset.h: In member function 'std::pair<typename std::vector<Key, Alloc>::iterator, typename std::vector<Key, Alloc>::iterator> vectorset<Key, Compare, Alloc>::equal_range(const key_type&)':
  1846. src/vectorset.h:151:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1847.      {
  1848.      ^
  1849. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1850.                  from ./allegro/allegro/base.h:41,
  1851.                  from ./allegro/allegro.h:25,
  1852.                  from src/zc_alleg.h:16,
  1853.                  from src/zquest.cpp:27:
  1854. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1855.  AL_ARRAY(volatile char, key);
  1856.                          ^
  1857. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1858.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1859.                                                             ^
  1860. In file included from src/zquest.cpp:24313:0:
  1861. src/vectorset.h: In member function 'std::pair<typename std::vector<Key, Alloc>::const_iterator, typename std::vector<Key, Alloc>::const_iterator> vectorset<Key, Compare, Alloc>::equal_range(const key_type&) const':
  1862. src/vectorset.h:162:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1863.      {
  1864.      ^
  1865. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1866.                  from ./allegro/allegro/base.h:41,
  1867.                  from ./allegro/allegro.h:25,
  1868.                  from src/zc_alleg.h:16,
  1869.                  from src/zquest.cpp:27:
  1870. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1871.  AL_ARRAY(volatile char, key);
  1872.                          ^
  1873. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1874.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1875.                                                             ^
  1876. In file included from src/zquest.cpp:24313:0:
  1877. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::iterator vectorset<Key, Compare, Alloc>::lower_bound(const key_type&)':
  1878. src/vectorset.h:173:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1879.      {
  1880.      ^
  1881. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1882.                  from ./allegro/allegro/base.h:41,
  1883.                  from ./allegro/allegro.h:25,
  1884.                  from src/zc_alleg.h:16,
  1885.                  from src/zquest.cpp:27:
  1886. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1887.  AL_ARRAY(volatile char, key);
  1888.                          ^
  1889. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1890.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1891.                                                             ^
  1892. In file included from src/zquest.cpp:24313:0:
  1893. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::const_iterator vectorset<Key, Compare, Alloc>::lower_bound(const key_type&) const':
  1894. src/vectorset.h:178:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1895.      {
  1896.      ^
  1897. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1898.                  from ./allegro/allegro/base.h:41,
  1899.                  from ./allegro/allegro.h:25,
  1900.                  from src/zc_alleg.h:16,
  1901.                  from src/zquest.cpp:27:
  1902. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1903.  AL_ARRAY(volatile char, key);
  1904.                          ^
  1905. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1906.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1907.                                                             ^
  1908. In file included from src/zquest.cpp:24313:0:
  1909. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::iterator vectorset<Key, Compare, Alloc>::upper_bound(const key_type&)':
  1910. src/vectorset.h:183:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1911.      {
  1912.      ^
  1913. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1914.                  from ./allegro/allegro/base.h:41,
  1915.                  from ./allegro/allegro.h:25,
  1916.                  from src/zc_alleg.h:16,
  1917.                  from src/zquest.cpp:27:
  1918. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1919.  AL_ARRAY(volatile char, key);
  1920.                          ^
  1921. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1922.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1923.                                                             ^
  1924. In file included from src/zquest.cpp:24313:0:
  1925. src/vectorset.h: In member function 'vectorset<Key, Compare, Alloc>::const_iterator vectorset<Key, Compare, Alloc>::upper_bound(const key_type&) const':
  1926. src/vectorset.h:188:5: warning: declaration of 'key' shadows a global declaration [-Wshadow]
  1927.      {
  1928.      ^
  1929. In file included from ./allegro/allegro/internal/alconfig.h:50:0,
  1930.                  from ./allegro/allegro/base.h:41,
  1931.                  from ./allegro/allegro.h:25,
  1932.                  from src/zc_alleg.h:16,
  1933.                  from src/zquest.cpp:27:
  1934. ./allegro/allegro/keyboard.h:88:25: note: shadowed declaration is here
  1935.  AL_ARRAY(volatile char, key);
  1936.                          ^
  1937. ./allegro/allegro/platform/almsvc.h:61:60: note: in definition of macro 'AL_ARRAY'
  1938.  #define AL_ARRAY(type, name)           extern _AL_DLL type name[]
  1939.                                                             ^
  1940. src/zquest.cpp: At global scope:
  1941. src/zquest.cpp:24326:54: warning: unused parameter 'file' [-Wunused-parameter]
  1942.  void* __zc_debug_malloc(size_t numBytes, const char* file, int line)
  1943.                                                       ^
  1944. src/zquest.cpp:24326:64: warning: unused parameter 'line' [-Wunused-parameter]
  1945.  void* __zc_debug_malloc(size_t numBytes, const char* file, int line)
  1946.                                                                 ^
  1947. src/zquest.cpp:24372:43: warning: unused parameter 'file' [-Wunused-parameter]
  1948.  void __zc_debug_free(void* p, const char* file, int line)
  1949.                                            ^
  1950. src/zquest.cpp:24372:53: warning: unused parameter 'line' [-Wunused-parameter]
  1951.  void __zc_debug_free(void* p, const char* file, int line)
  1952.                                                      ^
  1953. src/zquest.cpp: In function 'void __zc_always_assert(bool, const char*, const char*, int)':
  1954. src/zquest.cpp:24413:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  1955.          sprintf("ASSERTION FAILED! : %s, %s line %i\n", expression, file, line);
  1956.                                                                                ^
  1957. In file included from ./allegro/allegro.h:34:0,
  1958.                  from src/zc_alleg.h:16,
  1959.                  from src/zquest.cpp:27:
  1960. ./allegro/allegro/keyboard.h: At global scope:
  1961. ./allegro/allegro/keyboard.h:39:23: warning: 'al_zc_win_key_press_fix' defined but not used [-Wunused-variable]
  1962.  static alzckeyfuncptr al_zc_win_key_press_fix = NULL;
  1963.                        ^
  1964. ./allegro/allegro/keyboard.h:40:23: warning: 'al_zc_win_key_release_fix' defined but not used [-Wunused-variable]
  1965.  static alzckeyfuncptr al_zc_win_key_release_fix = NULL;
  1966.                        ^
  1967. In file included from src/parser/AST.h:9:0,
  1968.                  from src/parser/AST.cpp:3:
  1969. src/parser/Compiler.h: In member function 'virtual void Opcode::execute(ArgumentVisitor&, void*)':
  1970. src/parser/Compiler.h:51:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  1971.          void *temp;
  1972.                ^
  1973. In file included from src/parser/AST.cpp:3:0:
  1974. src/parser/AST.h: In constructor 'ASTExpr::ASTExpr(LocationData)':
  1975. src/parser/AST.h:576:8: warning: 'ASTExpr::constonly' will be initialized after [-Wreorder]
  1976.    bool constonly;
  1977.         ^
  1978. src/parser/AST.h:574:10: warning:   'long int ASTExpr::intval' [-Wreorder]
  1979.      long intval;
  1980.           ^
  1981. src/parser/AST.h:541:4: warning:   when initialized here [-Wreorder]
  1982.     ASTExpr(LocationData Loc) : ASTStmt(Loc), hasval(false), constonly(false), intval(0), type(-1) {}
  1983.     ^
  1984. src/parser/AST.h: At global scope:
  1985. src/parser/AST.h:1030:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  1986.    bool isVar = false;
  1987.                 ^
  1988. In file included from src/parser/AST.cpp:4:0:
  1989. src/parser/UtilVisitors.h:250:45: warning: unused parameter 'host' [-Wunused-parameter]
  1990.      virtual void caseFuncId(ASTNumConstant &host, void *param)
  1991.                                              ^
  1992. src/parser/UtilVisitors.h:250:57: warning: unused parameter 'param' [-Wunused-parameter]
  1993.      virtual void caseFuncId(ASTNumConstant &host, void *param)
  1994.                                                          ^
  1995. src/parser/UtilVisitors.h:411:36: warning: unused parameter 'param' [-Wunused-parameter]
  1996.      virtual void caseDefault(void *param) {}
  1997.                                     ^
  1998. src/parser/UtilVisitors.h: In member function 'virtual void IsFuncDecl::caseFuncDecl(ASTFuncDecl&, void*)':
  1999. src/parser/UtilVisitors.h:481:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2000.          void *temp;
  2001.                ^
  2002. src/parser/AST.cpp: In member function 'void ASTFuncDecl::copyParamList(ASTList*)':
  2003. src/parser/AST.cpp:240:15: warning: declaration of 'params' shadows a member of 'ASTFuncDecl' [-Wshadow]
  2004.    list<AST *> params = astlist->getList();
  2005.                ^
  2006. In file included from src/parser/AST.cpp:3:0:
  2007. src/parser/AST.h:1626:26: note: shadowed declaration is here
  2008.      list<ASTFuncParam *> params;
  2009.                           ^
  2010. src/parser/AST.h: In constructor 'ASTVarDecl::ASTVarDecl(std::__cxx11::string, LocationData)':
  2011. src/parser/AST.h:1682:10: warning: 'ASTVarDecl::name' will be initialized after [-Wreorder]
  2012.    string name;
  2013.           ^
  2014. src/parser/AST.h:1681:12: warning:   'ASTType* ASTVarDecl::type' [-Wreorder]
  2015.    ASTType *type;
  2016.             ^
  2017. src/parser/AST.cpp:331:1: warning:   when initialized here [-Wreorder]
  2018.  ASTVarDecl::ASTVarDecl(string Name, LocationData Loc)
  2019.  ^
  2020. In file included from src/parser/AST.h:9:0,
  2021.                  from src/parser/BuildVisitors.h:4,
  2022.                  from src/parser/BuildVisitors.cpp:4:
  2023. src/parser/Compiler.h: In member function 'virtual void Opcode::execute(ArgumentVisitor&, void*)':
  2024. src/parser/Compiler.h:51:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2025.          void *temp;
  2026.                ^
  2027. In file included from src/parser/BuildVisitors.h:4:0,
  2028.                  from src/parser/BuildVisitors.cpp:4:
  2029. src/parser/AST.h: In constructor 'ASTExpr::ASTExpr(LocationData)':
  2030. src/parser/AST.h:576:8: warning: 'ASTExpr::constonly' will be initialized after [-Wreorder]
  2031.    bool constonly;
  2032.         ^
  2033. src/parser/AST.h:574:10: warning:   'long int ASTExpr::intval' [-Wreorder]
  2034.      long intval;
  2035.           ^
  2036. src/parser/AST.h:541:4: warning:   when initialized here [-Wreorder]
  2037.     ASTExpr(LocationData Loc) : ASTStmt(Loc), hasval(false), constonly(false), intval(0), type(-1) {}
  2038.     ^
  2039. src/parser/AST.h: At global scope:
  2040. src/parser/AST.h:1030:16: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
  2041.    bool isVar = false;
  2042.                 ^
  2043. In file included from src/parser/BuildVisitors.h:5:0,
  2044.                  from src/parser/BuildVisitors.cpp:4:
  2045. src/parser/UtilVisitors.h:250:45: warning: unused parameter 'host' [-Wunused-parameter]
  2046.      virtual void caseFuncId(ASTNumConstant &host, void *param)
  2047.                                              ^
  2048. src/parser/UtilVisitors.h:250:57: warning: unused parameter 'param' [-Wunused-parameter]
  2049.      virtual void caseFuncId(ASTNumConstant &host, void *param)
  2050.                                                          ^
  2051. src/parser/UtilVisitors.h:411:36: warning: unused parameter 'param' [-Wunused-parameter]
  2052.      virtual void caseDefault(void *param) {}
  2053.                                     ^
  2054. src/parser/UtilVisitors.h: In member function 'virtual void IsFuncDecl::caseFuncDecl(ASTFuncDecl&, void*)':
  2055. src/parser/UtilVisitors.h:481:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2056.          void *temp;
  2057.                ^
  2058. In file included from src/parser/BuildVisitors.h:6:0,
  2059.                  from src/parser/BuildVisitors.cpp:4:
  2060. src/parser/ByteCode.h: In member function 'virtual void ArgumentVisitor::caseLiteral(LiteralArgument&, void*)':
  2061. src/parser/ByteCode.h:374:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2062.          void *temp;
  2063.                ^
  2064. src/parser/ByteCode.h: In member function 'virtual void ArgumentVisitor::caseVar(VarArgument&, void*)':
  2065. src/parser/ByteCode.h:380:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2066.          void *temp;
  2067.                ^
  2068. src/parser/ByteCode.h: In member function 'virtual void ArgumentVisitor::caseLabel(LabelArgument&, void*)':
  2069. src/parser/ByteCode.h:386:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2070.          void *temp;
  2071.                ^
  2072. src/parser/ByteCode.h: In member function 'virtual void ArgumentVisitor::caseGlobal(GlobalArgument&, void*)':
  2073. src/parser/ByteCode.h:392:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  2074.          void *temp;
  2075.                ^
  2076. In file included from src/parser/BuildVisitors.cpp:4:0:
  2077. src/parser/BuildVisitors.h: At global scope:
  2078. src/parser/BuildVisitors.h:14:41: error: 'ASTVarDeclInitializer' has not been declared
  2079.      virtual void caseVarDeclInitializer(ASTVarDeclInitializer &host, void *param);
  2080.                                          ^
  2081. src/parser/BuildVisitors.h:104:41: error: 'ASTVarDeclInitializer' has not been declared
  2082.      virtual void caseVarDeclInitializer(ASTVarDeclInitializer &host, void *param)
  2083.                                          ^
  2084. src/parser/BuildVisitors.h: In member function 'virtual void CountStackSymbols::caseVarDeclInitializer(int&, void*)':
  2085. src/parser/BuildVisitors.h:106:32: error: no matching function for call to 'CountStackSymbols::caseVarDecl(int&, void*&)'
  2086.          caseVarDecl(host, param);
  2087.                                 ^
  2088. src/parser/BuildVisitors.h:92:18: note: candidate: virtual void CountStackSymbols::caseVarDecl(ASTVarDecl&, void*)
  2089.      virtual void caseVarDecl(ASTVarDecl &host, void *param)
  2090.                   ^
  2091. src/parser/BuildVisitors.h:92:18: note:   no known conversion for argument 1 from 'int' to 'ASTVarDecl&'
  2092. src/parser/BuildVisitors.cpp: At global scope:
  2093. src/parser/BuildVisitors.cpp:43:43: error: variable or field 'caseVarDeclInitializer' declared void
  2094.  void BuildOpcodes::caseVarDeclInitializer(ASTVarDeclInitializer &host, void *param)
  2095.                                            ^
  2096. src/parser/BuildVisitors.cpp:43:43: error: 'ASTVarDeclInitializer' was not declared in this scope
  2097. src/parser/BuildVisitors.cpp:43:66: error: 'host' was not declared in this scope
  2098.  void BuildOpcodes::caseVarDeclInitializer(ASTVarDeclInitializer &host, void *param)
  2099.                                                                   ^
  2100. src/parser/BuildVisitors.cpp:43:72: error: expected primary-expression before 'void'
  2101.  void BuildOpcodes::caseVarDeclInitializer(ASTVarDeclInitializer &host, void *param)
  2102.                                                                         ^
  2103. make: *** [obj/parser/BuildVisitors.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement