mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-23 15:50:05 +02:00
Fix two MSVC compile warnings.
This commit is contained in:
parent
407819e906
commit
86cd720d99
@ -687,6 +687,8 @@ bool MacroCommands::ApplyEffectCommand(
|
|||||||
const wxString & command, const wxString & params,
|
const wxString & command, const wxString & params,
|
||||||
const CommandContext & Context)
|
const CommandContext & Context)
|
||||||
{
|
{
|
||||||
|
(void*)&command;//compiler food.
|
||||||
|
|
||||||
//Possibly end processing here, if in batch-debug
|
//Possibly end processing here, if in batch-debug
|
||||||
if( ReportAndSkip(friendlyCommand, params))
|
if( ReportAndSkip(friendlyCommand, params))
|
||||||
return true;
|
return true;
|
||||||
|
@ -9175,7 +9175,6 @@ void AudacityProject::MoveWhenAudioInactive
|
|||||||
// If TIME_UNIT_SECONDS, snap-to will be off.
|
// If TIME_UNIT_SECONDS, snap-to will be off.
|
||||||
int snapToTime = GetSnapTo();
|
int snapToTime = GetSnapTo();
|
||||||
const double t0 = mViewInfo.selectedRegion.t0();
|
const double t0 = mViewInfo.selectedRegion.t0();
|
||||||
const double t1 = mViewInfo.selectedRegion.t1();
|
|
||||||
const double end = mTracks->GetEndTime();
|
const double end = mTracks->GetEndTime();
|
||||||
|
|
||||||
// Move the cursor
|
// Move the cursor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user