Browse Source

* Silence warning in MakeSharedLibrary

git-svn-id: trunk@17750 -
pierre 14 năm trước cách đây
mục cha
commit
e4bb241409
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 
 {*****************************************************************************