Browse Source

Try again

Michael Ragazzon 5 years ago
parent
commit
dd2f7ca3d0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Include/RmlUi/Core/TypeConverter.inl

+ 3 - 0
Include/RmlUi/Core/TypeConverter.inl

@@ -170,6 +170,8 @@ public:
 #if defined(RMLUI_PLATFORM_WIN32) && defined(__MINGW32__)
 	#pragma GCC diagnostic push
 	#pragma GCC diagnostic ignored "-Wformat"
+	#pragma GCC diagnostic push
+	#pragma GCC diagnostic ignored "-Wformat-extra-args"
 #endif
 
 template<>
@@ -194,6 +196,7 @@ public:
 
 #if defined(RMLUI_PLATFORM_WIN32) && defined(__MINGW32__)
 	#pragma GCC diagnostic pop
+	#pragma GCC diagnostic pop
 #endif
 
 template<>