diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-19 15:58:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-19 15:58:40 +0200 |
commit | 73f1fd6553b9839473e034a402ee9b34737b2af7 (patch) | |
tree | b8198d20513896691e0e0b82220be8f521ae6427 | |
parent | 9c605834652206f550ecca66c464ca990e4d30c0 (diff) |
compat: pass -Wextra
-rw-r--r-- | compat/compat.cpp | 2 |
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] = '/'; |