From f6406674613bc819c1bf3f46ccccd340b5c52b22 Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Sun, 21 May 2000 20:33:57 +0000 Subject: [PATCH] Disable MSVC warnings --- include/anorms.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/anorms.h b/include/anorms.h index 11a9007..5e02e0f 100644 --- a/include/anorms.h +++ b/include/anorms.h @@ -17,6 +17,9 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef _WIN32 +#pragma warning(disable:4305) +#endif {-0.525731, 0.000000, 0.850651}, {-0.442863, 0.238856, 0.864188}, {-0.295242, 0.000000, 0.955423},