Blob Blame History Raw
diff -Naur tqsl-2.0.1.orig/apps/tqsl.cpp tqsl-2.0.1/apps/tqsl.cpp
--- tqsl-2.0.1.orig/apps/tqsl.cpp	2013-12-15 07:54:43.000000000 -0600
+++ tqsl-2.0.1/apps/tqsl.cpp	2013-12-18 11:17:51.463517659 -0600
@@ -2936,13 +2936,7 @@
 // The macro for declaring a hash map defines a couple of typedefs
 // that it never uses. Current GCC warns about those. The pragma
 // below suppresses those warnings for those.
-#if !defined(__APPLE__) && !defined(_WIN32)
-	#pragma GCC diagnostic ignored "-Wunused-local-typedefs"
-#endif
 			WX_DECLARE_STRING_HASH_MAP(wxString, URLHashMap);
-#if !defined(__APPLE__) && !defined(_WIN32)
-	#pragma GCC diagnostic warning "-Wunused-local-typedefs"
-#endif
 			URLHashMap map;
 			ri->newProgramRev = NULL;
 			ri->newConfigRev = NULL;