#1 2014-11-29 09:20:27

itSDS
Member
From: Germany
Registered: 2014-04-24
Posts: 516

Little Compilererror XE7 and mormot.pas

Hi AB there is a liitle Problem with mORMot.pas line 9414

    procedure InternalLog(Format: PWinAnsiChar; const Args: array of const;
      Level: TSynLogInfo); overload;
      {$ifdef HASINLINE}inline;{$endif}
    /// internal method used by Delete(Table,SQLWhere) method

this procedure cannot be inline cause it has array of const as param.

My Work around: I documented Inline out smile

Last edited by itSDS (2014-11-29 09:20:54)


Rad Studio 12.1 Santorini

Offline

#2 2014-11-29 15:09:00

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,662
Website

Re: Little Compilererror XE7 and mormot.pas

It has already been fixed yesterday, AFAIR.

Offline

Board footer

Powered by FluxBB