Merged latest changes from SciTech code base into wxWindows CVS Tree.
Includes updates to remove Watcom compiler warnings and the latest updates to the wxApplet code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1330,8 +1330,6 @@ wxDateTime::Tm wxDateTime::GetTm(const TimeZone& tz) const
|
||||
// check that the algorithm gave us something reasonable
|
||||
wxASSERT_MSG( (0 < month) && (month <= 12), _T("invalid month") );
|
||||
wxASSERT_MSG( (1 <= day) && (day < 32), _T("invalid day") );
|
||||
wxASSERT_MSG( (INT_MIN <= year) && (year <= INT_MAX),
|
||||
_T("year range overflow") );
|
||||
|
||||
// construct Tm from these values
|
||||
Tm tm;
|
||||
|
Reference in New Issue
Block a user