]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 27 Mar 2006 09:35:41 +0000 (09:35 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 27 Mar 2006 09:35:41 +0000 (09:35 +0000)
 Removing obsolete compiler directives for OpenVMS

 Modified Files:
  wxWidgets/src/generic/notebook.cpp
  wxWidgets/src/univ/notebook.cpp
  wxWidgets/src/unix/mimetype.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/notebook.cpp
src/univ/notebook.cpp
src/unix/mimetype.cpp

index 6b6b84c79a9a62704f856ecf3274d880ec74e141..fe376a12022086889fe081e22f57a9526a26c710 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __VMS
-#pragma message disable unscomzer
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
index 201b435eff727af03d29cdebfd36043439d8e213..1d8c16355cd5dd4f2cc67df8ddbfd19b3f4c302c 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __VMS
-#pragma message disable unscomzer
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
index 0bf6dd4ef6da239efd391f6b2e503872e0102f0b..0a2793f92c6b8e9ed8d677865fd5a29969dfc15a 100644 (file)
 // other standard headers
 #include <ctype.h>
 
-#ifdef __VMS
-/* silence warnings for comparing unsigned int's <0 */
-# pragma message disable unscomzer
-#endif
-
 // this class extends wxTextFile
 //
 // VZ: ???