Add cast for setting a dummy pointer value

This commit is contained in:
Chris Robinson
2008-12-06 12:17:29 -08:00
parent a71c291bcb
commit f6a4dbabdd
+1 -1
View File
@@ -901,7 +901,7 @@ void alc_alsa_init(BackendFuncs *func_list)
} while(0)
#else
str = NULL;
alsa_handle = 0xDEADBEEF;
alsa_handle = (void*)0xDEADBEEF;
#define LOAD_FUNC(f) p##f = f
#endif