Win32: pragma hell

This commit is contained in:
Alam Ed Arias 2017-10-28 18:39:42 -04:00
parent 3ecc304332
commit cf10b55be0
1 changed files with 1 additions and 1 deletions

View File

@ -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)