Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv11445/src/gui

Modified Files:
        wxSubfoldersDialog.cpp 
Log Message:
fixes for warnings appearing in release build only

Index: wxSubfoldersDialog.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxSubfoldersDialog.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -b -u -2 -r1.72 -r1.73
--- wxSubfoldersDialog.cpp      22 Jul 2003 22:01:41 -0000      1.72
+++ wxSubfoldersDialog.cpp      30 Jul 2003 00:08:07 -0000      1.73
@@ -482,5 +482,8 @@
 }
 
-void wxSubfoldersTree::OnListFolder(const String& spec, char delim, long attr)
+void
+wxSubfoldersTree::OnListFolder(const String& spec,
+                               char WXUNUSED_UNLESS_DEBUG(delim),
+                               long attr)
 {
    // usually, all folders will have a non NUL delimiter ('.' for news, '/'



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to