Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
[linux] add TODO: check and replace __except
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 6, 2022
1 parent 8c5dbde commit 1d4a168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/core/src/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6482,7 +6482,7 @@ void COMPILER::SaveVariable(DATA *pV, bool bdim)
{
pA = TraceARoot(pV->AttributesClass, pString);
}
#ifdef _WIN32 // __except
#ifdef _WIN32 // TODO: check and replace __except
__except (EXCEPTION_EXECUTE_HANDLER)
#else
catch (...)
Expand Down

0 comments on commit 1d4a168

Please sign in to comment.