mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-01 09:12:35 +00:00
Avoid warnings on Android for retroarch-jni compilation
This commit is contained in:
parent
36bb25d4d4
commit
703479f051
@ -37,6 +37,7 @@
|
||||
|
||||
#include "file_ops.h"
|
||||
|
||||
#ifdef HAVE_COMPRESSION
|
||||
#ifdef HAVE_7ZIP
|
||||
#include "deps/7zip/7z.h"
|
||||
#include "deps/7zip/7zAlloc.h"
|
||||
@ -616,6 +617,8 @@ error:
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* write_file:
|
||||
* @path : path to file.
|
||||
|
Loading…
x
Reference in New Issue
Block a user