Compiler warning
Posted: Mon 20 Nov 2017 16:30
Please remove compiler warning if compiled with {$C-} / {$ASSERTIONS OFF}
OraClassesUni.pas
{$IFOPT C+} <-
ParamType := Byte(ValueInt);
Assert(ParamType = OCI_PTYPE_LIST);
{$ENDIF C+} <-
OraClassesUni.pas
{$IFOPT C+} <-
ParamType := Byte(ValueInt);
Assert(ParamType = OCI_PTYPE_LIST);
{$ENDIF C+} <-