Skip to content

Commit a5e9287

Browse files
Update checkexceptionsafety.cpp
1 parent 999350f commit a5e9287

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/checkexceptionsafety.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ void CheckExceptionSafety::getErrorMessages(ErrorLogger *errorLogger, const Sett
446446
c.rethrowCopyError(nullptr, "varname");
447447
c.catchExceptionByValueError(nullptr);
448448
c.noexceptThrowError(nullptr);
449+
c.entryPointThrowError(nullptr);
449450
c.unhandledExceptionSpecificationError(nullptr, nullptr, "funcname");
450451
c.rethrowNoCurrentExceptionError(nullptr);
451452
}

0 commit comments

Comments
 (0)