mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Android: Silence some more warnings.
This commit is contained in:
parent
7f1185b941
commit
3168361e32
3 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@
|
|||
#ifdef ANDROID
|
||||
#define ASHMEM_DEVICE "/dev/ashmem"
|
||||
|
||||
int AshmemCreateFileMapping(const char *name, size_t size)
|
||||
static int AshmemCreateFileMapping(const char *name, size_t size)
|
||||
{
|
||||
int fd, ret;
|
||||
fd = open(ASHMEM_DEVICE, O_RDWR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue