Skip to content
Snippets Groups Projects
Commit daedb66c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix warnings

parent 36210d36
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,9 @@
# pragma warning(disable:4127)
# pragma warning(disable:4996)
# endif
# if !defined(NOMINMAX)
# define NOMINMAX
# endif
# include <windows.h>
# undef NOMINMAX
# if defined(GL2PSDLL)
......
......@@ -3,7 +3,7 @@
#include "hxt_tools.h" // to have SIMD_ALIGN and stdint.h
#if defined(WIN32)
#if defined(WIN32) && !defined(INT32_MAX) // FIXME: Gmsh
#define INT32_MAX 2147483647i32
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment