Skip to content

Commit aa63ce7

Browse files
committed
fix: fix unused variable
1 parent 946b82b commit aa63ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/legacy/api/APIHelp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ inline Exception WrongArgsCountException(std::string const& func) {
5757

5858
// 截获引擎异常
5959
#define CATCH_AND_THROW \
60-
catch (Exception const& e) { \
60+
catch (Exception const&) { \
6161
throw; \
6262
} \
6363
catch (std::exception const& e) { \

0 commit comments

Comments
 (0)