Skip to content

Commit b148f49

Browse files
committed
deepsource check
1 parent 3eeaf1a commit b148f49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/qcoroutine.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
/*! @cond */
109109
/*Core Statements*/
110110
/*=======================================================================*/
111+
// skipcq: CXX-E2000, CXX-W1197
111112
#define _qCR_Start \
112113
_qCR_DEF; \
113114
_qCR_JUMP( _qcr->instr ) { \
@@ -235,8 +236,6 @@
235236
* }qCR_End;
236237
* @endcode
237238
*/
238-
// skipcq: CXX-E2000
239-
// skipcq: CXX-W1197
240239
#define qCR_Begin _qCR_Start
241240

242241
/**

0 commit comments

Comments
 (0)