minor icc warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -531,7 +531,7 @@ enum
|
||||
Number_Unsigned = 2, // if not specified, works for signed conversion
|
||||
Number_Signed = 4, // if not specified, works for unsigned
|
||||
Number_LongLong = 8, // only for long long tests
|
||||
Number_Long = 16, // only for long tests
|
||||
Number_Long = 16 // only for long tests
|
||||
};
|
||||
|
||||
static const struct ToLongData
|
||||
|
Reference in New Issue
Block a user