dxx-rebirth/common/arch
Kp 3cc644eb52 Fix gcc-7 build of joy.cpp
gcc-7 needs an additional cf_assert to inform it that e.idx is
constrained.  Without this, it assumes e.idx could have any positive
value, then issues a fatal warning when INT_MAX does not fit in the
provided buffer.

    common/arch/sdl/joy.cpp: In function 'void dcx::joy_init()':
    common/arch/sdl/joy.cpp:281:6: error: '%u' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4 [-Werror=format-truncation=]
    common/arch/sdl/joy.cpp:281:6: note: directive argument in the range [1, 2147483647]
    common/arch/sdl/joy.cpp:333:13: note: 'snprintf' output between 6 and 24 bytes into a destination of size 8
2019-04-28 00:53:40 +00:00
..
carbon Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
cocoa Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
ogl Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
sdl Fix gcc-7 build of joy.cpp 2019-04-28 00:53:40 +00:00
win32 Improve Windows exception strings 2019-02-02 18:36:39 +00:00