summaryrefslogtreecommitdiff
path: root/Source/Core/Common/MemArena.cpp
diff options
context:
space:
mode:
authorRohit Nirmal <rohitnirmal9@gmail.com>2014-09-22 17:45:42 -0400
committerRohit Nirmal <rohitnirmal9@gmail.com>2014-09-22 17:45:42 -0400
commit3168361e32ea051828d9025049b0358771e5ff8a (patch)
treedaf90d5493dbd7f0af12e13e2cd959d891d72f5d /Source/Core/Common/MemArena.cpp
parent7f1185b941b540d9c6e641c39e50057fb2ad01da (diff)
Android: Silence some more warnings.
Diffstat (limited to 'Source/Core/Common/MemArena.cpp')
-rw-r--r--Source/Core/Common/MemArena.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/MemArena.cpp b/Source/Core/Common/MemArena.cpp
index 5ab87f6a0c..16eecf33d6 100644
--- a/Source/Core/Common/MemArena.cpp
+++ b/Source/Core/Common/MemArena.cpp
@@ -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);