Signed-off-by: Cristian Stoica <[email protected]> --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile index 3d769a2..2502f32 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -CFLAGS += -I.. $(CRYPTODEV_CFLAGS) +CFLAGS += -I.. $(CRYPTODEV_CFLAGS) -Wall -Werror comp_progs := cipher_comp hash_comp hmac_comp -- 2.7.3 _______________________________________________ Cryptodev-linux-devel mailing list [email protected] https://mail.gna.org/listinfo/cryptodev-linux-devel
