mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-15 01:46:34 +01:00
'libs/panners' - Disable a compiler-specific warning
This commit is contained in:
parent
4aa9152e8b
commit
f43dcd2d91
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@
|
|||
of the software.
|
||||
*/
|
||||
|
||||
#ifdef COMPILER_MSVC
|
||||
#pragma warning ( disable : 4244 )
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue