Compile improvemnts for strict compilers and the like
Down to two warning messages for egcs compile git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -273,9 +273,9 @@ wxString wxExpandEnvVars(const wxString& str)
|
||||
{
|
||||
Bracket_None,
|
||||
Bracket_Normal = ')',
|
||||
Bracket_Curly = '}',
|
||||
Bracket_Curly = '}'
|
||||
#ifdef __WXMSW__
|
||||
Bracket_Windows = '%' // yeah, Windows people are a bit strange ;-)
|
||||
,Bracket_Windows = '%' // yeah, Windows people are a bit strange ;-)
|
||||
#endif
|
||||
};
|
||||
|
||||
@@ -411,5 +411,4 @@ void wxSplitPath(wxArrayString& aParts, const char *sz)
|
||||
#endif
|
||||
|
||||
// wxUSE_CONFIG
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user