fix: no more compile warnings

This commit is contained in:
Martin Prokoph
2025-02-09 23:54:50 +01:00
parent 813e47a25e
commit 2b9a9b7781
15 changed files with 111 additions and 98 deletions

View File

@@ -1 +1,5 @@
g++ -std=c++23 -Wall ./main.cpp -o ./adventura && ./adventura
g++ -std=c++23 -Wall main.cpp -o adventura
ODER
clang++ -std=c++23 -Weverything -Wno-c++98-compat -Wno-padded -Wall main.cpp -o adventura
Ausführen mit: ./adventura