mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Fake warnx().
This commit is contained in:
parent
91bc6836f7
commit
b38f6608c7
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user