]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/date.cpp
test for timegm() added
[wxWidgets.git] / src / common / date.cpp
index 5d89d60e25096bf96f8514387faf1a265a6c739f..47a054d20a83e62114bd7bc4b3168620cab95e67 100644 (file)
@@ -414,7 +414,6 @@ wxString wxDate::FormatDate (int type) const
                : (abs(year))  );
             return wxString(buf);
     }
-    return wxString(wxT(""));
 }
 
 void wxDate::SetFormat( int format )
@@ -445,7 +444,6 @@ int wxDate::SetOption( int option, bool action )
         default:
             return 0;
     }
-    return 0;
 }
 
 ///////////////////////////////////////////////////////////////