summaryrefslogtreecommitdiffhomepage
path: root/compat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-09-19 15:58:40 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-09-19 15:58:40 +0200
commit73f1fd6553b9839473e034a402ee9b34737b2af7 (patch)
treeb8198d20513896691e0e0b82220be8f521ae6427 /compat
parent9c605834652206f550ecca66c464ca990e4d30c0 (diff)
compat: pass -Wextra
Diffstat (limited to 'compat')
-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] = '/';