Fake warnx().

This commit is contained in:
Nicholas Marriott 2009-04-02 19:48:01 +00:00
parent 91bc6836f7
commit b38f6608c7

View File

@ -56,7 +56,10 @@
#include <string.h>
#include "tmux.h"
#define warnx(a, b) /* XXX */
int
warnx(const char *fmt, ...)
{
}
#define REPLACE_GETOPT /* use this getopt as the system getopt(3) */