CW fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -102,7 +102,7 @@ static
|
|||||||
void TranslateError(const char *path, int number)
|
void TranslateError(const char *path, int number)
|
||||||
{
|
{
|
||||||
unsigned int index;
|
unsigned int index;
|
||||||
static char *OFIErrorStrings[] =
|
static const char *OFIErrorStrings[] =
|
||||||
{
|
{
|
||||||
"%s(%d): Object Image Load Failure\n",
|
"%s(%d): Object Image Load Failure\n",
|
||||||
"%s(%d): Object Image Load Success\n",
|
"%s(%d): Object Image Load Success\n",
|
||||||
@@ -110,7 +110,7 @@ void TranslateError(const char *path, int number)
|
|||||||
"%s(%d): No valid architecture\n",
|
"%s(%d): No valid architecture\n",
|
||||||
"%s(%d): Object image has an invalid format\n",
|
"%s(%d): Object image has an invalid format\n",
|
||||||
"%s(%d): Invalid access (permissions?)\n",
|
"%s(%d): Invalid access (permissions?)\n",
|
||||||
"%s(%d): Unknown error code from NSCreateObjectFileImageFromFile\n",
|
"%s(%d): Unknown error code from NSCreateObjectFileImageFromFile\n"
|
||||||
};
|
};
|
||||||
#define NUM_OFI_ERRORS (sizeof(OFIErrorStrings) / sizeof(OFIErrorStrings[0]))
|
#define NUM_OFI_ERRORS (sizeof(OFIErrorStrings) / sizeof(OFIErrorStrings[0]))
|
||||||
|
|
||||||
|
Binary file not shown.
1949
src/zlib/zlibM5.xml
1949
src/zlib/zlibM5.xml
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Reference in New Issue
Block a user