On Mittwoch, 8. November 2017 11:55:14 CET Nicolas Pomarède wrote:
While speaking about warnings, i get a lot of them currently, all
looking like:
In file included from
/home/sebilla/atari/hatari/src/includes/m68000.h:23:0,
from /home/sebilla/atari/hatari/src/floppy_ipf.c:26:
/home/sebilla/atari/hatari/src/cpu/sysdeps.h:564:0:warning: "bswap_32"
redefined
# define bswap_32(x) (((x) << 24) | (((x) << 8) & 0x00FF0000) | (((x)
>> 8) & 0x0000FF00) | ((x) >> 24))
In file included from /usr/include/SDL/SDL_endian.h:40:0,
from /home/sebilla/atari/hatari/src/includes/cycles.h:12,
from /home/sebilla/atari/hatari/src/includes/m68000.h:22,
from /home/sebilla/atari/hatari/src/floppy_ipf.c:26:
/usr/include/byteswap.h:34:0:note: this is the location of the previous
definition
#define bswap_32(x) __bswap_32 (x)