1 diff --git a/fastrand.cpp b/fastrand.cpp
2 index 3714f02..d1cf224 100644
5 @@ -30,10 +30,10 @@ Uint32 GetRandSeed(void)
6 Uint16 FastRandom(Uint16 range)
9 - register Uint32 calc;
10 - register Uint32 regD0;
11 - register Uint32 regD1;
12 - register Uint32 regD2;
19 fprintf(stderr, "FastRandom(%hd) Seed in: %lu ", range, randomSeed);
20 diff --git a/screenlib/SDL_FrameBuf.cpp b/screenlib/SDL_FrameBuf.cpp
21 index 2f7b44c..c8e394b 100644
22 --- a/screenlib/SDL_FrameBuf.cpp
23 +++ b/screenlib/SDL_FrameBuf.cpp
24 @@ -555,7 +555,7 @@ static inline void memswap(Uint8 *dst, Uint8 *src, Uint8 len)
27 /* Swap two buffers using a temporary variable */