Merge pull request #3891 from devnexen/register_kw_obsolete

register keyword removal
This commit is contained in:
Benau 2019-05-01 17:54:59 +08:00 committed by GitHub
commit 0d72de7094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ void CColorConverter::convert8BitTo32Bit(const u8* in, u8* out, s32 width, s32 h
out += lineWidth * height;
u32 x;
register u32 c;
u32 c;
for (u32 y=0; y < (u32) height; ++y)
{
if (flip)