Commit 2b323fb5 authored by Chen Bill's avatar Chen Bill Committed by GitHub

remove keyword register (#8)

parent a42c9c2e
...@@ -165,7 +165,7 @@ void CColorConverter::convert8BitTo32Bit(const u8* in, u8* out, s32 width, s32 h ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment