Silence some warnings

This commit is contained in:
Georg Hagen
2024-07-23 22:10:33 +02:00
parent 02ff22d193
commit 2e51457602
2 changed files with 17 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenVulkano
[[nodiscard]] uint32_t Patch() const { return GetComponent(2); }
[[nodiscard]] uint32_t Build() const { return m_buildNumber; }
[[nodiscard]] uint64_t Build() const { return m_buildNumber; }
[[nodiscard]] bool IsPreRelease() const { return m_preRelease; }