Skip to content

Commit 3eeaf1a

Browse files
committed
deepsource check
1 parent c270a55 commit 3eeaf1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/qcoroutine.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@
108108
/*! @cond */
109109
/*Core Statements*/
110110
/*=======================================================================*/
111-
// skipcq: CXX-E2000
112-
// skipcq: CXX-W1197
113111
#define _qCR_Start \
114112
_qCR_DEF; \
115113
_qCR_JUMP( _qcr->instr ) { \
@@ -237,6 +235,8 @@
237235
* }qCR_End;
238236
* @endcode
239237
*/
238+
// skipcq: CXX-E2000
239+
// skipcq: CXX-W1197
240240
#define qCR_Begin _qCR_Start
241241

242242
/**

0 commit comments

Comments
 (0)