mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
Win32: pragma hell
This commit is contained in:
parent
3ecc304332
commit
cf10b55be0
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ consvar_t cdUpdate = {"cd_update","1",CV_SAVE, NULL, NULL, 0, NULL, NULL, 0, 0,
|
||||||
|
|
||||||
#if (__GNUC__ > 6)
|
#if (__GNUC__ > 6)
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
#pragma GCC diagnostic ignored "-Werror=format-overflow"
|
#pragma GCC diagnostic ignored "-Wformat-overflow"
|
||||||
#endif
|
#endif
|
||||||
// hour,minutes,seconds
|
// hour,minutes,seconds
|
||||||
static LPSTR hms(UINT seconds)
|
static LPSTR hms(UINT seconds)
|
||||||
|
|
Loading…
Reference in a new issue