Fix compile for older versions of GCC

This commit is contained in:
Dimitris Panokostas 2020-06-10 16:42:03 +02:00
parent f05e1b86ff
commit 9a40456d0c

View file

@ -319,7 +319,7 @@ namespace gcn
case 3: case 3:
{ {
if constexpr (SDL_BYTEORDER == SDL_BIG_ENDIAN) if (SDL_BYTEORDER == SDL_BIG_ENDIAN)
{ {
for (; x1 <= x2; ++x1) for (; x1 <= x2; ++x1)
{ {