powervr-graphics / Native_SDK

C++ cross-platform 3D graphics SDK. Includes demos & helper code (resource loading etc.) to speed up development of Vulkan, OpenGL ES 2.0 & 3.x applications
https://docs.imgtec.com/sdk-documentation/html/introduction.html
MIT License
702 stars 197 forks source link

Fix lots of examples warnings #88

Open Alucowie opened 1 month ago

Alucowie commented 1 month ago

Fixes are ordered by modules (OGLES/Vulkan/framework) and warnings class.

Here the list of warnings class fixed : class-memaccess, unsused variable, unused but set variable, unused function, stringop-overread, sign-compare, catch-value, invalid-offsetof, switch, return-value, reorder, unknown-pragmas, range-loop-construct and cast-user-defined.

AlejandroCosin commented 1 month ago

Hi @Alucowie

Thanks a lot for your PRs, I will review them in the upcoming weeks.