diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-02-21 19:13:33 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-02-21 19:13:33 -0500 |
| commit | 42c04fbf3846211e07b1b4fa01babd931bcaf5f1 (patch) | |
| tree | 1367b30bae382a9e66f187889ab38bdd26fa9824 /tests | |
| parent | fix signed/unsigned comparison (diff) | |
| download | gensvm-42c04fbf3846211e07b1b4fa01babd931bcaf5f1.tar.gz gensvm-42c04fbf3846211e07b1b4fa01babd931bcaf5f1.zip | |
add additional gcc checks
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 15f5575..8d00c35 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -g -rdynamic -DNDEBUG $(OPTFLAGS) +CFLAGS=-Wall -Wno-unused-result -Wsign-compare -g -rdynamic -DNDEBUG $(OPTFLAGS) INCLUDE=-I../include/ -I./include LIB=-L../lib |
