mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
No longer need header replacement for sbsms.h
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
// -*- mode: c++ -*-
|
||||
// Indirectly include SBSMS header so that we can disable warnings about unused parameters
|
||||
// when compiling Audacity itself.
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// If this is compiled with MSVC (Visual Studio)
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4100)
|
||||
#include "../sbsms/include/sbsms.h"
|
||||
#pragma warning( pop )
|
||||
|
||||
#else //_MSC_VER
|
||||
|
||||
#include "../sbsms/include/sbsms.h"
|
||||
|
||||
#endif //_MSC_VER
|
Reference in New Issue
Block a user