TIC-80 icon indicating copy to clipboard operation
TIC-80 copied to clipboard

C Compilation Warnings

Open RobLoach opened this issue 5 years ago • 2 comments

These don't have any negative impact on compilation, but it's always good to clean them up....

You can get them through compiling Lakka's TIC-80 core...

git clone https://github.com/libretro/Lakka-LibreELEC.git
cd Lakka-LibreELEC
./scripts/build tic80

RobLoach avatar Mar 27 '20 18:03 RobLoach

what compiler are you using here?

nesbox avatar Mar 28 '20 07:03 nesbox

I think LibreELEC is using gcc behind the scenes on my machine, but you can get the warnings passed through cmake by adding...

add_definitions ("-Wall -Wextra")

https://gist.github.com/RobLoach/bbe7d0c3f6a6aca7315cbc20d873ca0f

RobLoach avatar Mar 28 '20 17:03 RobLoach