Cleanup: warning

This commit is contained in:
Campbell Barton 2015-05-28 18:23:02 +10:00
parent 89c56f6e47
commit 3dd346c2a1
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ void GHOST_DropTargetX11::UrlDecode(char *decodedOut, int bufferSize, const char
unsigned int i;
unsigned int len = strlen(encodedIn);
DecodeState_e state = STATE_SEARCH;
int j, asciiCharacter;
int j;
unsigned int asciiCharacter;
char tempNumBuf[3] = {0};
bool bothDigits = true;