From 0821197bc1c57c756e737740d6a6de9c83314fae Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jan 2026 17:30:15 +0100 Subject: fix warnings --- run_linux64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_linux64.sh') diff --git a/run_linux64.sh b/run_linux64.sh index 7f87d6c..8d7cefc 100755 --- a/run_linux64.sh +++ b/run_linux64.sh @@ -11,7 +11,7 @@ SOURCES=$(find src -type f \( -name "*.cpp" \) ! -path "src/countries/*") # Compiler flags. LIBS="-lstdc++ -lglfw -lGL -lm -lssl -lcrypto" -FLAGS="-Wall -Wno-changes-meaning -Wno-write-strings -Wno-attributes -Wno-unused-variable -fpermissive -Wno-format-zero-length -ggdb" +FLAGS="-Wall -Wno-changes-meaning -ggdb -Wfatal-errors" DEFINITIONS="-D_DATE_=\"$DATE\"" INCLUDE_DIRS="-Ilibs/openssl-3.6.0-beta1/x64/include -Ilibs/ -Iinclude" -- cgit v1.2.3-70-g09d2