Revision: 7458
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7458&view=rev
Author:   vadz
Date:     2008-05-03 11:38:05 -0700 (Sat, 03 May 2008)

Log Message:
-----------
avoid unused variable warning in release build for wxTraceIconLoading

Modified Paths:
--------------
    trunk/M/src/gui/wxIconManager.cpp

Modified: trunk/M/src/gui/wxIconManager.cpp
===================================================================
--- trunk/M/src/gui/wxIconManager.cpp   2008-05-03 18:36:54 UTC (rev 7457)
+++ trunk/M/src/gui/wxIconManager.cpp   2008-05-03 18:38:05 UTC (rev 7458)
@@ -63,7 +63,9 @@
 // constants
 // ----------------------------------------------------------------------------
 
-static const wxChar *wxTraceIconLoading = _T("iconload");
+#ifdef __WXDEBUG__
+static const char *wxTraceIconLoading = "iconload";
+#endif
 
 /** @name built-in icon names */
 //@{


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to