about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl2net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsdl2net.c')
-rwxr-xr-xsrc/wrapped/wrappedsdl2net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl2net.c b/src/wrapped/wrappedsdl2net.c
index dcb3f7a8..ead8d048 100755
--- a/src/wrapped/wrappedsdl2net.c
+++ b/src/wrapped/wrappedsdl2net.c
@@ -23,6 +23,7 @@ static void* getSDL2NetMy(library_t* lib)
 {
     sdl2net_my_t* my = (sdl2net_my_t*)calloc(1, sizeof(sdl2net_my_t));
     #define GO(A, W) my->A = (W)dlsym(lib->priv.w.lib, #A);
+    (void)lib; // So many wrapped functions here
     #undef GO
     return my;
 }
@@ -43,4 +44,3 @@ const char* sdl2netName = "libSDL2_net-2.0.so.0";
     my_lib = NULL;
 
 #include "wrappedlib_init.h"
-