mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
diagflags for diags
okay nicm@
This commit is contained in:
parent
dbbb297d5f
commit
5050171f6b
8
Makefile
8
Makefile
@ -33,10 +33,10 @@ SRCS= arg.c attributes.c buffer-poll.c buffer.c cfg.c client-fn.c \
|
||||
tty-write.c tty.c utf8.c window-choose.c window-clock.c \
|
||||
window-copy.c window-more.c window-scroll.c window.c xmalloc.c
|
||||
|
||||
CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
|
||||
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
||||
CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
||||
CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
|
||||
CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
|
||||
CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
||||
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||
|
||||
LDADD= -lutil -lncurses
|
||||
DPADD= ${LIBUTIL}
|
||||
|
Loading…
Reference in New Issue
Block a user