From 4f52f5619503bc51835974952fad759b10850b54 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 12 Oct 2006 02:08:55 +0000 Subject: [PATCH] revert. I think this is just hiding the warning. --- stepmania/src/RageDisplay_OGL_Helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL_Helpers.cpp b/stepmania/src/RageDisplay_OGL_Helpers.cpp index bd67f26c3b..28237acf4c 100644 --- a/stepmania/src/RageDisplay_OGL_Helpers.cpp +++ b/stepmania/src/RageDisplay_OGL_Helpers.cpp @@ -55,7 +55,7 @@ bool GLExt_t::HasExtension( const RString &sExt ) const return g_glExts.find(sExt) != g_glExts.end(); } -#define F(n) { &CastSimilarTypes(GLExt.n), #n } +#define F(n) { (void **)(&GLExt.n), #n } struct func_t {