Removed warnings unsupported by old GCC versions so they don't error out
This commit is contained in:
parent
957ca7a5ef
commit
9662cb0b14
1 changed files with 1 additions and 2 deletions
3
makefile
3
makefile
|
|
@ -1,6 +1,5 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
FLAGS = -O3 -pedantic -Wall -Wextra -Werror -Wuseless-cast -Wuninitialized \
|
FLAGS = -O3 -pedantic -Wall -Wextra -Werror
|
||||||
-Walloc-size -Walloc-zero -Wduplicated-branches -Wduplicated-cond
|
|
||||||
|
|
||||||
AnnaConnect: connect4.c
|
AnnaConnect: connect4.c
|
||||||
cc $(FLAGS) -o connect4 connect4.c
|
cc $(FLAGS) -o connect4 connect4.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue