Browse Source

* get rid of some warnings

git-svn-id: trunk@48009 -
(cherry picked from commit 7be3d2f80ce7a98a905d86f22b52b1b7240f3bea)
michael 4 năm trước cách đây
mục cha
commit
07d8f573a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/fpdoc/fpdocclasstree.pp

+ 1 - 1
utils/fpdoc/fpdocclasstree.pp

@@ -5,7 +5,7 @@ unit fpdocclasstree;
 interface
 interface
 
 
 uses
 uses
-  Classes, SysUtils, dGlobals, pastree, contnrs, DOM ,XMLWrite;
+  Classes, SysUtils, dGlobals, pastree, contnrs{$IFDEF TREE_TEST}, DOM ,XMLWrite{$ENDIF};
 
 
 Type
 Type