Warning fix to unused variable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -267,8 +267,6 @@ bool wxFile::Open(const wxChar *szFileName, OpenMode mode, int accessMode)
|
|||||||
DWORD shareMode = 0;
|
DWORD shareMode = 0;
|
||||||
DWORD disposition = 0;
|
DWORD disposition = 0;
|
||||||
|
|
||||||
int flags = O_BINARY;
|
|
||||||
|
|
||||||
switch ( mode )
|
switch ( mode )
|
||||||
{
|
{
|
||||||
case read:
|
case read:
|
||||||
|
Reference in New Issue
Block a user