mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 17:42:49 +02:00
Disable printf and fprintf when compiling with SUPPRESS_PRINTF_FALLBACK
This commit is contained in:
parent
1bbd9f393c
commit
c892c780c5
1 changed files with 5 additions and 0 deletions
|
|
@ -116,4 +116,9 @@ typedef struct _CHANNEL_SETUP_REC CHANNEL_SETUP_REC;
|
|||
|
||||
typedef struct _WINDOW_REC WINDOW_REC;
|
||||
|
||||
#ifdef SUPPRESS_PRINTF_FALLBACK
|
||||
#define printf(fmt, ...) (0)
|
||||
#define fprintf(stream, fmt, ...) (0)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue