Update of /cvsroot/mahogany/M/include/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv21540/include/modules

Modified Files:
        MCrypt.h 
Log Message:
fixes for VC++ 6 warnings not disabled any more in wx/defs.h

Index: MCrypt.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/modules/MCrypt.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- MCrypt.h    16 Feb 2003 14:00:59 -0000      1.11
+++ MCrypt.h    22 Jul 2003 22:01:39 -0000      1.12
@@ -253,9 +253,9 @@
       MMODULE_PROP(_T("author"), cpyright)                                    \
    MMODULE_END_IMPLEMENT(cname ## Factory)                                    \
-   MModule *cname ## Factory::Init(int version_major,                         \
-                                   int version_minor,                         \
-                                   int version_release,                       \
-                                   MInterface *minterface,                    \
-                                   int *errorCode)                            \
+   MModule *cname ## Factory::Init(int /* version_major */,                   \
+                                   int /* version_minor */,                   \
+                                   int /* version_release */,                 \
+                                   MInterface * /* minterface */,             \
+                                   int * /* errorCode */)                     \
    {                                                                          \
       return new cname ## Factory();                                          \



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to