inexorgame / vulkan-renderer

A new 3D game engine for Linux and Windows using C++20 and Vulkan API 1.3, in very early but ongoing development
https://inexor.org
MIT License
756 stars 33 forks source link

Fix all compiler warnings when enabling -Wextra and -Wall #508

Open IAmNotHanni opened 1 year ago

IAmNotHanni commented 1 year ago

Is your feature request related to a problem?

When passing the -Wall and -Wextra compiler flags, there are quite some unfixed warnings. Related: https://github.com/inexorgame/vulkan-renderer/pull/507

Description

Pass the flags to the compiler and build the project.

Alternatives

Ignore the warnings and do nothing about it.

Affected Code

The entire code.

Operating System

All operating systems.

Additional Context

None