diff --git a/compat/getopt_long.c b/compat/getopt_long.c index 9bd4fe14..3a8a5ec1 100644 --- a/compat/getopt_long.c +++ b/compat/getopt_long.c @@ -56,7 +56,10 @@ #include #include "tmux.h" -#define warnx(a, b) /* XXX */ +int +warnx(const char *fmt, ...) +{ +} #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */