]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Add opaque move support to wxGTK's wxMiniFrame.
[wxWidgets.git] / include / wx / defs.h
index 64fcabb53496da9639de4aafaed8941b695e3a2b..d7f1cb4977bc32e5f9a0517fd3b49c26c2d316b6 100644 (file)
     /* is buggy, and occurs for code that does actually get executed */
 #   if !defined __WXDEBUG__ && __VISUALC__ <= 1100
 #       pragma warning(disable:4702)    /* unreachable code */
+#   endif
+    /* The VC++ 5.0 warning 'C4003: not enough actual parameters for macro'
+     * is incompatible with the wxWidgets headers since it is given when
+     * parameters are empty but not missing. */
+#   if __VISUALC__ <= 1100
+#       pragma warning(disable:4003)    /* not enough actual parameters for macro */
 #   endif
 
     /*