mirror of
https://github.com/Motschen/Adventura.git
synced 2025-12-16 03:45:10 +01:00
fix: no more compile warnings
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user