Ver código fonte

* Silence warning in MakeSharedLibrary

git-svn-id: trunk@17750 -
pierre 14 anos atrás
pai
commit
e4bb241409
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      compiler/systems/t_nwm.pas

+ 1 - 0
compiler/systems/t_nwm.pas

@@ -971,6 +971,7 @@ end;
     Function  TInternalLinkerNetware.MakeSharedLibrary:boolean;
     begin
       Comment(V_Error,'Make shared library not supported for netware');
+      MakeSharedLibrary := false;
     end;
 
 {*****************************************************************************