Fix warnings when compiling on Raspi (I think)

master
Tait Hoyem 5 years ago
parent 400599fc91
commit c7d906e81d

@ -1,6 +1,4 @@
CC=g++-4.2
defualt: build
build:
g++ -std=c++11 -Wall -I../src/ -o tests.out ../src/functions.cpp tests_main.cpp
g++ -std=c++11 -w -I../src/ -o tests.out ../src/functions.cpp tests_main.cpp

Loading…
Cancel
Save