From bb784eef06f0915e57fa5815ccacf9916af47dc9 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 7 Feb 2015 01:28:34 +0000 Subject: [PATCH] fix to build with paranoia flags git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50046 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-hosted/hidd/sdl/bmclass.c | 7 +++++++ arch/all-hosted/hidd/sdl/event.c | 7 +++++++ arch/all-hosted/hidd/sdl/gfxclass.c | 7 +++++++ arch/all-hosted/hidd/sdl/kbdclass.c | 7 +++++++ arch/all-hosted/hidd/sdl/keymap.c | 7 +++++++ arch/all-hosted/hidd/sdl/mouseclass.c | 7 +++++++ 6 files changed, 42 insertions(+) diff --git a/arch/all-hosted/hidd/sdl/bmclass.c b/arch/all-hosted/hidd/sdl/bmclass.c index 2875b2c3f3..2842470145 100644 --- a/arch/all-hosted/hidd/sdl/bmclass.c +++ b/arch/all-hosted/hidd/sdl/bmclass.c @@ -16,6 +16,13 @@ #include #include +#ifdef __THROW +#undef __THROW +#endif +#ifdef __CONCAT +#undef __CONCAT +#endif + #include "sdl_intern.h" #define DEBUG 0 diff --git a/arch/all-hosted/hidd/sdl/event.c b/arch/all-hosted/hidd/sdl/event.c index ec68322743..03a2bef05d 100644 --- a/arch/all-hosted/hidd/sdl/event.c +++ b/arch/all-hosted/hidd/sdl/event.c @@ -17,6 +17,13 @@ #include #include +#ifdef __THROW +#undef __THROW +#endif +#ifdef __CONCAT +#undef __CONCAT +#endif + #include "sdl_intern.h" #define DEBUG 0 diff --git a/arch/all-hosted/hidd/sdl/gfxclass.c b/arch/all-hosted/hidd/sdl/gfxclass.c index 06209c65d8..9f003ed78b 100644 --- a/arch/all-hosted/hidd/sdl/gfxclass.c +++ b/arch/all-hosted/hidd/sdl/gfxclass.c @@ -17,6 +17,13 @@ #include #include +#ifdef __THROW +#undef __THROW +#endif +#ifdef __CONCAT +#undef __CONCAT +#endif + #include "sdl_intern.h" #define DEBUG 0 diff --git a/arch/all-hosted/hidd/sdl/kbdclass.c b/arch/all-hosted/hidd/sdl/kbdclass.c index 0c070c9443..22f61469eb 100644 --- a/arch/all-hosted/hidd/sdl/kbdclass.c +++ b/arch/all-hosted/hidd/sdl/kbdclass.c @@ -19,6 +19,13 @@ #include +#ifdef __THROW +#undef __THROW +#endif +#ifdef __CONCAT +#undef __CONCAT +#endif + #include "sdl_intern.h" #define DEBUG 0 diff --git a/arch/all-hosted/hidd/sdl/keymap.c b/arch/all-hosted/hidd/sdl/keymap.c index ae6ca586da..64e6a302f1 100644 --- a/arch/all-hosted/hidd/sdl/keymap.c +++ b/arch/all-hosted/hidd/sdl/keymap.c @@ -11,6 +11,13 @@ #include +#ifdef __THROW +#undef __THROW +#endif +#ifdef __CONCAT +#undef __CONCAT +#endif + #include "sdl_intern.h" #define DEBUG 0 diff --git a/arch/all-hosted/hidd/sdl/mouseclass.c b/arch/all-hosted/hidd/sdl/mouseclass.c index 028076fdd8..91fa420185 100644 --- a/arch/all-hosted/hidd/sdl/mouseclass.c +++ b/arch/all-hosted/hidd/sdl/mouseclass.c @@ -19,6 +19,13 @@ #include +#ifdef __THROW +#undef __THROW +#endif +#ifdef __CONCAT +#undef __CONCAT +#endif + #include "sdl_intern.h" #define DEBUG 0 -- 2.11.4.GIT