]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/timectrlg.cpp
export wxRichTextObjectPtrArrayArray since it is used in the public API.
[wxWidgets.git] / src / generic / timectrlg.cpp
index 6a5d13c6cf940446916f74eda1d36089fa4f1c1f..d649cd885c5228cc876c89289877b4df5121fcfc 100644 (file)
@@ -270,7 +270,7 @@ private:
 
     void OnTextClick(wxMouseEvent& event)
     {
-        Field field wxDUMMY_INITIALIZE(Field_Max);
+        Field field = Field_Max; // Initialize just to suppress warnings.
         long pos;
         switch ( m_text->HitTest(event.GetPosition(), &pos) )
         {
@@ -480,6 +480,7 @@ private:
                 case Field_AMPM:
                 case Field_Max:
                     wxFAIL_MSG( "Invalid field" );
+                    return;
             }
 
             // Check if the new value is acceptable. If not, we just handle