mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
08fa8da77c
Andreas Ertelt The problem in question is caused by changeset 7771 (http://hg.libsdl.org/SDL/rev/5486e579872e / https://bugzilla.libsdl.org/show_bug.cgi?id=2121) The redefinition of __inline__ (introduced by the addition of begin_code.h:128's "|| __STRICT_ANSI__") results in mingw's gcc throwing multiple warning: always_inline function might not be inlinable [-Wattributes] as well as a whole bunch of redefinitions of mingw internals which break linking of projects including the SDL2 headers. |
||
---|---|---|
.. | ||
SDL_bclipboard.cc | ||
SDL_bclipboard.h | ||
SDL_bevents.cc | ||
SDL_bevents.h | ||
SDL_bframebuffer.cc | ||
SDL_bframebuffer.h | ||
SDL_bkeyboard.cc | ||
SDL_bkeyboard.h | ||
SDL_bmodes.cc | ||
SDL_bmodes.h | ||
SDL_bopengl.cc | ||
SDL_bopengl.h | ||
SDL_bvideo.cc | ||
SDL_bvideo.h | ||
SDL_BWin.h | ||
SDL_bwindow.cc | ||
SDL_bwindow.h |