From 8cb522b849ebe7f4db621221cf7731994138559b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 27 Aug 2016 16:04:02 +0200 Subject: [PATCH] (PS3) silence warning --- audio/drivers/ps3_audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/drivers/ps3_audio.c b/audio/drivers/ps3_audio.c index f552803812..2b52de1abf 100644 --- a/audio/drivers/ps3_audio.c +++ b/audio/drivers/ps3_audio.c @@ -52,7 +52,7 @@ static void event_loop(uint64_t data) sys_event_queue_t id; sys_ipc_key_t key; sys_event_t event; - ps3_audio_t *aud = (ps3_audio_t*)data; + ps3_audio_t *aud = (ps3_audio_t*)(uintptr_t)data; cellAudioCreateNotifyEventQueue(&id, &key); cellAudioSetNotifyEventQueue(key);