Skip to content

Commit

Permalink
SA rev
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed May 12, 2023
1 parent 712ded8 commit b1e36fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/qcoroutine.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
/*=======================================================================*/
#define _qCR_Start \
_qCR_DEF; \
_qCR_JUMP( _qcr->instr ) { \
_qCR_JUMP( _qcr->instr ) { \ // skipcq: CXX-W1197
_qCR_RT( _qCR_PC_INIT_VAL ) \


Expand Down
2 changes: 1 addition & 1 deletion qtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#if ( Q_TRACE_VARIABLES == 1 )

static qPutChar_t qDebug = NULL; // skipcq: CXX-W2009
char qTrace_PublicBuffer[ Q_DEBUGTRACE_BUFSIZE ] = { 0 };
char qTrace_PublicBuffer[ Q_DEBUGTRACE_BUFSIZE ] = { 0 }; // skipcq: CXX-W2009

static void qTrace_LogTicks( char *buff );

Expand Down

0 comments on commit b1e36fd

Please sign in to comment.