diff options
Diffstat (limited to 'src/gui/stats.h')
-rw-r--r-- | src/gui/stats.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/stats.h b/src/gui/stats.h index a34dd1cc..4cb29642 100644 --- a/src/gui/stats.h +++ b/src/gui/stats.h @@ -21,6 +21,10 @@ */ +#ifdef WIN32 +#pragma warning(disable:4312) +#endif + #ifndef _STATS_H #define _STATS_H |