Removed warning flag

This commit is contained in:
wiire 2015-12-06 23:25:48 +01:00
parent 32091e45ee
commit f76900d9b4

View File

@ -1,4 +1,4 @@
CCFLAGS = -std=c99 -O3 -Wall CCFLAGS = -std=c99 -O3
TARGET = pixiewps TARGET = pixiewps
CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c