Compiler warning

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Bernhard Geyer
Posts: 20
Joined: Fri 30 Sep 2005 14:13

Compiler warning

Post by Bernhard Geyer » 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+} <-

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Compiler warning

Post by MaximG » Tue 21 Nov 2017 14:51

We will make necessary changes to our product source code. These changes will be included in the next UniDAC build, the release of which we are planning in the shortest time.

Post Reply