Advertisement
ZoriaRPG

ZC MinGW Errors 8

Mar 30th, 2020
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 178.72 KB | None | 0 0
  1. In file included from e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/internal/alconfig.h:50:0,
  2.                  from e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/base.h:41,
  3.                  from e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro.h:25,
  4.                  from E:\ZC\__2.55-mingw\ZeldaClassic\src\allegro_wrapper.h:21,
  5.                  from E:\ZC\__2.55-mingw\ZeldaClassic\src\zc_alleg.h:16,
  6.                  from E:\ZC\__2.55-mingw\ZeldaClassic\src\zcmusic.cpp:13:
  7. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/internal/alconfig.h:401:19: warning: inline function 'int bmp_read24(unsigned int)' declared as  dllimport: attribute ignored [-Wattributes]
  8.     AL_INLINE(int, bmp_read24, (uintptr_t addr),
  9.                    ^
  10. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  11.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  12.                                                                             ^~~~
  13. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/internal/alconfig.h:411:20: warning: inline function 'void bmp_write24(unsigned int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  14.     AL_INLINE(void, bmp_write24, (uintptr_t addr, int c),
  15.                     ^
  16. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  17.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  18.                                                                             ^~~~
  19. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/system.h:83:16: warning: inline function 'int install_allegro(int, int*, int (__attribute__((__cdecl__)) *)(void (__attribute__((__cdecl__)) *)()))' declared as  dllimport: attribute ignored [-Wattributes]
  20.  AL_INLINE(int, install_allegro, (int system_id, int *errno_ptr,
  21.                 ^
  22. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  23.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  24.                                                                             ^~~~
  25. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/system.inl:29:17: warning: inline function 'void set_window_title(const char*)' declared as  dllimport: attribute ignored [-Wattributes]
  26.  AL_INLINE(void, set_window_title, (AL_CONST char *name),
  27.                  ^
  28. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  29.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  30.                                                                             ^~~~
  31. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/system.inl:38:16: warning: inline function 'int desktop_color_depth()' declared as  dllimport: attribute ignored [-Wattributes]
  32.  AL_INLINE(int, desktop_color_depth, (void),
  33.                 ^
  34. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  35.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  36.                                                                             ^~~~
  37. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/system.inl:49:16: warning: inline function 'int get_desktop_resolution(int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  38.  AL_INLINE(int, get_desktop_resolution, (int *width, int *height),
  39.                 ^
  40. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  41.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  42.                                                                             ^~~~
  43. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:37:16: warning: inline function 'int _default_ds()' declared as  dllimport: attribute ignored [-Wattributes]
  44.  AL_INLINE(int, _default_ds, (void),
  45.                 ^
  46. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  47.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  48.                                                                             ^~~~
  49. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:62:22: warning: inline function 'unsigned int bmp_write_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  50.  AL_INLINE(uintptr_t, bmp_write_line, (BITMAP *bmp, int lyne),
  51.                       ^
  52. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  53.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  54.                                                                             ^~~~
  55. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:69:22: warning: inline function 'unsigned int bmp_read_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  56.  AL_INLINE(uintptr_t, bmp_read_line, (BITMAP *bmp, int lyne),
  57.                       ^
  58. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  59.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  60.                                                                             ^~~~
  61. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:76:17: warning: inline function 'void bmp_unwrite_line(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  62.  AL_INLINE(void, bmp_unwrite_line, (BITMAP *bmp),
  63.                  ^
  64. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:76:1: note: in expansion of macro 'AL_INLINE'
  65.  AL_INLINE(void, bmp_unwrite_line, (BITMAP *bmp),
  66.  ^~~~~~~~~
  67. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:87:16: warning: inline function 'int is_windowed_mode()' declared as  dllimport: attribute ignored [-Wattributes]
  68.  AL_INLINE(int, is_windowed_mode, (void),
  69.                 ^
  70. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  71.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  72.                                                                             ^~~~
  73. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:96:17: warning: inline function 'void clear_to_color(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  74.  AL_INLINE(void, clear_to_color, (BITMAP *bitmap, int color),
  75.                  ^
  76. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  77.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  78.                                                                             ^~~~
  79. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:104:16: warning: inline function 'int bitmap_color_depth(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  80.  AL_INLINE(int, bitmap_color_depth, (BITMAP *bmp),
  81.                 ^
  82. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  83.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  84.                                                                             ^~~~
  85. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:112:16: warning: inline function 'int bitmap_mask_color(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  86.  AL_INLINE(int, bitmap_mask_color, (BITMAP *bmp),
  87.                 ^
  88. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  89.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  90.                                                                             ^~~~
  91. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:120:16: warning: inline function 'int is_same_bitmap(BITMAP*, BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  92.  AL_INLINE(int, is_same_bitmap, (BITMAP *bmp1, BITMAP *bmp2),
  93.                 ^
  94. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  95.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  96.                                                                             ^~~~
  97. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:138:16: warning: inline function 'int is_linear_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  98.  AL_INLINE(int, is_linear_bitmap, (BITMAP *bmp),
  99.                 ^
  100. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  101.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  102.                                                                             ^~~~
  103. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:146:16: warning: inline function 'int is_planar_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  104.  AL_INLINE(int, is_planar_bitmap, (BITMAP *bmp),
  105.                 ^
  106. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  107.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  108.                                                                             ^~~~
  109. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:154:16: warning: inline function 'int is_memory_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  110.  AL_INLINE(int, is_memory_bitmap, (BITMAP *bmp),
  111.                 ^
  112. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  113.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  114.                                                                             ^~~~
  115. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:162:16: warning: inline function 'int is_screen_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  116.  AL_INLINE(int, is_screen_bitmap, (BITMAP *bmp),
  117.                 ^
  118. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  119.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  120.                                                                             ^~~~
  121. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:170:16: warning: inline function 'int is_video_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  122.  AL_INLINE(int, is_video_bitmap, (BITMAP *bmp),
  123.                 ^
  124. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  125.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  126.                                                                             ^~~~
  127. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:178:16: warning: inline function 'int is_system_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  128.  AL_INLINE(int, is_system_bitmap, (BITMAP *bmp),
  129.                 ^
  130. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  131.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  132.                                                                             ^~~~
  133. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:186:16: warning: inline function 'int is_sub_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  134.  AL_INLINE(int, is_sub_bitmap, (BITMAP *bmp),
  135.                 ^
  136. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  137.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  138.                                                                             ^~~~
  139. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:203:17: warning: inline function 'void acquire_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  140.  AL_INLINE(void, acquire_bitmap, (BITMAP *bmp),
  141.                  ^
  142. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  143.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  144.                                                                             ^~~~
  145. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:212:17: warning: inline function 'void release_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  146.  AL_INLINE(void, release_bitmap, (BITMAP *bmp),
  147.                  ^
  148. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  149.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  150.                                                                             ^~~~
  151. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:221:17: warning: inline function 'void acquire_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  152.  AL_INLINE(void, acquire_screen, (void),
  153.                  ^
  154. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  155.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  156.                                                                             ^~~~
  157. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:227:17: warning: inline function 'void release_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  158.  AL_INLINE(void, release_screen, (void),
  159.                  ^
  160. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  161.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  162.                                                                             ^~~~
  163. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:235:16: warning: inline function 'int is_inside_bitmap(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  164.  AL_INLINE(int, is_inside_bitmap, (BITMAP *bmp, int x, int y, int clip),
  165.                 ^
  166. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  167.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  168.                                                                             ^~~~
  169. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:252:17: warning: inline function 'void get_clip_rect(BITMAP*, int*, int*, int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  170.  AL_INLINE(void, get_clip_rect, (BITMAP *bitmap, int *x1, int *y_1, int *x2, int *y2),
  171.                  ^
  172. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  173.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  174.                                                                             ^~~~
  175. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:263:17: warning: inline function 'void set_clip_state(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  176.  AL_INLINE(void, set_clip_state, (BITMAP *bitmap, int state),
  177.                  ^
  178. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  179.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  180.                                                                             ^~~~
  181. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:270:16: warning: inline function 'int get_clip_state(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  182.  AL_INLINE(int, get_clip_state, (BITMAP *bitmap),
  183.                 ^
  184. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  185.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  186.                                                                             ^~~~
  187. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:26:16: warning: inline function 'int makecol15(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  188.  AL_INLINE(int, makecol15, (int r, int g, int b),
  189.                 ^
  190. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  191.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  192.                                                                             ^~~~
  193. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:34:16: warning: inline function 'int makecol16(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  194.  AL_INLINE(int, makecol16, (int r, int g, int b),
  195.                 ^
  196. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  197.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  198.                                                                             ^~~~
  199. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:42:16: warning: inline function 'int makecol24(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  200.  AL_INLINE(int, makecol24, (int r, int g, int b),
  201.                 ^
  202. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  203.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  204.                                                                             ^~~~
  205. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:50:16: warning: inline function 'int makecol32(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  206.  AL_INLINE(int, makecol32, (int r, int g, int b),
  207.                 ^
  208. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  209.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  210.                                                                             ^~~~
  211. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:58:16: warning: inline function 'int makeacol32(int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  212.  AL_INLINE(int, makeacol32, (int r, int g, int b, int a),
  213.                 ^
  214. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  215.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  216.                                                                             ^~~~
  217. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:67:16: warning: inline function 'int getr8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  218.  AL_INLINE(int, getr8, (int c),
  219.                 ^
  220. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  221.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  222.                                                                             ^~~~
  223. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:73:16: warning: inline function 'int getg8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  224.  AL_INLINE(int, getg8, (int c),
  225.                 ^
  226. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  227.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  228.                                                                             ^~~~
  229. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:79:16: warning: inline function 'int getb8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  230.  AL_INLINE(int, getb8, (int c),
  231.                 ^
  232. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  233.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  234.                                                                             ^~~~
  235. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:85:16: warning: inline function 'int getr15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  236.  AL_INLINE(int, getr15, (int c),
  237.                 ^
  238. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  239.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  240.                                                                             ^~~~
  241. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:91:16: warning: inline function 'int getg15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  242.  AL_INLINE(int, getg15, (int c),
  243.                 ^
  244. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  245.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  246.                                                                             ^~~~
  247. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:97:16: warning: inline function 'int getb15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  248.  AL_INLINE(int, getb15, (int c),
  249.                 ^
  250. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  251.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  252.                                                                             ^~~~
  253. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:103:16: warning: inline function 'int getr16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  254.  AL_INLINE(int, getr16, (int c),
  255.                 ^
  256. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  257.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  258.                                                                             ^~~~
  259. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:109:16: warning: inline function 'int getg16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  260.  AL_INLINE(int, getg16, (int c),
  261.                 ^
  262. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  263.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  264.                                                                             ^~~~
  265. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:115:16: warning: inline function 'int getb16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  266.  AL_INLINE(int, getb16, (int c),
  267.                 ^
  268. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  269.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  270.                                                                             ^~~~
  271. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:121:16: warning: inline function 'int getr24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  272.  AL_INLINE(int, getr24, (int c),
  273.                 ^
  274. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  275.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  276.                                                                             ^~~~
  277. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:127:16: warning: inline function 'int getg24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  278.  AL_INLINE(int, getg24, (int c),
  279.                 ^
  280. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  281.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  282.                                                                             ^~~~
  283. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:133:16: warning: inline function 'int getb24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  284.  AL_INLINE(int, getb24, (int c),
  285.                 ^
  286. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  287.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  288.                                                                             ^~~~
  289. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:139:16: warning: inline function 'int getr32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  290.  AL_INLINE(int, getr32, (int c),
  291.                 ^
  292. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  293.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  294.                                                                             ^~~~
  295. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:145:16: warning: inline function 'int getg32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  296.  AL_INLINE(int, getg32, (int c),
  297.                 ^
  298. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  299.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  300.                                                                             ^~~~
  301. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:151:16: warning: inline function 'int getb32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  302.  AL_INLINE(int, getb32, (int c),
  303.                 ^
  304. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  305.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  306.                                                                             ^~~~
  307. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:157:16: warning: inline function 'int geta32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  308.  AL_INLINE(int, geta32, (int c),
  309.                 ^
  310. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  311.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  312.                                                                             ^~~~
  313. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:165:17: warning: inline function 'void _set_color(int, const RGB*)' declared as  dllimport: attribute ignored [-Wattributes]
  314.  AL_INLINE(void, _set_color, (int idx, AL_CONST RGB *p),
  315.                  ^
  316. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  317.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  318.                                                                             ^~~~
  319. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:30:16: warning: inline function 'int getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  320.  AL_INLINE(int, getpixel, (BITMAP *bmp, int x, int y),
  321.                 ^
  322. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  323.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  324.                                                                             ^~~~
  325. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:38:17: warning: inline function 'void putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  326.  AL_INLINE(void, putpixel, (BITMAP *bmp, int x, int y, int color),
  327.                  ^
  328. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  329.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  330.                                                                             ^~~~
  331. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:46:17: warning: inline function 'void _allegro_vline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  332.  AL_INLINE(void, _allegro_vline, (BITMAP *bmp, int x, int y_1, int y2, int color),
  333.                  ^
  334. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  335.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  336.                                                                             ^~~~
  337. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:54:17: warning: inline function 'void _allegro_hline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  338.  AL_INLINE(void, _allegro_hline, (BITMAP *bmp, int x1, int y, int x2, int color),
  339.                  ^
  340. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  341.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  342.                                                                             ^~~~
  343. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:72:17: warning: inline function 'void line(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  344.  AL_INLINE(void, line, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  345.                  ^
  346. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  347.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  348.                                                                             ^~~~
  349. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:80:17: warning: inline function 'void fastline(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  350.  AL_INLINE(void, fastline, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  351.                  ^
  352. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  353.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  354.                                                                             ^~~~
  355. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:88:17: warning: inline function 'void rectfill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  356.  AL_INLINE(void, rectfill, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  357.                  ^
  358. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  359.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  360.                                                                             ^~~~
  361. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  362.  AL_INLINE(void, triangle, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int x3, int y3, int color),
  363.                  ^
  364. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  365.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  366.                                                                             ^~~~
  367. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:104:17: warning: inline function 'void polygon(BITMAP*, int, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  368.  AL_INLINE(void, polygon, (BITMAP *bmp, int vertices, AL_CONST int *points, int color),
  369.                  ^
  370. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  371.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  372.                                                                             ^~~~
  373. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:112:17: warning: inline function 'void rect(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  374.  AL_INLINE(void, rect, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  375.                  ^
  376. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  377.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  378.                                                                             ^~~~
  379. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:120:17: warning: inline function 'void circle(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  380.  AL_INLINE(void, circle, (BITMAP *bmp, int x, int y, int radius, int color),
  381.                  ^
  382. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  383.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  384.                                                                             ^~~~
  385. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:128:17: warning: inline function 'void circlefill(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  386.  AL_INLINE(void, circlefill, (BITMAP *bmp, int x, int y, int radius, int color),
  387.                  ^
  388. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  389.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  390.                                                                             ^~~~
  391. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:137:17: warning: inline function 'void ellipse(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  392.  AL_INLINE(void, ellipse, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  393.                  ^
  394. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  395.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  396.                                                                             ^~~~
  397. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:146:17: warning: inline function 'void ellipsefill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  398.  AL_INLINE(void, ellipsefill, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  399.                  ^
  400. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  401.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  402.                                                                             ^~~~
  403. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:155:17: warning: inline function 'void arc(BITMAP*, int, int, fixed, fixed, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  404.  AL_INLINE(void, arc, (BITMAP *bmp, int x, int y, fixed ang1, fixed ang2, int r, int color),
  405.                  ^
  406. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  407.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  408.                                                                             ^~~~
  409. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:164:17: warning: inline function 'void spline(BITMAP*, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  410.  AL_INLINE(void, spline, (BITMAP *bmp, AL_CONST int points[8], int color),
  411.                  ^
  412. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  413.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  414.                                                                             ^~~~
  415. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:173:17: warning: inline function 'void floodfill(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  416.  AL_INLINE(void, floodfill, (BITMAP *bmp, int x, int y, int color),
  417.                  ^
  418. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  419.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  420.                                                                             ^~~~
  421. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:182:17: warning: inline function 'void polygon3d(BITMAP*, int, BITMAP*, int, V3D**)' declared as  dllimport: attribute ignored [-Wattributes]
  422.  AL_INLINE(void, polygon3d, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D *vtx[]),
  423.                  ^
  424. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  425.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  426.                                                                             ^~~~
  427. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:191:17: warning: inline function 'void polygon3d_f(BITMAP*, int, BITMAP*, int, V3D_f**)' declared as  dllimport: attribute ignored [-Wattributes]
  428.  AL_INLINE(void, polygon3d_f, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D_f *vtx[]),
  429.                  ^
  430. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  431.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  432.                                                                             ^~~~
  433. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:200:17: warning: inline function 'void triangle3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  434.  AL_INLINE(void, triangle3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3),
  435.                  ^
  436. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  437.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  438.                                                                             ^~~~
  439. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  440.  AL_INLINE(void, triangle3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3),
  441.                  ^
  442. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  443.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  444.                                                                             ^~~~
  445. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:218:17: warning: inline function 'void quad3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  446.  AL_INLINE(void, quad3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3, V3D *v4),
  447.                  ^
  448. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  449.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  450.                                                                             ^~~~
  451. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  452.  AL_INLINE(void, quad3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3, V3D_f *v4),
  453.                  ^
  454. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  455.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  456.                                                                             ^~~~
  457. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:238:17: warning: inline function 'void draw_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  458.  AL_INLINE(void, draw_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  459.                  ^
  460. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  461.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  462.                                                                             ^~~~
  463. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  464.  AL_INLINE(void, draw_sprite_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y,
  465.                  ^
  466. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  467.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  468.                                                                             ^~~~
  469. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:272:17: warning: inline function 'void draw_sprite_v_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  470.  AL_INLINE(void, draw_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  471.                  ^
  472. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  473.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  474.                                                                             ^~~~
  475. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:280:17: warning: inline function 'void draw_sprite_h_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  476.  AL_INLINE(void, draw_sprite_h_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  477.                  ^
  478. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  479.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  480.                                                                             ^~~~
  481. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:288:17: warning: inline function 'void draw_sprite_vh_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  482.  AL_INLINE(void, draw_sprite_vh_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  483.                  ^
  484. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  485.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  486.                                                                             ^~~~
  487. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:297:17: warning: inline function 'void draw_trans_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  488.  AL_INLINE(void, draw_trans_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  489.                  ^
  490. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  491.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  492.                                                                             ^~~~
  493. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:315:17: warning: inline function 'void draw_lit_sprite(BITMAP*, BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  494.  AL_INLINE(void, draw_lit_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color),
  495.                  ^
  496. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  497.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  498.                                                                             ^~~~
  499. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  500.  AL_INLINE(void, draw_gouraud_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int c1, int c2, int c3, int c4),
  501.                  ^
  502. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  503.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  504.                                                                             ^~~~
  505. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  506.  AL_INLINE(void, draw_character_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color, int bg),
  507.                  ^
  508. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  509.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  510.                                                                             ^~~~
  511. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:345:17: warning: inline function 'void rotate_sprite(BITMAP*, BITMAP*, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  512.  AL_INLINE(void, rotate_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  513.                  ^
  514. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  515.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  516.                                                                             ^~~~
  517. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  518.  AL_INLINE(void, rotate_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  519.                  ^
  520. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  521.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  522.                                                                             ^~~~
  523. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  524.  AL_INLINE(void, rotate_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  525.                  ^
  526. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  527.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  528.                                                                             ^~~~
  529. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  530.  AL_INLINE(void, rotate_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  531.                  ^
  532. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  533.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  534.                                                                             ^~~~
  535. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  536.  AL_INLINE(void, pivot_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  537.                  ^
  538. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  539.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  540.                                                                             ^~~~
  541. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  542.  AL_INLINE(void, pivot_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  543.                  ^
  544. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  545.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  546.                                                                             ^~~~
  547. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  548.  AL_INLINE(void, pivot_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  549.                  ^
  550. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  551.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  552.                                                                             ^~~~
  553. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  554.  AL_INLINE(void, pivot_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  555.                  ^
  556. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  557.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  558.                                                                             ^~~~
  559. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:429:17: warning: inline function 'void _putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  560.  AL_INLINE(void, _putpixel, (BITMAP *bmp, int x, int y, int color),
  561.                  ^
  562. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  563.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  564.                                                                             ^~~~
  565. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:440:16: warning: inline function 'int _getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  566.  AL_INLINE(int, _getpixel, (BITMAP *bmp, int x, int y),
  567.                 ^
  568. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  569.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  570.                                                                             ^~~~
  571. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:454:17: warning: inline function 'void _putpixel15(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  572.  AL_INLINE(void, _putpixel15, (BITMAP *bmp, int x, int y, int color),
  573.                  ^
  574. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  575.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  576.                                                                             ^~~~
  577. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:465:16: warning: inline function 'int _getpixel15(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  578.  AL_INLINE(int, _getpixel15, (BITMAP *bmp, int x, int y),
  579.                 ^
  580. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  581.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  582.                                                                             ^~~~
  583. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:479:17: warning: inline function 'void _putpixel16(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  584.  AL_INLINE(void, _putpixel16, (BITMAP *bmp, int x, int y, int color),
  585.                  ^
  586. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  587.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  588.                                                                             ^~~~
  589. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:490:16: warning: inline function 'int _getpixel16(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  590.  AL_INLINE(int, _getpixel16, (BITMAP *bmp, int x, int y),
  591.                 ^
  592. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  593.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  594.                                                                             ^~~~
  595. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:504:17: warning: inline function 'void _putpixel24(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  596.  AL_INLINE(void, _putpixel24, (BITMAP *bmp, int x, int y, int color),
  597.                  ^
  598. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  599.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  600.                                                                             ^~~~
  601. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:515:16: warning: inline function 'int _getpixel24(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  602.  AL_INLINE(int, _getpixel24, (BITMAP *bmp, int x, int y),
  603.                 ^
  604. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  605.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  606.                                                                             ^~~~
  607. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:529:17: warning: inline function 'void _putpixel32(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  608.  AL_INLINE(void, _putpixel32, (BITMAP *bmp, int x, int y, int color),
  609.                  ^
  610. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  611.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  612.                                                                             ^~~~
  613. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:540:16: warning: inline function 'int _getpixel32(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  614.  AL_INLINE(int, _getpixel32, (BITMAP *bmp, int x, int y),
  615.                 ^
  616. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  617.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  618.                                                                             ^~~~
  619. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  620.  AL_INLINE(void, draw_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  621.                  ^
  622. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  623.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  624.                                                                             ^~~~
  625. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  626.  AL_INLINE(void, draw_trans_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  627.                  ^
  628. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  629.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  630.                                                                             ^~~~
  631. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  632.  AL_INLINE(void, draw_lit_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y, int color),
  633.                  ^
  634. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  635.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  636.                                                                             ^~~~
  637. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:32:18: warning: inline function 'fixed ftofix(double)' declared as  dllimport: attribute ignored [-Wattributes]
  638.  AL_INLINE(fixed, ftofix, (double x),
  639.                   ^
  640. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  641.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  642.                                                                             ^~~~
  643. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:48:19: warning: inline function 'double fixtof(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  644.  AL_INLINE(double, fixtof, (fixed x),
  645.                    ^
  646. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  647.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  648.                                                                             ^~~~
  649. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:58:18: warning: inline function 'fixed fixadd(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  650.  AL_INLINE(fixed, fixadd, (fixed x, fixed y),
  651.                   ^
  652. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  653.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  654.                                                                             ^~~~
  655. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:81:18: warning: inline function 'fixed fixsub(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  656.  AL_INLINE(fixed, fixsub, (fixed x, fixed y),
  657.                   ^
  658. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  659.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  660.                                                                             ^~~~
  661. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:120:21: warning: inline function 'fixed fixmul(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  662.     AL_INLINE(fixed, fixmul, (fixed x, fixed y),
  663.                      ^
  664. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  665.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  666.                                                                             ^~~~
  667. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:147:18: warning: inline function 'fixed fixdiv(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  668.  AL_INLINE(fixed, fixdiv, (fixed x, fixed y),
  669.                   ^
  670. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  671.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  672.                                                                             ^~~~
  673. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:158:16: warning: inline function 'int fixfloor(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  674.  AL_INLINE(int, fixfloor, (fixed x),
  675.                 ^
  676. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  677.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  678.                                                                             ^~~~
  679. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:168:16: warning: inline function 'int fixceil(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  680.  AL_INLINE(int, fixceil, (fixed x),
  681.                 ^
  682. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  683.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  684.                                                                             ^~~~
  685. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:181:18: warning: inline function 'fixed itofix(int)' declared as  dllimport: attribute ignored [-Wattributes]
  686.  AL_INLINE(fixed, itofix, (int x),
  687.                   ^
  688. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  689.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  690.                                                                             ^~~~
  691. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:187:16: warning: inline function 'int fixtoi(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  692.  AL_INLINE(int, fixtoi, (fixed x),
  693.                 ^
  694. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  695.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  696.                                                                             ^~~~
  697. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:193:18: warning: inline function 'fixed fixcos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  698.  AL_INLINE(fixed, fixcos, (fixed x),
  699.                   ^
  700. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  701.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  702.                                                                             ^~~~
  703. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:199:18: warning: inline function 'fixed fixsin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  704.  AL_INLINE(fixed, fixsin, (fixed x),
  705.                   ^
  706. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  707.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  708.                                                                             ^~~~
  709. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:205:18: warning: inline function 'fixed fixtan(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  710.  AL_INLINE(fixed, fixtan, (fixed x),
  711.                   ^
  712. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  713.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  714.                                                                             ^~~~
  715. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:211:18: warning: inline function 'fixed fixacos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  716.  AL_INLINE(fixed, fixacos, (fixed x),
  717.                   ^
  718. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  719.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  720.                                                                             ^~~~
  721. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:222:18: warning: inline function 'fixed fixasin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  722.  AL_INLINE(fixed, fixasin, (fixed x),
  723.                   ^
  724. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  725.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  726.                                                                             ^~~~
  727. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  728.  AL_INLINE(void, apply_matrix, (MATRIX *m, fixed x, fixed y, fixed z, fixed *xout, fixed *yout, fixed *zout),
  729.                  ^
  730. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  731.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  732.                                                                             ^~~~
  733. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/3dmaths.inl:27:18: warning: inline function 'fixed dot_product(fixed, fixed, fixed, fixed, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  734.  AL_INLINE(fixed, dot_product, (fixed x1, fixed y_1, fixed z1, fixed x2, fixed y2, fixed z2),
  735.                   ^
  736. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  737.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  738.                                                                             ^~~~
  739. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  740.  AL_INLINE(float, dot_product_f, (float x1, float y_1, float z1, float x2, float y2, float z2),
  741.                   ^
  742. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  743.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  744.                                                                             ^~~~
  745. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/3dmaths.inl:39:17: warning: inline function 'void persp_project(fixed, fixed, fixed, fixed*, fixed*)' declared as  dllimport: attribute ignored [-Wattributes]
  746.  AL_INLINE(void, persp_project, (fixed x, fixed y, fixed z, fixed *xout, fixed *yout),
  747.                  ^
  748. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  749.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  750.                                                                             ^~~~
  751. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/3dmaths.inl:46:17: warning: inline function 'void persp_project_f(float, float, float, float*, float*)' declared as  dllimport: attribute ignored [-Wattributes]
  752.  AL_INLINE(void, persp_project_f, (float x, float y, float z, float *xout, float *yout),
  753.                  ^
  754. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  755.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  756.                                                                             ^~~~
  757. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\internal\aintern.h:79:17: warning: inline function 'void _grow_scratch_mem(int)' declared as  dllimport: attribute ignored [-Wattributes]
  758.  AL_INLINE(void, _grow_scratch_mem, (int size),
  759.                  ^
  760. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  761.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  762.                                                                             ^~~~
  763. In file included from e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/internal/alconfig.h:50:0,
  764.                  from e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/base.h:41,
  765.                  from e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro.h:25,
  766.                  from E:\ZC\__2.55-mingw\ZeldaClassic\src\allegro_wrapper.h:21,
  767.                  from E:\ZC\__2.55-mingw\ZeldaClassic\src\alleg_compat.cpp:10:
  768. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/internal/alconfig.h:401:19: warning: inline function 'int bmp_read24(unsigned int)' declared as  dllimport: attribute ignored [-Wattributes]
  769.     AL_INLINE(int, bmp_read24, (uintptr_t addr),
  770.                    ^
  771. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  772.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  773.                                                                             ^~~~
  774. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/internal/alconfig.h:411:20: warning: inline function 'void bmp_write24(unsigned int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  775.     AL_INLINE(void, bmp_write24, (uintptr_t addr, int c),
  776.                     ^
  777. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  778.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  779.                                                                             ^~~~
  780. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/system.h:83:16: warning: inline function 'int install_allegro(int, int*, int (__attribute__((__cdecl__)) *)(void (__attribute__((__cdecl__)) *)()))' declared as  dllimport: attribute ignored [-Wattributes]
  781.  AL_INLINE(int, install_allegro, (int system_id, int *errno_ptr,
  782.                 ^
  783. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  784.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  785.                                                                             ^~~~
  786. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/system.inl:29:17: warning: inline function 'void set_window_title(const char*)' declared as  dllimport: attribute ignored [-Wattributes]
  787.  AL_INLINE(void, set_window_title, (AL_CONST char *name),
  788.                  ^
  789. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  790.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  791.                                                                             ^~~~
  792. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/system.inl:38:16: warning: inline function 'int desktop_color_depth()' declared as  dllimport: attribute ignored [-Wattributes]
  793.  AL_INLINE(int, desktop_color_depth, (void),
  794.                 ^
  795. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  796.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  797.                                                                             ^~~~
  798. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/system.inl:49:16: warning: inline function 'int get_desktop_resolution(int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  799.  AL_INLINE(int, get_desktop_resolution, (int *width, int *height),
  800.                 ^
  801. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  802.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  803.                                                                             ^~~~
  804. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:37:16: warning: inline function 'int _default_ds()' declared as  dllimport: attribute ignored [-Wattributes]
  805.  AL_INLINE(int, _default_ds, (void),
  806.                 ^
  807. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  808.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  809.                                                                             ^~~~
  810. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:62:22: warning: inline function 'unsigned int bmp_write_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  811.  AL_INLINE(uintptr_t, bmp_write_line, (BITMAP *bmp, int lyne),
  812.                       ^
  813. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  814.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  815.                                                                             ^~~~
  816. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:69:22: warning: inline function 'unsigned int bmp_read_line(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  817.  AL_INLINE(uintptr_t, bmp_read_line, (BITMAP *bmp, int lyne),
  818.                       ^
  819. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  820.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  821.                                                                             ^~~~
  822. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:76:17: warning: inline function 'void bmp_unwrite_line(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  823.  AL_INLINE(void, bmp_unwrite_line, (BITMAP *bmp),
  824.                  ^
  825. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:76:1: note: in expansion of macro 'AL_INLINE'
  826.  AL_INLINE(void, bmp_unwrite_line, (BITMAP *bmp),
  827.  ^~~~~~~~~
  828. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:87:16: warning: inline function 'int is_windowed_mode()' declared as  dllimport: attribute ignored [-Wattributes]
  829.  AL_INLINE(int, is_windowed_mode, (void),
  830.                 ^
  831. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  832.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  833.                                                                             ^~~~
  834. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:96:17: warning: inline function 'void clear_to_color(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  835.  AL_INLINE(void, clear_to_color, (BITMAP *bitmap, int color),
  836.                  ^
  837. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  838.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  839.                                                                             ^~~~
  840. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:104:16: warning: inline function 'int bitmap_color_depth(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  841.  AL_INLINE(int, bitmap_color_depth, (BITMAP *bmp),
  842.                 ^
  843. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  844.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  845.                                                                             ^~~~
  846. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:112:16: warning: inline function 'int bitmap_mask_color(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  847.  AL_INLINE(int, bitmap_mask_color, (BITMAP *bmp),
  848.                 ^
  849. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  850.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  851.                                                                             ^~~~
  852. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:120:16: warning: inline function 'int is_same_bitmap(BITMAP*, BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  853.  AL_INLINE(int, is_same_bitmap, (BITMAP *bmp1, BITMAP *bmp2),
  854.                 ^
  855. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  856.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  857.                                                                             ^~~~
  858. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:138:16: warning: inline function 'int is_linear_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  859.  AL_INLINE(int, is_linear_bitmap, (BITMAP *bmp),
  860.                 ^
  861. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  862.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  863.                                                                             ^~~~
  864. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:146:16: warning: inline function 'int is_planar_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  865.  AL_INLINE(int, is_planar_bitmap, (BITMAP *bmp),
  866.                 ^
  867. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  868.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  869.                                                                             ^~~~
  870. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:154:16: warning: inline function 'int is_memory_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  871.  AL_INLINE(int, is_memory_bitmap, (BITMAP *bmp),
  872.                 ^
  873. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  874.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  875.                                                                             ^~~~
  876. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:162:16: warning: inline function 'int is_screen_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  877.  AL_INLINE(int, is_screen_bitmap, (BITMAP *bmp),
  878.                 ^
  879. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  880.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  881.                                                                             ^~~~
  882. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:170:16: warning: inline function 'int is_video_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  883.  AL_INLINE(int, is_video_bitmap, (BITMAP *bmp),
  884.                 ^
  885. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  886.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  887.                                                                             ^~~~
  888. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:178:16: warning: inline function 'int is_system_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  889.  AL_INLINE(int, is_system_bitmap, (BITMAP *bmp),
  890.                 ^
  891. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  892.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  893.                                                                             ^~~~
  894. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:186:16: warning: inline function 'int is_sub_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  895.  AL_INLINE(int, is_sub_bitmap, (BITMAP *bmp),
  896.                 ^
  897. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  898.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  899.                                                                             ^~~~
  900. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:203:17: warning: inline function 'void acquire_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  901.  AL_INLINE(void, acquire_bitmap, (BITMAP *bmp),
  902.                  ^
  903. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  904.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  905.                                                                             ^~~~
  906. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:212:17: warning: inline function 'void release_bitmap(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  907.  AL_INLINE(void, release_bitmap, (BITMAP *bmp),
  908.                  ^
  909. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  910.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  911.                                                                             ^~~~
  912. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:221:17: warning: inline function 'void acquire_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  913.  AL_INLINE(void, acquire_screen, (void),
  914.                  ^
  915. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  916.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  917.                                                                             ^~~~
  918. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:227:17: warning: inline function 'void release_screen()' declared as  dllimport: attribute ignored [-Wattributes]
  919.  AL_INLINE(void, release_screen, (void),
  920.                  ^
  921. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  922.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  923.                                                                             ^~~~
  924. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:235:16: warning: inline function 'int is_inside_bitmap(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  925.  AL_INLINE(int, is_inside_bitmap, (BITMAP *bmp, int x, int y, int clip),
  926.                 ^
  927. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  928.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  929.                                                                             ^~~~
  930. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:252:17: warning: inline function 'void get_clip_rect(BITMAP*, int*, int*, int*, int*)' declared as  dllimport: attribute ignored [-Wattributes]
  931.  AL_INLINE(void, get_clip_rect, (BITMAP *bitmap, int *x1, int *y_1, int *x2, int *y2),
  932.                  ^
  933. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  934.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  935.                                                                             ^~~~
  936. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:263:17: warning: inline function 'void set_clip_state(BITMAP*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  937.  AL_INLINE(void, set_clip_state, (BITMAP *bitmap, int state),
  938.                  ^
  939. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/gfx.inl:270:16: warning: inline function 'int get_clip_state(BITMAP*)' declared as  dllimport: attribute ignored [-Wattributes]
  943.  AL_INLINE(int, get_clip_state, (BITMAP *bitmap),
  944.                 ^
  945. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:26:16: warning: inline function 'int makecol15(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  949.  AL_INLINE(int, makecol15, (int r, int g, int b),
  950.                 ^
  951. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:34:16: warning: inline function 'int makecol16(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  955.  AL_INLINE(int, makecol16, (int r, int g, int b),
  956.                 ^
  957. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:42:16: warning: inline function 'int makecol24(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  961.  AL_INLINE(int, makecol24, (int r, int g, int b),
  962.                 ^
  963. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:50:16: warning: inline function 'int makecol32(int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  967.  AL_INLINE(int, makecol32, (int r, int g, int b),
  968.                 ^
  969. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:58:16: warning: inline function 'int makeacol32(int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  973.  AL_INLINE(int, makeacol32, (int r, int g, int b, int a),
  974.                 ^
  975. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  976.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  977.                                                                             ^~~~
  978. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:67:16: warning: inline function 'int getr8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  979.  AL_INLINE(int, getr8, (int c),
  980.                 ^
  981. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  982.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  983.                                                                             ^~~~
  984. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:73:16: warning: inline function 'int getg8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  985.  AL_INLINE(int, getg8, (int c),
  986.                 ^
  987. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  988.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  989.                                                                             ^~~~
  990. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:79:16: warning: inline function 'int getb8(int)' declared as  dllimport: attribute ignored [-Wattributes]
  991.  AL_INLINE(int, getb8, (int c),
  992.                 ^
  993. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  994.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  995.                                                                             ^~~~
  996. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:85:16: warning: inline function 'int getr15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  997.  AL_INLINE(int, getr15, (int c),
  998.                 ^
  999. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1000.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1001.                                                                             ^~~~
  1002. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:91:16: warning: inline function 'int getg15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1003.  AL_INLINE(int, getg15, (int c),
  1004.                 ^
  1005. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1006.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1007.                                                                             ^~~~
  1008. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:97:16: warning: inline function 'int getb15(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1009.  AL_INLINE(int, getb15, (int c),
  1010.                 ^
  1011. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1012.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1013.                                                                             ^~~~
  1014. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:103:16: warning: inline function 'int getr16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1015.  AL_INLINE(int, getr16, (int c),
  1016.                 ^
  1017. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1018.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1019.                                                                             ^~~~
  1020. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:109:16: warning: inline function 'int getg16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1021.  AL_INLINE(int, getg16, (int c),
  1022.                 ^
  1023. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1024.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1025.                                                                             ^~~~
  1026. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:115:16: warning: inline function 'int getb16(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1027.  AL_INLINE(int, getb16, (int c),
  1028.                 ^
  1029. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1030.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1031.                                                                             ^~~~
  1032. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:121:16: warning: inline function 'int getr24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1033.  AL_INLINE(int, getr24, (int c),
  1034.                 ^
  1035. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1036.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1037.                                                                             ^~~~
  1038. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:127:16: warning: inline function 'int getg24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1039.  AL_INLINE(int, getg24, (int c),
  1040.                 ^
  1041. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1042.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1043.                                                                             ^~~~
  1044. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:133:16: warning: inline function 'int getb24(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1045.  AL_INLINE(int, getb24, (int c),
  1046.                 ^
  1047. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1048.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1049.                                                                             ^~~~
  1050. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:139:16: warning: inline function 'int getr32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1051.  AL_INLINE(int, getr32, (int c),
  1052.                 ^
  1053. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1054.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1055.                                                                             ^~~~
  1056. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:145:16: warning: inline function 'int getg32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1057.  AL_INLINE(int, getg32, (int c),
  1058.                 ^
  1059. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1060.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1061.                                                                             ^~~~
  1062. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:151:16: warning: inline function 'int getb32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1063.  AL_INLINE(int, getb32, (int c),
  1064.                 ^
  1065. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1066.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1067.                                                                             ^~~~
  1068. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:157:16: warning: inline function 'int geta32(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1069.  AL_INLINE(int, geta32, (int c),
  1070.                 ^
  1071. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1072.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1073.                                                                             ^~~~
  1074. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/color.inl:165:17: warning: inline function 'void _set_color(int, const RGB*)' declared as  dllimport: attribute ignored [-Wattributes]
  1075.  AL_INLINE(void, _set_color, (int idx, AL_CONST RGB *p),
  1076.                  ^
  1077. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1078.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1079.                                                                             ^~~~
  1080. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:30:16: warning: inline function 'int getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1081.  AL_INLINE(int, getpixel, (BITMAP *bmp, int x, int y),
  1082.                 ^
  1083. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1084.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1085.                                                                             ^~~~
  1086. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:38:17: warning: inline function 'void putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1087.  AL_INLINE(void, putpixel, (BITMAP *bmp, int x, int y, int color),
  1088.                  ^
  1089. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1090.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1091.                                                                             ^~~~
  1092. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:46:17: warning: inline function 'void _allegro_vline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1093.  AL_INLINE(void, _allegro_vline, (BITMAP *bmp, int x, int y_1, int y2, int color),
  1094.                  ^
  1095. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1096.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1097.                                                                             ^~~~
  1098. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:54:17: warning: inline function 'void _allegro_hline(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1099.  AL_INLINE(void, _allegro_hline, (BITMAP *bmp, int x1, int y, int x2, int color),
  1100.                  ^
  1101. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1102.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1103.                                                                             ^~~~
  1104. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:72:17: warning: inline function 'void line(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1105.  AL_INLINE(void, line, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1106.                  ^
  1107. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1108.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1109.                                                                             ^~~~
  1110. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:80:17: warning: inline function 'void fastline(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1111.  AL_INLINE(void, fastline, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1112.                  ^
  1113. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1114.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1115.                                                                             ^~~~
  1116. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:88:17: warning: inline function 'void rectfill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1117.  AL_INLINE(void, rectfill, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1118.                  ^
  1119. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1120.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1121.                                                                             ^~~~
  1122. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1123.  AL_INLINE(void, triangle, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int x3, int y3, int color),
  1124.                  ^
  1125. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1126.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1127.                                                                             ^~~~
  1128. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:104:17: warning: inline function 'void polygon(BITMAP*, int, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1129.  AL_INLINE(void, polygon, (BITMAP *bmp, int vertices, AL_CONST int *points, int color),
  1130.                  ^
  1131. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1132.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1133.                                                                             ^~~~
  1134. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:112:17: warning: inline function 'void rect(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1135.  AL_INLINE(void, rect, (BITMAP *bmp, int x1, int y_1, int x2, int y2, int color),
  1136.                  ^
  1137. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1138.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1139.                                                                             ^~~~
  1140. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:120:17: warning: inline function 'void circle(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1141.  AL_INLINE(void, circle, (BITMAP *bmp, int x, int y, int radius, int color),
  1142.                  ^
  1143. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1144.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1145.                                                                             ^~~~
  1146. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:128:17: warning: inline function 'void circlefill(BITMAP*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1147.  AL_INLINE(void, circlefill, (BITMAP *bmp, int x, int y, int radius, int color),
  1148.                  ^
  1149. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1150.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1151.                                                                             ^~~~
  1152. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:137:17: warning: inline function 'void ellipse(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1153.  AL_INLINE(void, ellipse, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  1154.                  ^
  1155. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1156.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1157.                                                                             ^~~~
  1158. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:146:17: warning: inline function 'void ellipsefill(BITMAP*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1159.  AL_INLINE(void, ellipsefill, (BITMAP *bmp, int x, int y, int rx, int ry, int color),
  1160.                  ^
  1161. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1162.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1163.                                                                             ^~~~
  1164. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:155:17: warning: inline function 'void arc(BITMAP*, int, int, fixed, fixed, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1165.  AL_INLINE(void, arc, (BITMAP *bmp, int x, int y, fixed ang1, fixed ang2, int r, int color),
  1166.                  ^
  1167. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1168.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1169.                                                                             ^~~~
  1170. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:164:17: warning: inline function 'void spline(BITMAP*, const int*, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1171.  AL_INLINE(void, spline, (BITMAP *bmp, AL_CONST int points[8], int color),
  1172.                  ^
  1173. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1174.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1175.                                                                             ^~~~
  1176. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:173:17: warning: inline function 'void floodfill(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1177.  AL_INLINE(void, floodfill, (BITMAP *bmp, int x, int y, int color),
  1178.                  ^
  1179. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1180.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1181.                                                                             ^~~~
  1182. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:182:17: warning: inline function 'void polygon3d(BITMAP*, int, BITMAP*, int, V3D**)' declared as  dllimport: attribute ignored [-Wattributes]
  1183.  AL_INLINE(void, polygon3d, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D *vtx[]),
  1184.                  ^
  1185. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1186.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1187.                                                                             ^~~~
  1188. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:191:17: warning: inline function 'void polygon3d_f(BITMAP*, int, BITMAP*, int, V3D_f**)' declared as  dllimport: attribute ignored [-Wattributes]
  1189.  AL_INLINE(void, polygon3d_f, (BITMAP *bmp, int type, BITMAP *texture, int vc, V3D_f *vtx[]),
  1190.                  ^
  1191. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1192.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1193.                                                                             ^~~~
  1194. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:200:17: warning: inline function 'void triangle3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  1195.  AL_INLINE(void, triangle3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3),
  1196.                  ^
  1197. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1198.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1199.                                                                             ^~~~
  1200. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1201.  AL_INLINE(void, triangle3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3),
  1202.                  ^
  1203. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1204.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1205.                                                                             ^~~~
  1206. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:218:17: warning: inline function 'void quad3d(BITMAP*, int, BITMAP*, V3D*, V3D*, V3D*, V3D*)' declared as  dllimport: attribute ignored [-Wattributes]
  1207.  AL_INLINE(void, quad3d, (BITMAP *bmp, int type, BITMAP *texture, V3D *v1, V3D *v2, V3D *v3, V3D *v4),
  1208.                  ^
  1209. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1210.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1211.                                                                             ^~~~
  1212. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1213.  AL_INLINE(void, quad3d_f, (BITMAP *bmp, int type, BITMAP *texture, V3D_f *v1, V3D_f *v2, V3D_f *v3, V3D_f *v4),
  1214.                  ^
  1215. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1216.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1217.                                                                             ^~~~
  1218. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:238:17: warning: inline function 'void draw_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1219.  AL_INLINE(void, draw_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  1220.                  ^
  1221. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1222.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1223.                                                                             ^~~~
  1224. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1225.  AL_INLINE(void, draw_sprite_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y,
  1226.                  ^
  1227. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1228.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1229.                                                                             ^~~~
  1230. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:272:17: warning: inline function 'void draw_sprite_v_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1231.  AL_INLINE(void, draw_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  1232.                  ^
  1233. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1234.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1235.                                                                             ^~~~
  1236. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:280:17: warning: inline function 'void draw_sprite_h_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1237.  AL_INLINE(void, draw_sprite_h_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),{
  1238.                  ^
  1239. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1240.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1241.                                                                             ^~~~
  1242. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:288:17: warning: inline function 'void draw_sprite_vh_flip(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1243.  AL_INLINE(void, draw_sprite_vh_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  1244.                  ^
  1245. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1246.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1247.                                                                             ^~~~
  1248. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:297:17: warning: inline function 'void draw_trans_sprite(BITMAP*, BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1249.  AL_INLINE(void, draw_trans_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y),
  1250.                  ^
  1251. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1252.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1253.                                                                             ^~~~
  1254. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:315:17: warning: inline function 'void draw_lit_sprite(BITMAP*, BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1255.  AL_INLINE(void, draw_lit_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color),
  1256.                  ^
  1257. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1258.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1259.                                                                             ^~~~
  1260. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1261.  AL_INLINE(void, draw_gouraud_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int c1, int c2, int c3, int c4),
  1262.                  ^
  1263. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1264.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1265.                                                                             ^~~~
  1266. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1267.  AL_INLINE(void, draw_character_ex, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color, int bg),
  1268.                  ^
  1269. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1270.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1271.                                                                             ^~~~
  1272. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:345:17: warning: inline function 'void rotate_sprite(BITMAP*, BITMAP*, int, int, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1273.  AL_INLINE(void, rotate_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  1274.                  ^
  1275. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1276.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1277.                                                                             ^~~~
  1278. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1279.  AL_INLINE(void, rotate_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle),
  1280.                  ^
  1281. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1282.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1283.                                                                             ^~~~
  1284. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1285.  AL_INLINE(void, rotate_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  1286.                  ^
  1287. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1288.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1289.                                                                             ^~~~
  1290. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1291.  AL_INLINE(void, rotate_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, fixed angle, fixed scale),
  1292.                  ^
  1293. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1294.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1295.                                                                             ^~~~
  1296. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1297.  AL_INLINE(void, pivot_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  1298.                  ^
  1299. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1300.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1301.                                                                             ^~~~
  1302. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1303.  AL_INLINE(void, pivot_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle),
  1304.                  ^
  1305. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1306.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1307.                                                                             ^~~~
  1308. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1309.  AL_INLINE(void, pivot_scaled_sprite, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  1310.                  ^
  1311. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1312.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1313.                                                                             ^~~~
  1314. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1315.  AL_INLINE(void, pivot_scaled_sprite_v_flip, (BITMAP *bmp, BITMAP *sprite, int x, int y, int cx, int cy, fixed angle, fixed scale),
  1316.                  ^
  1317. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1318.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1319.                                                                             ^~~~
  1320. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:429:17: warning: inline function 'void _putpixel(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1321.  AL_INLINE(void, _putpixel, (BITMAP *bmp, int x, int y, int color),
  1322.                  ^
  1323. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1324.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1325.                                                                             ^~~~
  1326. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:440:16: warning: inline function 'int _getpixel(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1327.  AL_INLINE(int, _getpixel, (BITMAP *bmp, int x, int y),
  1328.                 ^
  1329. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1330.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1331.                                                                             ^~~~
  1332. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:454:17: warning: inline function 'void _putpixel15(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1333.  AL_INLINE(void, _putpixel15, (BITMAP *bmp, int x, int y, int color),
  1334.                  ^
  1335. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1336.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1337.                                                                             ^~~~
  1338. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:465:16: warning: inline function 'int _getpixel15(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1339.  AL_INLINE(int, _getpixel15, (BITMAP *bmp, int x, int y),
  1340.                 ^
  1341. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1342.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1343.                                                                             ^~~~
  1344. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:479:17: warning: inline function 'void _putpixel16(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1345.  AL_INLINE(void, _putpixel16, (BITMAP *bmp, int x, int y, int color),
  1346.                  ^
  1347. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1348.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1349.                                                                             ^~~~
  1350. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:490:16: warning: inline function 'int _getpixel16(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1351.  AL_INLINE(int, _getpixel16, (BITMAP *bmp, int x, int y),
  1352.                 ^
  1353. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1354.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1355.                                                                             ^~~~
  1356. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:504:17: warning: inline function 'void _putpixel24(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1357.  AL_INLINE(void, _putpixel24, (BITMAP *bmp, int x, int y, int color),
  1358.                  ^
  1359. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1360.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1361.                                                                             ^~~~
  1362. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:515:16: warning: inline function 'int _getpixel24(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1363.  AL_INLINE(int, _getpixel24, (BITMAP *bmp, int x, int y),
  1364.                 ^
  1365. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1366.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1367.                                                                             ^~~~
  1368. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:529:17: warning: inline function 'void _putpixel32(BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1369.  AL_INLINE(void, _putpixel32, (BITMAP *bmp, int x, int y, int color),
  1370.                  ^
  1371. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1372.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1373.                                                                             ^~~~
  1374. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/draw.inl:540:16: warning: inline function 'int _getpixel32(BITMAP*, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1375.  AL_INLINE(int, _getpixel32, (BITMAP *bmp, int x, int y),
  1376.                 ^
  1377. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1378.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1379.                                                                             ^~~~
  1380. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1381.  AL_INLINE(void, draw_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  1382.                  ^
  1383. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1384.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1385.                                                                             ^~~~
  1386. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1387.  AL_INLINE(void, draw_trans_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y),
  1388.                  ^
  1389. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1390.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1391.                                                                             ^~~~
  1392. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1393.  AL_INLINE(void, draw_lit_rle_sprite, (struct BITMAP *bmp, AL_CONST struct RLE_SPRITE *sprite, int x, int y, int color),
  1394.                  ^
  1395. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1396.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1397.                                                                             ^~~~
  1398. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:32:18: warning: inline function 'fixed ftofix(double)' declared as  dllimport: attribute ignored [-Wattributes]
  1399.  AL_INLINE(fixed, ftofix, (double x),
  1400.                   ^
  1401. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1402.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1403.                                                                             ^~~~
  1404. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:48:19: warning: inline function 'double fixtof(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1405.  AL_INLINE(double, fixtof, (fixed x),
  1406.                    ^
  1407. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1408.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1409.                                                                             ^~~~
  1410. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:58:18: warning: inline function 'fixed fixadd(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1411.  AL_INLINE(fixed, fixadd, (fixed x, fixed y),
  1412.                   ^
  1413. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1414.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1415.                                                                             ^~~~
  1416. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:81:18: warning: inline function 'fixed fixsub(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1417.  AL_INLINE(fixed, fixsub, (fixed x, fixed y),
  1418.                   ^
  1419. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1420.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1421.                                                                             ^~~~
  1422. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:120:21: warning: inline function 'fixed fixmul(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1423.     AL_INLINE(fixed, fixmul, (fixed x, fixed y),
  1424.                      ^
  1425. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1426.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1427.                                                                             ^~~~
  1428. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:147:18: warning: inline function 'fixed fixdiv(fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1429.  AL_INLINE(fixed, fixdiv, (fixed x, fixed y),
  1430.                   ^
  1431. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1432.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1433.                                                                             ^~~~
  1434. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:158:16: warning: inline function 'int fixfloor(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1435.  AL_INLINE(int, fixfloor, (fixed x),
  1436.                 ^
  1437. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1438.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1439.                                                                             ^~~~
  1440. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:168:16: warning: inline function 'int fixceil(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1441.  AL_INLINE(int, fixceil, (fixed x),
  1442.                 ^
  1443. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1444.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1445.                                                                             ^~~~
  1446. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:181:18: warning: inline function 'fixed itofix(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1447.  AL_INLINE(fixed, itofix, (int x),
  1448.                   ^
  1449. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1450.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1451.                                                                             ^~~~
  1452. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:187:16: warning: inline function 'int fixtoi(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1453.  AL_INLINE(int, fixtoi, (fixed x),
  1454.                 ^
  1455. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1456.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1457.                                                                             ^~~~
  1458. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:193:18: warning: inline function 'fixed fixcos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1459.  AL_INLINE(fixed, fixcos, (fixed x),
  1460.                   ^
  1461. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1462.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1463.                                                                             ^~~~
  1464. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:199:18: warning: inline function 'fixed fixsin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1465.  AL_INLINE(fixed, fixsin, (fixed x),
  1466.                   ^
  1467. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1468.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1469.                                                                             ^~~~
  1470. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:205:18: warning: inline function 'fixed fixtan(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1471.  AL_INLINE(fixed, fixtan, (fixed x),
  1472.                   ^
  1473. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1474.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1475.                                                                             ^~~~
  1476. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:211:18: warning: inline function 'fixed fixacos(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1477.  AL_INLINE(fixed, fixacos, (fixed x),
  1478.                   ^
  1479. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1480.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1481.                                                                             ^~~~
  1482. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/fmaths.inl:222:18: warning: inline function 'fixed fixasin(fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1483.  AL_INLINE(fixed, fixasin, (fixed x),
  1484.                   ^
  1485. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1486.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1487.                                                                             ^~~~
  1488. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1489.  AL_INLINE(void, apply_matrix, (MATRIX *m, fixed x, fixed y, fixed z, fixed *xout, fixed *yout, fixed *zout),
  1490.                  ^
  1491. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1492.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1493.                                                                             ^~~~
  1494. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/3dmaths.inl:27:18: warning: inline function 'fixed dot_product(fixed, fixed, fixed, fixed, fixed, fixed)' declared as  dllimport: attribute ignored [-Wattributes]
  1495.  AL_INLINE(fixed, dot_product, (fixed x1, fixed y_1, fixed z1, fixed x2, fixed y2, fixed z2),
  1496.                   ^
  1497. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1498.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1499.                                                                             ^~~~
  1500. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\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]
  1501.  AL_INLINE(float, dot_product_f, (float x1, float y_1, float z1, float x2, float y2, float z2),
  1502.                   ^
  1503. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1504.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1505.                                                                             ^~~~
  1506. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/3dmaths.inl:39:17: warning: inline function 'void persp_project(fixed, fixed, fixed, fixed*, fixed*)' declared as  dllimport: attribute ignored [-Wattributes]
  1507.  AL_INLINE(void, persp_project, (fixed x, fixed y, fixed z, fixed *xout, fixed *yout),
  1508.                  ^
  1509. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1510.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1511.                                                                             ^~~~
  1512. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/inline/3dmaths.inl:46:17: warning: inline function 'void persp_project_f(float, float, float, float*, float*)' declared as  dllimport: attribute ignored [-Wattributes]
  1513.  AL_INLINE(void, persp_project_f, (float x, float y, float z, float *xout, float *yout),
  1514.                  ^
  1515. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1516.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1517.                                                                             ^~~~
  1518. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:141:27: warning: inline function 'int file_select(const char*, char*, const char*)' declared as  dllimport: attribute ignored [-Wattributes]
  1519.  AL_INLINE_DEPRECATED(int, file_select, (AL_CONST char *message, char *path, AL_CONST char *ext),
  1520.                            ^
  1521. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1522.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1523.                                                                             ^~~~
  1524. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:141:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1525.  AL_INLINE_DEPRECATED(int, file_select, (AL_CONST char *message, char *path, AL_CONST char *ext),
  1526.  ^~~~~~~~~~~~~~~~~~~~
  1527. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:157:28: warning: inline function 'void textout(BITMAP*, const FONT*, const char*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1528.  AL_INLINE_DEPRECATED(void, textout, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x, int y, int color),
  1529.                             ^
  1530. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:157:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1534.  AL_INLINE_DEPRECATED(void, textout, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x, int y, int color),
  1535.  ^~~~~~~~~~~~~~~~~~~~
  1536. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:162:28: warning: inline function 'void textout_centre(BITMAP*, const FONT*, const char*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1537.  AL_INLINE_DEPRECATED(void, textout_centre, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x, int y, int color),
  1538.                             ^
  1539. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1540.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1541.                                                                             ^~~~
  1542. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:162:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1543.  AL_INLINE_DEPRECATED(void, textout_centre, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x, int y, int color),
  1544.  ^~~~~~~~~~~~~~~~~~~~
  1545. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:167:28: warning: inline function 'void textout_right(BITMAP*, const FONT*, const char*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1546.  AL_INLINE_DEPRECATED(void, textout_right, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x, int y, int color),
  1547.                             ^
  1548. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:167:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1552.  AL_INLINE_DEPRECATED(void, textout_right, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x, int y, int color),
  1553.  ^~~~~~~~~~~~~~~~~~~~
  1554. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:172:28: warning: inline function 'void textout_justify(BITMAP*, const FONT*, const char*, int, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1555.  AL_INLINE_DEPRECATED(void, textout_justify, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x1, int x2, int y, int diff, int color),
  1556.                             ^
  1557. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1558.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1559.                                                                             ^~~~
  1560. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:172:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1561.  AL_INLINE_DEPRECATED(void, textout_justify, (struct BITMAP *bmp, AL_CONST FONT *f, AL_CONST char *str, int x1, int x2, int y, int diff, int color),
  1562.  ^~~~~~~~~~~~~~~~~~~~
  1563. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:182:28: warning: inline function 'void draw_character(BITMAP*, BITMAP*, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1564.  AL_INLINE_DEPRECATED(void, draw_character, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color),
  1565.                             ^
  1566. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1567.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1568.                                                                             ^~~~
  1569. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:182:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1570.  AL_INLINE_DEPRECATED(void, draw_character, (BITMAP *bmp, BITMAP *sprite, int x, int y, int color),
  1571.  ^~~~~~~~~~~~~~~~~~~~
  1572. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:187:27: warning: inline function 'int gui_textout(BITMAP*, const char*, int, int, int, int)' declared as  dllimport: attribute ignored [-Wattributes]
  1573.  AL_INLINE_DEPRECATED(int, gui_textout, (struct BITMAP *bmp, AL_CONST char *s, int x, int y, int color, int centre),
  1574.                            ^
  1575. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1576.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1577.                                                                             ^~~~
  1578. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:187:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1579.  AL_INLINE_DEPRECATED(int, gui_textout, (struct BITMAP *bmp, AL_CONST char *s, int x, int y, int color, int centre),
  1580.  ^~~~~~~~~~~~~~~~~~~~
  1581. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:194:27: warning: inline function 'int set_window_close_button(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1582.  AL_INLINE_DEPRECATED(int, set_window_close_button, (int enable),
  1583.                            ^
  1584. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1585.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1586.                                                                             ^~~~
  1587. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:194:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1588.  AL_INLINE_DEPRECATED(int, set_window_close_button, (int enable),
  1589.  ^~~~~~~~~~~~~~~~~~~~
  1590. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:200:28: warning: inline function 'void set_window_close_hook(void (*)())' declared as  dllimport: attribute ignored [-Wattributes]
  1591.  AL_INLINE_DEPRECATED(void, set_window_close_hook, (void (*proc)(void)),
  1592.                             ^
  1593. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:200:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1597.  AL_INLINE_DEPRECATED(void, set_window_close_hook, (void (*proc)(void)),
  1598.  ^~~~~~~~~~~~~~~~~~~~
  1599. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:211:28: warning: inline function 'void yield_timeslice()' declared as  dllimport: attribute ignored [-Wattributes]
  1600.  AL_INLINE_DEPRECATED(void, yield_timeslice, (void),
  1601.                             ^
  1602. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1603.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1604.                                                                             ^~~~
  1605. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:211:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1606.  AL_INLINE_DEPRECATED(void, yield_timeslice, (void),
  1607.  ^~~~~~~~~~~~~~~~~~~~
  1608. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:227:28: warning: inline function 'void set_file_encoding(int)' declared as  dllimport: attribute ignored [-Wattributes]
  1609.  AL_INLINE_DEPRECATED(void, set_file_encoding, (int encoding),
  1610.                             ^
  1611. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76:76: note: in definition of macro 'AL_INLINE'
  1612.  #define AL_INLINE(type, name, args, code)    __inline _AL_DLL type __cdecl name args code END_OF_INLINE(name)
  1613.                                                                             ^~~~
  1614. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:227:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1615.  AL_INLINE_DEPRECATED(void, set_file_encoding, (int encoding),
  1616.  ^~~~~~~~~~~~~~~~~~~~
  1617. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:231:27: warning: inline function 'int get_file_encoding()' declared as  dllimport: attribute ignored [-Wattributes]
  1618.  AL_INLINE_DEPRECATED(int, get_file_encoding, (void),
  1619.                            ^
  1620. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro\platform\almsvc.h:76: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. e:\zc\__2.55-mingw\zeldaclassic\allegro\include\allegro/alcompat.h:231:1: note: in expansion of macro 'AL_INLINE_DEPRECATED'
  1624.  AL_INLINE_DEPRECATED(int, get_file_encoding, (void),
  1625.  ^~~~~~~~~~~~~~~~~~~~
  1626. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1e5): undefined reference to `_imp__install_int_ex'
  1627. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x4c4): undefined reference to `_imp__al_trace'
  1628. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x4eb): undefined reference to `_imp__al_trace'
  1629. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x502): undefined reference to `_imp__get_extension'
  1630. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x565): undefined reference to `_imp__al_trace'
  1631. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x675): undefined reference to `_imp__al_trace'
  1632. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x785): undefined reference to `_imp__al_trace'
  1633. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x7d3): undefined reference to `_imp__al_trace'
  1634. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x81d): undefined reference to `_imp__al_trace'
  1635. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x864): more undefined references to `_imp__al_trace' follow
  1636. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0xab9): undefined reference to `_imp__get_extension'
  1637. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0xb1c): undefined reference to `_imp__al_trace'
  1638. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x10e0): undefined reference to `_imp__voice_stop'
  1639. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x10f7): undefined reference to `_imp__voice_start'
  1640. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x11ea): undefined reference to `_imp__stop_audio_stream'
  1641. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1619): undefined reference to `_imp__pack_fread'
  1642. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x16c2): undefined reference to `_imp__pack_fseek'
  1643. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x16e4): undefined reference to `_imp__pack_fread'
  1644. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1719): undefined reference to `_imp__pack_fread'
  1645. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x174d): undefined reference to `_imp__pack_fread'
  1646. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1814): undefined reference to `_imp__pack_fclose'
  1647. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x18ab): undefined reference to `_imp__pack_fread'
  1648. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1986): undefined reference to `_imp__pack_fclose'
  1649. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x19c9): undefined reference to `_imp__voice_stop'
  1650. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1a56): undefined reference to `_imp__voice_stop'
  1651. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1aa7): undefined reference to `_imp__voice_start'
  1652. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1aec): undefined reference to `_imp__pack_fclose'
  1653. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1b2f): undefined reference to `_imp__voice_stop'
  1654. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1be5): undefined reference to `_imp__pack_fclose'
  1655. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1c28): undefined reference to `_imp__voice_stop'
  1656. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1ce4): undefined reference to `_imp__pack_fread'
  1657. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1da5): undefined reference to `_imp__pack_fclose'
  1658. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1e3c): undefined reference to `_imp__pack_fread'
  1659. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1f17): undefined reference to `_imp__pack_fclose'
  1660. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1f5a): undefined reference to `_imp__voice_stop'
  1661. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x1fe7): undefined reference to `_imp__voice_stop'
  1662. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2038): undefined reference to `_imp__voice_start'
  1663. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x207d): undefined reference to `_imp__pack_fclose'
  1664. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x20c0): undefined reference to `_imp__voice_stop'
  1665. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2176): undefined reference to `_imp__pack_fclose'
  1666. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x21b9): undefined reference to `_imp__voice_stop'
  1667. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x222e): undefined reference to `_imp__al_trace'
  1668. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x224a): undefined reference to `_imp__al_trace'
  1669. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2268): undefined reference to `_imp__al_trace'
  1670. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x241e): undefined reference to `_imp__voice_stop'
  1671. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x24ab): undefined reference to `_imp__voice_stop'
  1672. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x24fc): undefined reference to `_imp__voice_start'
  1673. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2582): undefined reference to `_imp__voice_stop'
  1674. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2675): undefined reference to `_imp__voice_stop'
  1675. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2780): undefined reference to `_imp__get_audio_stream_buffer'
  1676. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x282c): undefined reference to `_imp__free_audio_stream_buffer'
  1677. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2b1f): undefined reference to `_imp__stop_audio_stream'
  1678. CMakeFiles\zcsound.dir/objects.a(zcmusic.cpp.obj):zcmusic.cpp:(.text+0x2b53): undefined reference to `_imp__play_audio_stream'
  1679. CMakeFiles\zcsound.dir/objects.a(alleg_compat.cpp.obj):alleg_compat.cpp:(.text+0xd): undefined reference to `_imp__packfile_password'
  1680. CMakeFiles\zcsound.dir/objects.a(alleg_compat.cpp.obj):alleg_compat.cpp:(.text+0x21): undefined reference to `_imp__pack_fopen'
  1681. CMakeFiles\zcsound.dir/objects.a(alleg_compat.cpp.obj):alleg_compat.cpp:(.text+0x32): undefined reference to `_imp__packfile_password'
  1682. CMakeFiles\zcsound.dir/objects.a(alleg_compat.cpp.obj):alleg_compat.cpp:(.text+0x4a): undefined reference to `_imp__packfile_password'
  1683. CMakeFiles\zcsound.dir/objects.a(alleg_compat.cpp.obj):alleg_compat.cpp:(.text+0x57): undefined reference to `_imp__file_size_ex'
  1684. CMakeFiles\zcsound.dir/objects.a(alleg_compat.cpp.obj):alleg_compat.cpp:(.text+0x6b): undefined reference to `_imp__packfile_password'
  1685. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x6b): undefined reference to `play_audio_stream'
  1686. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x84): undefined reference to `voice_set_priority'
  1687. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0xce): undefined reference to `stop_audio_stream'
  1688. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x106): undefined reference to `stop_audio_stream'
  1689. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x149): undefined reference to `voice_stop'
  1690. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x181): undefined reference to `voice_start'
  1691. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x1fb): undefined reference to `get_audio_stream_buffer'
  1692. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x27a): undefined reference to `free_audio_stream_buffer'
  1693. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x2a6): undefined reference to `free_audio_stream_buffer'
  1694. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x2b1): undefined reference to `stop_audio_stream'
  1695. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x35f): undefined reference to `play_audio_stream'
  1696. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x378): undefined reference to `voice_set_priority'
  1697. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x3d3): undefined reference to `stop_audio_stream'
  1698. libs/mingw/libaldmb.a(alplay.o):alplay.c:(.text+0x1af): undefined reference to `voice_set_priority'
  1699. libs/mingw/libaldmb.a(packfile.o):packfile.c:(.text+0x43): undefined reference to `pack_fopen'
  1700. libs/mingw/libaldmb.a(packfile.o):packfile.c:(.text+0x7): undefined reference to `pack_fclose'
  1701. libs/mingw/libaldmb.a(packfile.o):packfile.c:(.text+0x13): undefined reference to `pack_fread'
  1702. libs/mingw/libaldmb.a(packfile.o):packfile.c:(.text+0x1f): undefined reference to `pack_getc'
  1703. libs/mingw/libaldmb.a(packfile.o):packfile.c:(.text+0x2b): undefined reference to `pack_fseek'
  1704. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x6e0): undefined reference to `get_audio_stream_buffer'
  1705. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x741): undefined reference to `free_audio_stream_buffer'
  1706. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x785): undefined reference to `stop_audio_stream'
  1707. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x7a9): undefined reference to `remove_param_int'
  1708. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x9cc): undefined reference to `free_audio_stream_buffer'
  1709. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0xa7e): undefined reference to `free_audio_stream_buffer'
  1710. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0xaa6): undefined reference to `stop_audio_stream'
  1711. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0xae3): undefined reference to `remove_param_int'
  1712. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0xd0f): undefined reference to `free_audio_stream_buffer'
  1713. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0xdea): undefined reference to `create_sample'
  1714. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0xe2c): undefined reference to `stop_audio_stream'
  1715. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x103a): undefined reference to `destroy_sample'
  1716. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x11b1): undefined reference to `remove_param_int'
  1717. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x18a0): undefined reference to `get_audio_stream_buffer'
  1718. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x18f3): undefined reference to `free_audio_stream_buffer'
  1719. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1937): undefined reference to `stop_audio_stream'
  1720. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x195b): undefined reference to `remove_param_int'
  1721. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1bbf): undefined reference to `free_audio_stream_buffer'
  1722. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1c38): undefined reference to `stop_audio_stream'
  1723. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1c5c): undefined reference to `remove_param_int'
  1724. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1cc0): undefined reference to `free_audio_stream_buffer'
  1725. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1ce8): undefined reference to `stop_audio_stream'
  1726. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1d0c): undefined reference to `remove_param_int'
  1727. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x1ed9): undefined reference to `free_audio_stream_buffer'
  1728. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2070): undefined reference to `stop_audio_stream'
  1729. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x20bd): undefined reference to `remove_param_int'
  1730. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2168): undefined reference to `play_audio_stream'
  1731. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2194): undefined reference to `adjust_sample'
  1732. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x21d4): undefined reference to `install_param_int'
  1733. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x22a5): undefined reference to `play_audio_stream'
  1734. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x22c7): undefined reference to `adjust_sample'
  1735. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2307): undefined reference to `install_param_int'
  1736. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x235a): undefined reference to `stop_audio_stream'
  1737. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2379): undefined reference to `remove_param_int'
  1738. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2818): undefined reference to `install_param_int'
  1739. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2868): undefined reference to `remove_param_int'
  1740. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2bef): undefined reference to `adjust_sample'
  1741. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2cf4): undefined reference to `stop_audio_stream'
  1742. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2d67): undefined reference to `remove_param_int'
  1743. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2e18): undefined reference to `play_audio_stream'
  1744. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2e4e): undefined reference to `adjust_sample'
  1745. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2e7f): undefined reference to `install_param_int'
  1746. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2f45): undefined reference to `play_audio_stream'
  1747. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2f71): undefined reference to `adjust_sample'
  1748. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2f9f): undefined reference to `install_param_int'
  1749. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x2fea): undefined reference to `stop_audio_stream'
  1750. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x3009): undefined reference to `remove_param_int'
  1751. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x3068): undefined reference to `install_param_int'
  1752. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x30b8): undefined reference to `remove_param_int'
  1753. libs/mingw/libalmp3.a(almp3.o):almp3.c:(.text+0x33bf): undefined reference to `adjust_sample'
  1754. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x120): undefined reference to `get_audio_stream_buffer'
  1755. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x173): undefined reference to `free_audio_stream_buffer'
  1756. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1b7): undefined reference to `stop_audio_stream'
  1757. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1db): undefined reference to `remove_param_int'
  1758. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x238): undefined reference to `free_audio_stream_buffer'
  1759. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x26d): undefined reference to `free_audio_stream_buffer'
  1760. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x294): undefined reference to `free_audio_stream_buffer'
  1761. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x2bc): undefined reference to `stop_audio_stream'
  1762. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x2f2): undefined reference to `remove_param_int'
  1763. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x344): undefined reference to `create_sample'
  1764. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x386): undefined reference to `stop_audio_stream'
  1765. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x44f): undefined reference to `destroy_sample'
  1766. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x463): undefined reference to `remove_param_int'
  1767. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x760): undefined reference to `get_audio_stream_buffer'
  1768. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x7a5): undefined reference to `free_audio_stream_buffer'
  1769. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x7e6): undefined reference to `stop_audio_stream'
  1770. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x80a): undefined reference to `remove_param_int'
  1771. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x877): undefined reference to `free_audio_stream_buffer'
  1772. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x890): undefined reference to `free_audio_stream_buffer'
  1773. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x8d3): undefined reference to `stop_audio_stream'
  1774. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x8f7): undefined reference to `remove_param_int'
  1775. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x917): undefined reference to `free_audio_stream_buffer'
  1776. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x93f): undefined reference to `stop_audio_stream'
  1777. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x963): undefined reference to `remove_param_int'
  1778. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xb90): undefined reference to `stop_audio_stream'
  1779. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xbc9): undefined reference to `remove_param_int'
  1780. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xc4c): undefined reference to `play_audio_stream'
  1781. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xc93): undefined reference to `adjust_sample'
  1782. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xcd3): undefined reference to `install_param_int'
  1783. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xd70): undefined reference to `play_audio_stream'
  1784. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xdb3): undefined reference to `adjust_sample'
  1785. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xdf3): undefined reference to `install_param_int'
  1786. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xe4a): undefined reference to `stop_audio_stream'
  1787. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0xe69): undefined reference to `remove_param_int'
  1788. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1048): undefined reference to `install_param_int'
  1789. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1098): undefined reference to `remove_param_int'
  1790. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x127f): undefined reference to `adjust_sample'
  1791. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x13b4): undefined reference to `stop_audio_stream'
  1792. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1409): undefined reference to `remove_param_int'
  1793. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x148c): undefined reference to `play_audio_stream'
  1794. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x14dd): undefined reference to `adjust_sample'
  1795. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1509): undefined reference to `install_param_int'
  1796. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x15a0): undefined reference to `play_audio_stream'
  1797. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x15ed): undefined reference to `adjust_sample'
  1798. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1619): undefined reference to `install_param_int'
  1799. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x166a): undefined reference to `stop_audio_stream'
  1800. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1689): undefined reference to `remove_param_int'
  1801. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x16e8): undefined reference to `install_param_int'
  1802. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x1738): undefined reference to `remove_param_int'
  1803. libs/mingw/libalogg.a(alogg.o):alogg.c:(.text+0x192f): undefined reference to `adjust_sample'
  1804. collect2.exe: error: ld returned 1 exit status
  1805. mingw32-make[2]: *** [libzcsound.dll] Error 1
  1806. mingw32-make[1]: *** [CMakeFiles/zcsound.dir/all] Error 2
  1807. mingw32-make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement