+ fix & suppress msvc warnings

This commit is contained in:
wmayer
2015-10-16 18:26:30 +02:00
parent a1406cbb5f
commit f46dc20fca
17 changed files with 63 additions and 8 deletions

View File

@@ -19,6 +19,11 @@
* Suite 330, Boston, MA 02111-1307, USA *
* *
***************************************************************************/
#ifdef _MSC_VER
#pragma warning(disable : 4244)
#endif
#include <iostream>
#include <algorithm>
#include <cfloat>