getting rid of clang warning due to variable size array
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -192,7 +192,7 @@ NSRect wxOSXGetFrameForControl( wxWindowMac* window , const wxPoint& pos , const
|
|||||||
const UCKeyboardLayout *keyboardLayout = (const UCKeyboardLayout*)CFDataGetBytePtr(uchr);
|
const UCKeyboardLayout *keyboardLayout = (const UCKeyboardLayout*)CFDataGetBytePtr(uchr);
|
||||||
if (keyboardLayout) {
|
if (keyboardLayout) {
|
||||||
UInt32 deadKeyState = 0;
|
UInt32 deadKeyState = 0;
|
||||||
UniCharCount maxStringLength = 255;
|
const UniCharCount maxStringLength = 255;
|
||||||
UniCharCount actualStringLength = 0;
|
UniCharCount actualStringLength = 0;
|
||||||
UniChar unicodeString[maxStringLength];
|
UniChar unicodeString[maxStringLength];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user