We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b148f49 commit 17b78e0Copy full SHA for 17b78e0
include/qcoroutine.h
@@ -87,7 +87,7 @@
87
#define _qCR_RT( _PT_ ) \
88
case (_qCR_TaskPC_t)(_PT_) : \
89
90
- // skipcq: CXX-E2000
+ // skipcq: CXX-E2000, CXX-W1197
91
#define _qCR_JUMP( _DST_ ) switch (_DST_) // skipcq: CXX-W1164
92
93
// skipcq: CXX-E2000
0 commit comments