Skip to content

Formatting

56d2fea
Select commit
Loading
Failed to load commit list.
Merged

Add args to CmdSeqIn #4962

Formatting
56d2fea
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 24, 2026 in 2s

33 new alerts

New alerts in code changed by this pull request

  • 28 warnings
  • 5 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 47 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 88 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 29 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 53 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check notice on line 151 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long function without assertion Note

All functions of more than 10 lines should have at least one assertion.

Check warning on line 164 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter buffer has not been checked.

Check warning on line 164 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter block has not been checked.

Check warning on line 164 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter fileName has not been checked.

Check warning on line 147 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter block has not been checked.

Check warning on line 147 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter fileName has not been checked.

Check warning on line 147 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter cmdSeq has not been checked.

Check warning on line 147 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter opCode has not been checked.

Check warning on line 134 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter args has not been checked.

Check warning on line 134 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter fileName has not been checked.

Check warning on line 57 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter args has not been checked.

Check warning on line 50 in Svc/SeqDispatcher/SeqDispatcher.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter args has not been checked.

Check warning on line 307 in Svc/FpySequencer/FpySequencerStateMachine.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 52 in Svc/FpySequencer/FpySequencerStateMachine.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter value has not been checked.

Check warning on line 52 in Svc/FpySequencer/FpySequencerStateMachine.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked return value Warning

The return value of non-void function
operator=
is not checked.

Check warning on line 393 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter args has not been checked.

Check warning on line 180 in Svc/CmdSequencer/CmdSequencerImpl.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter args has not been checked.

Check warning on line 44 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter opCode has not been checked.

Check warning on line 44 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter cmdSeq has not been checked.

Check warning on line 44 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter fileName has not been checked.

Check warning on line 44 in Svc/FpySequencer/FpySequencer.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unchecked function argument Warning

This use of parameter block has not been checked.