From 4b2c8bdc668289d8ca8ab3e3c3fa2ececbd7419c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Mar 2016 23:44:22 +0300 Subject: Fix code style. --- src/utils/cpu.h | 2 +- src/utils/physfstools.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/cpu.h b/src/utils/cpu.h index afad20e5b..4a249c2fb 100644 --- a/src/utils/cpu.h +++ b/src/utils/cpu.h @@ -39,6 +39,6 @@ namespace Cpu void detect(); void printFlags(); -} // namespace CPU +} // namespace Cpu #endif // UTILS_CPU_H 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) -- cgit v1.2.3-60-g2f50