Skip to content

Commit 17b78e0

Browse files
committed
deepsource check
1 parent b148f49 commit 17b78e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/qcoroutine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define _qCR_RT( _PT_ ) \
8888
case (_qCR_TaskPC_t)(_PT_) : \
8989

90-
// skipcq: CXX-E2000
90+
// skipcq: CXX-E2000, CXX-W1197
9191
#define _qCR_JUMP( _DST_ ) switch (_DST_) // skipcq: CXX-W1164
9292

9393
// skipcq: CXX-E2000

0 commit comments

Comments
 (0)