Explorar o código

* fix warnings

git-svn-id: branches/debug_eh@42256 -
florian %!s(int64=6) %!d(string=hai) anos
pai
achega
b71164deca
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      compiler/systems/t_bsd.pas
  2. 1 0
      compiler/systems/t_linux.pas

+ 1 - 0
compiler/systems/t_bsd.pas

@@ -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);

+ 1 - 0
compiler/systems/t_linux.pas

@@ -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