]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
don't show warning to the user if session manager detection failed, this is annoying...
[wxWidgets.git] / tests / test.cpp
index d65ec1fbfa1144fd4e6ebdf39a6fc036ec0061c9..af8353ceb225f13ac317ba0b1efebc1e462d21b8 100644 (file)
@@ -78,20 +78,13 @@ bool TestApp::OnInit()
     cout << "Test program for wxWidgets\n"
          << "build: " << WX_BUILD_OPTIONS_SIGNATURE << std::endl;
 
-#if !wxUSE_WXVSNPRINTF
-    cout << "\n";
-    cout << "WARNING: VsnprintfTestCase will test the system vsnprintf() function\n";
-    cout << "         instead of the wxWidgets wxVsnprintf_ implementation!" << std::endl;
-    cout << "\n";
-#endif
-
 #if wxUSE_GUI
     // create a hidden parent window to be used as parent for the GUI controls
     new wxFrame(NULL, wxID_ANY, "Hidden wx test frame");
 #endif // wxUSE_GUI
 
     return true;
-};
+}
 
 // The table of command line options
 //