From 928306bf07dace37ace9eb053b87599ee47145e8 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 29 Apr 2014 11:55:23 +1000 Subject: Stop disabling warnings where no longer needed. --- include/Platform.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index d83e7f26c..7683c9c84 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -518,7 +518,8 @@ public: // Shut up annoying Visual C++ warnings: #ifdef _MSC_VER -#pragma warning(disable: 4244 4309 4514 4710) +// This is: conversion from X to Y, possible loss of data +#pragma warning(disable: 4244) #endif #if defined(__GNUC__) && defined(SCINTILLA_QT) -- cgit v1.2.3