'libs/panners' - Disable a compiler-specific warning

This commit is contained in:
John Emmas 2013-09-03 14:50:56 +01:00
parent 4aa9152e8b
commit f43dcd2d91

View file

@ -31,6 +31,10 @@
of the software.
*/
#ifdef COMPILER_MSVC
#pragma warning ( disable : 4244 )
#endif
#include <vector>
#include <cmath>
#include <algorithm>