Some warning fixes

This commit is contained in:
2023-10-29 09:20:23 +01:00
parent 1ca861459c
commit 7773c55e1a
10 changed files with 66 additions and 16 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ if(MSVC)
Seele.natvis
DESTINATION .)
else()
target_compile_options(Engine PUBLIC -g -Wall -Wextra -Wno-delete-incomplete -pedantic -fcoroutines)
target_compile_options(Engine PUBLIC -g -Wall -Wextra -Wno-delete-incomplete -pedantic -std=c++20)
endif()
add_subdirectory(src/)
@@ -189,4 +189,4 @@ install(
${CMAKE_SOURCE_DIR}/res
DESTINATION
${CMAKE_INSTALL_PREFIX}
)
)