Explorar o código

* Silence warning in MakeSharedLibrary

git-svn-id: trunk@17750 -
pierre %!s(int64=14) %!d(string=hai) anos
pai
achega
e4bb241409
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 
 {*****************************************************************************