mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* fix warnings
git-svn-id: branches/debug_eh@42256 -
This commit is contained in:
parent
1ed0000ae8
commit
b71164deca
@ -1023,6 +1023,7 @@ begin
|
||||
MakeSharedLibrary:=false;
|
||||
GCSectionsStr:='';
|
||||
mapstr:='';
|
||||
ltostr:='';
|
||||
linkscript:=nil;
|
||||
if not(cs_link_nolink in current_settings.globalswitches) then
|
||||
Message1(exec_i_linking,current_module.sharedlibfilename);
|
||||
|
@ -1494,6 +1494,7 @@ var
|
||||
begin
|
||||
MakeSharedLibrary:=false;
|
||||
mapstr:='';
|
||||
ltostr:='';
|
||||
if not(cs_link_nolink in current_settings.globalswitches) then
|
||||
Message1(exec_i_linking,current_module.sharedlibfilename);
|
||||
if (cs_link_smart in current_settings.globalswitches) and
|
||||
|
Loading…
Reference in New Issue
Block a user