Skip to content

Commit f9402d3

Browse files
committed
deepsource check
1 parent 0f81a5e commit f9402d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/qcoroutine.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@
8787
#define _qCR_RT( _PT_ ) \
8888
case (_qCR_TaskPC_t)(_PT_) : \
8989

90+
// skipcq: CXX-E2000
9091
#define _qCR_JUMP( _DST_ ) switch (_DST_) // skipcq: CXX-W1164
9192

93+
// skipcq: CXX-E2000
9294
#define _qCR_LCON( _DST_ , _STATE_, _REST_, _ACTION_ ) \
9395
( _DST_ ) = (_STATE_); \
9496
_ACTION_; \

0 commit comments

Comments
 (0)