diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/Platform.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/Platform.h b/include/Platform.h index c951b5533..3e650f4e6 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -35,6 +35,9 @@  // Include the main header for each platform  #if PLAT_GTK +#ifdef _MSC_VER +#pragma warning(disable: 4505 4514 4710 4800) +#endif  #include <gtk/gtk.h>  #include <gdk/gdkkeysyms.h>  #endif | 
