summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/cpu.h2
-rw-r--r--src/utils/physfstools.cpp2
2 files changed, 2 insertions, 2 deletions
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)