mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:29:14 +02:00
make a warning a note, so it compiles with -Sew
git-svn-id: trunk@24651 -
This commit is contained in:
parent
a36288ee68
commit
b3c4450186
@ -142,7 +142,7 @@ interface
|
|||||||
|
|
||||||
{$IF DEFINED(MORPHOS) OR DEFINED(AMIGA)}
|
{$IF DEFINED(MORPHOS) OR DEFINED(AMIGA)}
|
||||||
{ * PATHCONV is implemented in the Amiga/MorphOS system unit * }
|
{ * PATHCONV is implemented in the Amiga/MorphOS system unit * }
|
||||||
{$WARNING TODO Amiga: implement PathConv() in System unit, which works with AnsiString}
|
{$NOTE TODO Amiga: implement PathConv() in System unit, which works with AnsiString}
|
||||||
function Unix2AmigaPath(path: ShortString): ShortString; external name 'PATHCONV';
|
function Unix2AmigaPath(path: ShortString): ShortString; external name 'PATHCONV';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
function Unix2AmigaPath(path: String): String;{$IFDEF USEINLINE}inline;{$ENDIF}
|
function Unix2AmigaPath(path: String): String;{$IFDEF USEINLINE}inline;{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user