Browse Source

* Silence warning in MakeSharedLibrary

git-svn-id: trunk@17750 -
pierre 14 years ago
parent
commit
e4bb241409
1 changed files with 1 additions and 0 deletions
  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;
 
 {*****************************************************************************