mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 01:26:31 +01:00
Remove some unnecessary warnings when building 'libs/qm-dsp' with MSVC
This commit is contained in:
parent
53f1cb2a0f
commit
d0a6c19134
1 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,10 @@
|
||||||
COPYING included with this distribution for more information.
|
COPYING included with this distribution for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef COMPILER_MSVC
|
||||||
|
#pragma warning(disable:4305)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "Wavelet.h"
|
#include "Wavelet.h"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue