Makefile.inc: organize LC_SRCS and use WARNINGS instead of defining our own
This commit is contained in:
parent
e9bcc64e62
commit
dd94f1e75d
12
Makefile.inc
12
Makefile.inc
@ -1,17 +1,9 @@
|
||||
LC_SRCS+= aead.c aead_chacha20_poly1305.c
|
||||
LC_SRCS+= auth.c auth_poly1305.c
|
||||
LC_SRCS+= cipher.c cipher_chacha20.c
|
||||
LC_SRCS+= aead.c aead_chacha20_poly1305.c
|
||||
LC_SRCS+= impl_chacha20.c impl_poly1305.c
|
||||
LC_SRCS+= ct.c util.c
|
||||
|
||||
CFLAGS+= -Wall
|
||||
CFLAGS+= -Wextra
|
||||
CFLAGS+= -Wmissing-declarations
|
||||
CFLAGS+= -Wmissing-prototypes
|
||||
CFLAGS+= -Wpointer-arith
|
||||
CFLAGS+= -Wshadow
|
||||
CFLAGS+= -Wstrict-prototypes
|
||||
CFLAGS+= -Wunused
|
||||
CFLAGS+= -Wno-unused-parameter
|
||||
WARNINGS= Yes
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user