[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Makefile between version 1.89 and 1.90

version 1.89, 2017/07/12 09:24:17 version 1.90, 2018/08/09 09:53:44
Line 122 
Line 122 
 CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2  CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
 CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations  CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
 CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare  CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
 CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align  CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align -Wunused
   
 LDADD=  -lutil -lcurses -levent  LDADD=  -lutil -lcurses -levent
 DPADD=  ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}  DPADD=  ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90