Skip to content

Commit c006774

Browse files
committed
Fix MSVC compiler warning
reg. unreferenced formal parameter (C4100)
1 parent 4eeed9c commit c006774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/engraving/libmscore/edit.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ Note* Score::addNote(Chord* chord, const NoteVal& noteVal, bool forceAccidental,
571571
Note* Score::addNoteToTiedChord(Chord* chord, const NoteVal& noteVal, bool forceAccidental, const std::set<SymId>& articulationIds,
572572
InputState* externalInputState)
573573
{
574+
UNUSED(externalInputState)
574575
assert(!chord->notes().empty());
575576
Note* referenceNote = chord->notes()[0];
576577

0 commit comments

Comments
 (0)