Explorar el Código

* Silence warning in MakeSharedLibrary

git-svn-id: trunk@17750 -
pierre hace 14 años
padre
commit
e4bb241409
Se han modificado 1 ficheros con 1 adiciones y 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;
 
 {*****************************************************************************