mirror of
https://github.com/openssh/libopenssh
synced 2026-04-25 06:08:40 +00:00
enable warnings
This commit is contained in:
@@ -2,8 +2,11 @@
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/..
|
||||
|
||||
# enable warnings
|
||||
WARNINGS=Yes
|
||||
|
||||
CDIAGFLAGS= -Wall
|
||||
#CDIAGFLAGS+= -Werror
|
||||
CDIAGFLAGS+= -Werror
|
||||
CDIAGFLAGS+= -Wpointer-arith
|
||||
CDIAGFLAGS+= -Wuninitialized
|
||||
CDIAGFLAGS+= -Wstrict-prototypes
|
||||
|
||||
Reference in New Issue
Block a user