Commit b659c70080a01cc06fe72d66b3580efbd24225bc

Ryan C. Gordon 2014-03-20T10:41:47

Static analysis fix: uninitialized variables. This is actually a false-positive, in this case, since Clang doesn't know that SDL_SetError() only ever returns -1. Feature request to improve that, with explanation about these specific SDL patches, is here: http://llvm.org/bugs/show_bug.cgi?id=19208