]> git.saurik.com Git - wxWidgets.git/commitdiff
warning fix
authorPaul Cornett <paulcor@bullseye.com>
Mon, 2 Oct 2006 05:33:22 +0000 (05:33 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 2 Oct 2006 05:33:22 +0000 (05:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/console/console.cpp

index 23c2eb4b0c0a1dceaf3baecdf70ec983a5af55a1..945201f3b1b8291b803807eee4d7902140b8dcae 100644 (file)
@@ -1466,6 +1466,7 @@ wxTestModuleB::wxTestModuleB()
 
 #include "wx/utils.h"
 
+#if TEST_INTERACTIVE
 static void TestDiskInfo()
 {
     wxPuts(_T("*** Testing wxGetDiskSpace() ***"));
@@ -1494,6 +1495,7 @@ static void TestDiskInfo()
         }
     }
 }
+#endif // TEST_INTERACTIVE
 
 static void TestOsInfo()
 {