===> 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: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; }
                    ^
2 warnings generated.
CC -o frankenwm
*** Please use pkgtools/verifypc to sanity check dependencies.