]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix a Clang warning on OSX 1509/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Jul 2014 12:16:22 +0000 (14:16 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 5 Jul 2014 12:16:22 +0000 (14:16 +0200)
commit2ce1b817f70b5776825eaa5c061d94d8824bce50
tree3ebdbdb7a93b4b6402ebfabb6f60832e875ff84a
parentdd6f88b775afe976fff14d9bccfe7b8700dd9298
Fix a Clang warning on OSX

In file included from unix_semaphore.cc:24:
./utility.hh:53:10: warning: private field 'm_pSemaphore' is not used
[-Wunused-private-field]
  sem_t *m_pSemaphore;
           ^
pdns/utility.hh