mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
silence glib log output during fuzzing on oss-fuzz
This commit is contained in:
parent
96562e460b
commit
9ff224d05d
12 changed files with 48 additions and 0 deletions
6
src/fe-fuzz/null-logger.h
Normal file
6
src/fe-fuzz/null-logger.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef IRSSI_FE_FUZZ_NULL_LOGGER_H
|
||||
#define IRSSI_FE_FUZZ_NULL_LOGGER_H
|
||||
|
||||
void g_log_set_null_logger(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue