mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
Clean up most remaining MSVC warnings.
This commit is contained in:
@@ -21,7 +21,6 @@ the pitch without changing the tempo.
|
||||
#include "ChangePitch.h"
|
||||
|
||||
#if USE_SBSMS
|
||||
#include "sbsms.h"
|
||||
#include <wx/valgen.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#if USE_SOUNDTOUCH
|
||||
|
||||
#if USE_SBSMS
|
||||
#include "sbsms.h"
|
||||
#include "../../../lib-src/header-substitutes/sbsms.h"
|
||||
#include <wx/valgen.h>
|
||||
#endif
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -17,8 +17,8 @@
|
||||
#define __AUDACITY_EFFECT_SBSMS__
|
||||
|
||||
#include "Effect.h"
|
||||
#include "../../../lib-src/header-substitutes/sbsms.h"
|
||||
|
||||
#include "sbsms.h"
|
||||
using namespace _sbsms_;
|
||||
|
||||
class LabelTrack;
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../widgets/valnum.h"
|
||||
|
||||
#include "sbsms.h"
|
||||
|
||||
enum
|
||||
{
|
||||
ID_RatePercentChangeStart = 10000,
|
||||
|
||||
Reference in New Issue
Block a user