From 820fd66a94c20c4e1dab21f6abda4138eaefbe79 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 29 May 2019 18:06:33 +0200 Subject: implemented some of CCam and dependencies --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 272e5017..083f4257 100644 --- a/src/common.h +++ b/src/common.h @@ -4,6 +4,7 @@ #define _USE_MATH_DEFINES #pragma warning(disable: 4244) // int to float #pragma warning(disable: 4800) // int to bool +#pragma warning(disable: 4305) // double to float #pragma warning(disable: 4838) // narrowing conversion #pragma warning(disable: 4996) // POSIX names -- cgit v1.2.3