summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--compat/compat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/compat.cpp b/compat/compat.cpp
index 6d9298bb..808a8645 100644
--- a/compat/compat.cpp
+++ b/compat/compat.cpp
@@ -44,7 +44,7 @@ void PortableLockedShm::unlock()
}
#else
-PortableLockedShm::PortableLockedShm(const char *shmName, const char *mutexName, int mapSize) : size(mapSize)
+PortableLockedShm::PortableLockedShm(const char *shmName, const char* /*mutexName*/, int mapSize) : size(mapSize)
{
char shm_filename[NAME_MAX];
shm_filename[0] = '/';