We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946b82b commit aa63ce7Copy full SHA for aa63ce7
src/legacy/api/APIHelp.h
@@ -57,7 +57,7 @@ inline Exception WrongArgsCountException(std::string const& func) {
57
58
// 截获引擎异常
59
#define CATCH_AND_THROW \
60
- catch (Exception const& e) { \
+ catch (Exception const&) { \
61
throw; \
62
} \
63
catch (std::exception const& e) { \
0 commit comments