From cf10b55be00cc08bcaa30d1a566615f40a7f3b03 Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Sat, 28 Oct 2017 18:39:42 -0400
Subject: [PATCH] Win32: pragma hell

---
 src/win32/win_cd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/win32/win_cd.c b/src/win32/win_cd.c
index 813e062591..4ac1506e59 100644
--- a/src/win32/win_cd.c
+++ b/src/win32/win_cd.c
@@ -171,7 +171,7 @@ consvar_t cdUpdate  = {"cd_update","1",CV_SAVE, NULL, NULL, 0, NULL, NULL, 0, 0,
 
 #if (__GNUC__ > 6)
 #pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Werror=format-overflow"
+#pragma GCC diagnostic ignored "-Wformat-overflow"
 #endif
 // hour,minutes,seconds
 static LPSTR hms(UINT seconds)
-- 
GitLab