Skip to content

Commit e866d70

Browse files
committed
1.6: Remove wrong noexcept
1 parent bb98fb6 commit e866d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/cefweb/CefWeb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace
5353
// Returns CWebCoreInterface pointer on success, nullptr on failure
5454
// Thread safety: Must be called from the main thread only
5555
//
56-
extern "C" _declspec(dllexport) CWebCoreInterface* InitWebCoreInterface(CCoreInterface* pCore) noexcept
56+
extern "C" _declspec(dllexport) CWebCoreInterface* InitWebCoreInterface(CCoreInterface* pCore)
5757
{
5858
// Validate and initialize global interfaces
5959
if (!InitializeGlobalInterfaces(pCore)) [[unlikely]]

0 commit comments

Comments
 (0)