===> Building for frankenwm-1.0.23 frankenwm build options: CFLAGS = -pipe -Os -I/opt/pkg/include -std=c99 -pedantic -Wall -Wextra -I. -I. -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include -g LDFLAGS = -L/opt/pkg/lib -lc -lX11 -L/opt/pkg/lib -lxcb-util -lxcb-icccm -lxcb-keysyms -lxcb-ewmh -lxcb -g CC = clang creating config.h from config.def.h CC frankenwm.c frankenwm.c:225:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void centerwindow(); ^ void frankenwm.c:247:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void focusmaster(); ^ void frankenwm.c:248:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void focusurgent(); ^ void frankenwm.c:253:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void invertstack(); ^ void frankenwm.c:255:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void killclient(); ^ void frankenwm.c:256:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void last_desktop(); ^ void frankenwm.c:259:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void maximize(); ^ void frankenwm.c:261:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void minimize(); ^ void frankenwm.c:263:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void move_down(); ^ void frankenwm.c:264:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void move_up(); ^ void frankenwm.c:266:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void next_win(); ^ void frankenwm.c:267:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void prev_win(); ^ void frankenwm.c:276:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void restore(); ^ void frankenwm.c:290:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void showhide(); ^ void frankenwm.c:291:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void sigchld(); ^ void frankenwm.c:294:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void swap_master(); ^ void frankenwm.c:297:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void tilemize(); ^ void frankenwm.c:298:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void togglepanel(); ^ void frankenwm.c:300:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void togglescratchpad(); ^ void frankenwm.c:1204:27: warning: passing arguments to 'killclient' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] killclient(c); ^ frankenwm.c:1744:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void focusmaster() ^ void frankenwm.c:1765:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void focusurgent() ^ void frankenwm.c:1919:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void invertstack() ^ void frankenwm.c:1941:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void killclient() ^ void frankenwm.c:1973:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void last_desktop() ^ void frankenwm.c:2156:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void maximize() ^ void frankenwm.c:2196:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void minimize() ^ void frankenwm.c:2300:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void move_down() ^ void frankenwm.c:2314:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void move_up() ^ void frankenwm.c:2328:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void next_win() ^ void frankenwm.c:2352:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void prev_win() ^ void frankenwm.c:2555:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void restore() ^ void frankenwm.c:3132:13: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void sigchld() ^ void frankenwm.c:3254:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void swap_master() ^ void frankenwm.c:3313:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void tilemize() ^ void frankenwm.c:3322:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void togglepanel() ^ void frankenwm.c:3332:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void togglescratchpad() ^ void frankenwm.c:481:21: warning: unused function 'rem_tail' [-Wunused-function] static inline node *rem_tail(list *l) { return (l) ? rem_node(l->tail) : NULL; } ^ frankenwm.c:489:21: warning: unused function 'get_node_tail' [-Wunused-function] static inline node *get_node_tail(node *n) { return (n && n->parent) ? n->parent->tail : NULL; } ^ 39 warnings generated. CC -o frankenwm *** Please use pkgtools/verifypc to sanity check dependencies.