=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Makefile,v retrieving revision 1.105 retrieving revision 1.106 diff -c -r1.105 -r1.106 *** src/usr.bin/tmux/Makefile 2020/05/16 16:02:24 1.105 --- src/usr.bin/tmux/Makefile 2020/05/16 16:30:59 1.106 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.105 2020/05/16 16:02:24 nicm Exp $ PROG= tmux SRCS= alerts.c \ --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.106 2020/05/16 16:30:59 nicm Exp $ PROG= tmux SRCS= alerts.c \ *************** *** 123,130 **** window-customize.c \ window-tree.c \ window.c \ ! xmalloc.c \ ! xterm-keys.c CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations --- 123,129 ---- window-customize.c \ window-tree.c \ window.c \ ! xmalloc.c CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2 CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations