DucktapeEngine / Ducktape

Ducktape - An open source 3d C++ game engine.
MIT License
127 stars 25 forks source link

Fix all Warnings #134

Closed aryanbaburajan closed 2 years ago

aryanbaburajan commented 2 years ago

You'll run into ... quite a lot of warnings if you compile with target_compile_options(Ducktape PRIVATE -Wall -Wextra -Wpedantic -Werror). I believe fixing them is a good idea to do.

aryanbaburajan commented 2 years ago

Fixed in #156