Re: [hatari-devel] MIDI support for Windows & OSX (with PortMidi)

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Le 08/11/2017 à 22:31, Thorsten Otto a écrit :
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)


Hi

I don't see those warning, neither in Christer automatic windows/linux builds for example. Are you using a specific dev chain / compiler ? (cross compilation with mingw maybe ? or a version of SDL ?)

Nicolas



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/