aboutsummaryrefslogtreecommitdiff
path: root/src/DatabaseLock.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-28 22:17:36 +0100
committerMax Kellermann <max@duempel.org>2013-01-28 22:17:40 +0100
commit8ceea8581330dbda7aecbaf349734b7ae578b36e (patch)
tree991aa8668f8e58f7cff79b5b512b334b250bc6b9 /src/DatabaseLock.cxx
parentd0a812d2df838252f84b303efee127c17576ecff (diff)
DatabaseLock, input/bzip2: remove obsolete Glib/gcc workaround
Diffstat (limited to 'src/DatabaseLock.cxx')
-rw-r--r--src/DatabaseLock.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/DatabaseLock.cxx b/src/DatabaseLock.cxx
index d0327d79..398e5aeb 100644
--- a/src/DatabaseLock.cxx
+++ b/src/DatabaseLock.cxx
@@ -21,11 +21,6 @@
#include "DatabaseLock.hxx"
#include "gcc.h"
-#if GCC_CHECK_VERSION(4, 2)
-/* workaround for a warning caused by G_STATIC_MUTEX_INIT */
-#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
-#endif
-
Mutex db_mutex;
#ifndef NDEBUG