Avoid warnings on Android for retroarch-jni compilation

This commit is contained in:
twinaphex 2015-09-06 03:16:33 +02:00
parent 36bb25d4d4
commit 703479f051

View File

@ -37,6 +37,7 @@
#include "file_ops.h" #include "file_ops.h"
#ifdef HAVE_COMPRESSION
#ifdef HAVE_7ZIP #ifdef HAVE_7ZIP
#include "deps/7zip/7z.h" #include "deps/7zip/7z.h"
#include "deps/7zip/7zAlloc.h" #include "deps/7zip/7zAlloc.h"
@ -616,6 +617,8 @@ error:
} }
#endif #endif
#endif
/** /**
* write_file: * write_file:
* @path : path to file. * @path : path to file.