Update of /cvsroot/mahogany/M/src/wx/common
In directory sc8-pr-cvs1:/tmp/cvs-serv11445/src/wx/common
Modified Files:
vcard.cpp
Log Message:
fixes for warnings appearing in release build only
Index: vcard.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/common/vcard.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- vcard.cpp 4 Jan 2003 23:58:35 -0000 1.10
+++ vcard.cpp 30 Jul 2003 00:08:07 -0000 1.11
@@ -49,5 +49,5 @@
// - required by vcard parser:
extern "C" {
-void Parse_Debug(const char *s)
+void Parse_Debug(const char * WXUNUSED_UNLESS_DEBUG(s))
{
#ifdef DEBUG
@@ -671,5 +671,7 @@
}
-void wxVCard::AddEMail(const wxString& email, wxVCardEMail::Type type)
+void
+wxVCard::AddEMail(const wxString& email,
+ wxVCardEMail::Type WXUNUSED_UNLESS_DEBUG(type))
{
addPropValue(m_vObj, VCEmailAddressProp, email);
-------------------------------------------------------
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