From 8d1147f94291adcfa4d028d7122b3d39e5b553e1 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sat, 25 Sep 2004 00:14:55 +0000 Subject: [PATCH] warning fix - only use the function in debug mode git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/app.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 587b1d2df6..d79c0356e8 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -555,6 +555,8 @@ DEFINE_ONE_SHOT_HANDLER_GETTER( wxMacAppEventHandler ) WXIMPORT char std::__throws_bad_alloc ; #endif +#if __WXDEBUG__ + pascal static void wxMacAssertOutputHandler(OSType componentSignature, UInt32 options, const char *assertionString, const char *exceptionLabelString, const char *errorString, const char *fileName, long lineNumber, void *value, ConstStr255Param outputMsg) @@ -591,6 +593,8 @@ pascal static void wxMacAssertOutputHandler(OSType componentSignature, UInt32 op #endif } +#endif //__WXDEBUG__ + bool wxApp::Initialize(int& argc, wxChar **argv) { // Mac-specific -- 2.50.0