13
0

Remove some unnecessary warnings when building 'libs/qm-dsp' with MSVC

This commit is contained in:
John Emmas 2013-07-23 07:40:17 +01:00
parent 53f1cb2a0f
commit d0a6c19134

View File

@ -13,6 +13,10 @@
COPYING included with this distribution for more information.
*/
#ifdef COMPILER_MSVC
#pragma warning(disable:4305)
#endif
#include "Wavelet.h"
#include <cassert>