We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dba190 commit 645daecCopy full SHA for 645daec
PythonForDelphi/Components/Sources/Core/PythonEngine.pas
@@ -9753,12 +9753,12 @@ procedure MaskFPUExceptions(ExceptionsMasked : boolean;
9753
exOverflow, exUnderflow, exPrecision])
9754
else
9755
SetExceptionMask([exDenormalized, exUnderflow, exPrecision]);
9756
-{$IFNDEF NEXTGEN}
+{$IFNDEF NEXTGEN}{$WARN SYMBOL_PLATFORM OFF}
9757
if MatchPythonPrecision then
9758
SetPrecisionMode(pmDouble)
9759
9760
SetPrecisionMode(pmExtended);
9761
-{$ENDIF !NEXTGEN}
+{$ENDIF !NEXTGEN}{$WARN SYMBOL_PLATFORM ON}
9762
end;
9763
9764
{$IFDEF MSWINDOWS}
0 commit comments