about summary refs log tree commit diff stats
path: root/src/wrapped
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-17 09:19:58 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-07-17 09:19:58 +0200
commitfc67b208adf778b3f1def4d63d1b26fadbd3793a (patch)
tree96edb429df27ba6ba99dfd74472d6e73055f8bd9 /src/wrapped
parentb6f83007eb196fda6292ec16755953b126a4a03e (diff)
downloadbox64-fc67b208adf778b3f1def4d63d1b26fadbd3793a.tar.gz
box64-fc67b208adf778b3f1def4d63d1b26fadbd3793a.zip
Fixed a few warnings
Diffstat (limited to 'src/wrapped')
-rwxr-xr-xsrc/wrapped/wrappedgio2.c3
-rwxr-xr-xsrc/wrapped/wrappedsdl1mixer.c6
2 files changed, 0 insertions, 9 deletions
diff --git a/src/wrapped/wrappedgio2.c b/src/wrapped/wrappedgio2.c
index a0db17da..dbc67d71 100755
--- a/src/wrapped/wrappedgio2.c
+++ b/src/wrapped/wrappedgio2.c
@@ -22,9 +22,6 @@
 const char* gio2Name = "libgio-2.0.so.0";
 #define LIBNAME gio2
 
-static char* libname = NULL;
-
-
 #define ADDED_FUNCTIONS() \
 
 #include "wrappedgio2types.h"
diff --git a/src/wrapped/wrappedsdl1mixer.c b/src/wrapped/wrappedsdl1mixer.c
index 6f1a5ff2..fa4ea1a8 100755
--- a/src/wrapped/wrappedsdl1mixer.c
+++ b/src/wrapped/wrappedsdl1mixer.c
@@ -154,12 +154,6 @@ static void* find_MusicFinished_Fct(void* fct)
 
 #undef SUPER
 
-static void freeSDL1MixerMy(library_t* lib)
-{
-    (void)lib;
-    //sdl1mixer_my_t *my = lib->priv.w.p2;
-}
-
 EXPORT void* my_Mix_LoadMUSType_RW(x64emu_t* emu, void* a, int32_t b, int32_t c)
 {
     SDL1_RWops_t* rw = RWNativeStart(emu, (SDL1_RWops_t*)a);