mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 22:50:18 +02: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;
|
||||
begin
|
||||
Comment(V_Error,'Make shared library not supported for netware');
|
||||
MakeSharedLibrary := false;
|
||||
end;
|
||||
|
||||
{*****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user