mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +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)}
|
||||
{ * 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';
|
||||
{$ELSE}
|
||||
function Unix2AmigaPath(path: String): String;{$IFDEF USEINLINE}inline;{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user