Enable more warnings for unix, fix StrtoF32 bug

This commit is contained in:
2017-06-21 14:54:57 +10:00
parent 341388bb70
commit 73b5d05df8
3 changed files with 64 additions and 40 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
all: dqn_unit_test.cpp
mkdir -p bin
gcc -o bin/dqn_unit_test dqn_unit_test.cpp -lm
gcc -o bin/dqn_unit_test dqn_unit_test.cpp -lm -Wall -Werror