Clean up compilation warnings.
This commit is contained in:
parent
3dcf64dcf0
commit
985c84c80e
@ -12,7 +12,7 @@ SRCS+= terminal.c tilde.c window.c indices.c doc.c nodemenu.c
|
||||
SRCS+= footnotes.c variables.c gc.c xmalloc.c getopt1.c getopt.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1
|
||||
CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1 -DHAVE_STRERROR
|
||||
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1
|
||||
CFLAGS+= -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1
|
||||
CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user