1
0
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:
James Crook
2018-01-06 13:03:48 +00:00
parent b2f8cf180f
commit d2fe7b1757
21 changed files with 685 additions and 667 deletions

View File

@@ -21,7 +21,6 @@ the pitch without changing the tempo.
#include "ChangePitch.h"
#if USE_SBSMS
#include "sbsms.h"
#include <wx/valgen.h>
#endif

View File

@@ -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

View File

@@ -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;

View File

@@ -26,8 +26,6 @@
#include "../ShuttleGui.h"
#include "../widgets/valnum.h"
#include "sbsms.h"
enum
{
ID_RatePercentChangeStart = 10000,