]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/spinbutt.cpp
compilation fix for wxUSE_INTL == 0 (patch 646466)
[wxWidgets.git] / src / motif / spinbutt.cpp
index 0ffb7cd60d56fc0a9574355a4f5493666a82f5cd..ba88785d9b4e73c5a1f9d4a7c01eff72f0b3ef64 100644 (file)
@@ -308,10 +308,16 @@ void wxSpinButton::DoMoveWindow(int x, int y, int width, int height)
 void wxSpinButton::DoSetSize(int x, int y, int width, int height,
                              int sizeFlags)
 {
+#ifdef __VMS__
+#pragma message disable codcauunr
+#endif
     if( sizeFlags & wxSIZE_USE_EXISTING && width == -1 )
         width = GetSize().x;
     if( sizeFlags & wxSIZE_USE_EXISTING && height == -1 )
         height = GetSize().y;
+#ifdef __VMS__
+#pragma message enable codcauunr
+#endif
 
     wxControl::DoSetSize(x, y, width, height, 0);
 }