X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a06c1b9b728842ecbf70d355add462e0fd57d4b9..4b1f6faaa2c062d0797ae85c66ebe2c927946992:/src/unix/mimetype.cpp diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index b2a2ee51f0..5f86b8f068 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -79,6 +79,11 @@ // other standard headers #include +#ifdef __VMS +/* silence warnings for comparing unsigned int's <0 */ +# pragma message disable unscomzer +#endif + // this is a class to extend wxArrayString... class wxMimeArrayString : public wxArrayString {