Merge pull request #3891 from devnexen/register_kw_obsolete
register keyword removal
This commit is contained in:
commit
0d72de7094
@ -165,7 +165,7 @@ void CColorConverter::convert8BitTo32Bit(const u8* in, u8* out, s32 width, s32 h
|
|||||||
out += lineWidth * height;
|
out += lineWidth * height;
|
||||||
|
|
||||||
u32 x;
|
u32 x;
|
||||||
register u32 c;
|
u32 c;
|
||||||
for (u32 y=0; y < (u32) height; ++y)
|
for (u32 y=0; y < (u32) height; ++y)
|
||||||
{
|
{
|
||||||
if (flip)
|
if (flip)
|
||||||
|
Loading…
Reference in New Issue
Block a user