about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlib_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedlib_init.h')
-rwxr-xr-xsrc/wrapped/wrappedlib_init.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlib_init.h b/src/wrapped/wrappedlib_init.h
index 3f946286..cd59efe1 100755
--- a/src/wrapped/wrappedlib_init.h
+++ b/src/wrapped/wrappedlib_init.h
@@ -84,7 +84,9 @@ static const map_onedata_t MAPNAME(mydatamap)[] = {
 
 int FUNC(_init)(library_t* lib, box64context_t* box64)
 {
-// Init first
+    (void)box64;
+    
+    // Init first
     free(lib->path); lib->path=NULL;
 #ifdef PRE_INIT
     PRE_INIT