Fix -Wcast-qual warning.

llvm-svn: 101894
This commit is contained in:
Benjamin Kramer 2010-04-20 11:50:37 +00:00
parent ffed1cb339
commit 80178eea6a
1 changed files with 1 additions and 2 deletions

View File

@ -813,8 +813,7 @@ _Unwind_Reason_Code ourPersonality(int version,
} }
#endif #endif
const uint8_t* lsda = (uint8_t*) const uint8_t* lsda = _Unwind_GetLanguageSpecificData(context);
_Unwind_GetLanguageSpecificData(context);
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, fprintf(stderr,