jgabaut/helapordo

[BUG] rl-1.4.1 Build fails on clang

Closed this issue · 0 comments

When trying to build rl-1.4.1 with clang an error occurs (given we have -Werror):

src/helapordo_raylib.c:215:17: error: variable 'framesCounter' set but not used [-Werror,-Wunused-but-set-variable]
            int framesCounter = 0;
                ^
1 error generated.