From e49862a2d283798b8d80b222acf6aa02f5459368 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 18 Aug 2001 22:46:08 +0000 Subject: Fixed compilation with GCC 3.0. Fixed invalid cast (ushort * -> uint *) in openal.c. --- src/win95/fail.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/win95') diff --git a/src/win95/fail.h b/src/win95/fail.h index 8838103..8c13555 100644 --- a/src/win95/fail.h +++ b/src/win95/fail.h @@ -21,22 +21,8 @@ extern "C" { #define VARARG_DECL #endif -#ifdef __GNUC__ - -#if __GNUC__ >= 2 && __GNUC_MINOR__ >= 5 -extern void -VARARG_DECL fail (const char * __format, ...) - __attribute__ ((noreturn, format (printf, 1, 2))); -#else -extern __volatile__ void VARARG_DECL fail (const char * __format, ...); -#endif - -#else - extern void VARARG_DECL fail (const char * __format, ...); -#endif - #ifdef __cplusplus } #endif -- cgit v1.3