about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibx11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlibx11.c')
-rwxr-xr-xsrc/wrapped/wrappedlibx11.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibx11.c b/src/wrapped/wrappedlibx11.c
index 1c6ca8f3..e0a8d43f 100755
--- a/src/wrapped/wrappedlibx11.c
+++ b/src/wrapped/wrappedlibx11.c
@@ -155,6 +155,7 @@ void* getX11My(library_t* lib)
 
 void freeX11My(void* lib)
 {
+    (void)lib;
     // x11_my_t *my = (x11_my_t *)lib;
 }
 #undef SUPER
@@ -617,6 +618,7 @@ void BridgeImageFunc(x64emu_t *emu, XImage *img)
 
 void UnbridgeImageFunc(x64emu_t *emu, XImage *img)
 {
+    (void)emu;
     #define GO(A, W) \
     fnc = GetNativeFnc((uintptr_t)img->f.A); \
     if(fnc) \