Loading

Paste #pbrq6lrsm

  1. src/gfx_layout.cpp:674:16: warning: unused variable 'old_str' [-Wunused-variable]
  2.                         const char *old_str = str;
  3.  
  4.  
  5. src/music/cocoa_m.cpp:25:9: warning: 'Rect' macro redefined [-Wmacro-redefined]
  6. #define Rect        OTTDRect
  7.         ^
  8. src/music/../core/geometry_type.hpp:22:10: note: previous definition is here
  9.         #define Rect OTTD_Rect
  10.                 ^
  11. src/music/cocoa_m.cpp:26:9: warning: 'Point' macro redefined [-Wmacro-redefined]
  12. #define Point       OTTDPoint
  13.         ^
  14. src/music/../core/geometry_type.hpp:23:10: note: previous definition is here
  15.         #define Point OTTD_Point
  16.                 ^

Comments