diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-11 23:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-11 23:44:22 +0300 |
commit | 4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c (patch) | |
tree | e53f2bcda374d132de9fe51a9170ed1f2a58a53e /src/utils/physfstools.cpp | |
parent | 16cc2e4a4204ee95e8256f3d7eacaada99f53309 (diff) | |
download | plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.gz plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.bz2 plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.tar.xz plus-4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c.zip |
Fix code style.
Diffstat (limited to 'src/utils/physfstools.cpp')
-rw-r--r-- | src/utils/physfstools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/physfstools.cpp b/src/utils/physfstools.cpp index 8ee72f7b9..6f4345c36 100644 --- a/src/utils/physfstools.cpp +++ b/src/utils/physfstools.cpp @@ -36,7 +36,7 @@ const char *dirSeparator = nullptr; namespace PhysFs { #if defined(__native_client__) - void init(const char *const name) + void init(const char *const name A_UNUSED) { if (!PHYSFS_init("/fakebinary")) #elif defined(ANDROID) |