'libs/panners' - Disable a compiler-specific warning
authorJohn Emmas <johne53@tiscali.co.uk>
Tue, 3 Sep 2013 13:50:56 +0000 (14:50 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Tue, 3 Sep 2013 13:50:56 +0000 (14:50 +0100)
libs/panners/vbap/vbap_speakers.cc

index c89c256ae1ef33a82bbf8bd316db3d2481c91c14..f2533222bd852abcc13cf9605acfb9afea16c7c8 100644 (file)
    of the software.
 */
 
+#ifdef COMPILER_MSVC
+#pragma warning ( disable : 4244 )
+#endif
+
 #include <vector>
 #include <cmath>
 #include <algorithm>