From 8ceea8581330dbda7aecbaf349734b7ae578b36e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Jan 2013 22:17:36 +0100 Subject: DatabaseLock, input/bzip2: remove obsolete Glib/gcc workaround --- src/archive/Bzip2ArchivePlugin.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/archive') diff --git a/src/archive/Bzip2ArchivePlugin.cxx b/src/archive/Bzip2ArchivePlugin.cxx index 35373ed1..d98f24df 100644 --- a/src/archive/Bzip2ArchivePlugin.cxx +++ b/src/archive/Bzip2ArchivePlugin.cxx @@ -120,11 +120,6 @@ bz2_destroy(struct bz2_input_stream *data) /* archive open && listing routine */ -#if GCC_CHECK_VERSION(4, 2) -/* workaround for a warning caused by G_STATIC_MUTEX_INIT */ -#pragma GCC diagnostic ignored "-Wmissing-field-initializers" -#endif - static struct archive_file * bz2_open(const char *pathname, GError **error_r) { -- cgit v1.2.3