Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30506/src/mail

Modified Files:
        MailFolder.cpp 
Log Message:
Prevent a few compiler warnings when USE_DIALUP is not defined

Index: MailFolder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolder.cpp,v
retrieving revision 1.306
retrieving revision 1.307
diff -b -u -2 -r1.306 -r1.307
--- MailFolder.cpp      16 Mar 2004 01:19:46 -0000      1.306
+++ MailFolder.cpp      17 Mar 2004 10:01:01 -0000      1.307
@@ -213,5 +213,13 @@
 
 /* static */
-bool MailFolder::CheckNetwork(const MFolder *folder, wxFrame *frame)
+bool MailFolder::CheckNetwork(const MFolder *
+#ifdef USE_DIALUP
+                              folder
+#endif
+                              , wxFrame *
+#ifdef USE_DIALUP
+                              frame
+#endif
+                              )
 {
 #ifdef USE_DIALUP



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to