mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-21 11:39:27 +01:00
* Silence warning in MakeSharedLibrary
git-svn-id: trunk@17750 -
This commit is contained in:
parent
1e7a050364
commit
e4bb241409
@ -971,6 +971,7 @@ end;
|
|||||||
Function TInternalLinkerNetware.MakeSharedLibrary:boolean;
|
Function TInternalLinkerNetware.MakeSharedLibrary:boolean;
|
||||||
begin
|
begin
|
||||||
Comment(V_Error,'Make shared library not supported for netware');
|
Comment(V_Error,'Make shared library not supported for netware');
|
||||||
|
MakeSharedLibrary := false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user