warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2006-10-02 05:33:22 +00:00
parent 50dd4ca957
commit 0219fd2faa

View 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()
{