From 0219fd2faa62461a1e06576dde983b5a487c7d63 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 2 Oct 2006 05:33:22 +0000 Subject: [PATCH] warning fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/console/console.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/console/console.cpp b/samples/console/console.cpp index 23c2eb4b0c..945201f3b1 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -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() {