mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Merge pull request #875 from irssi/ailin-nemui-compile-oldtest
Fix test compilation on old glib
This commit is contained in:
commit
0a0c755b89
1 changed files with 2 additions and 0 deletions
|
|
@ -165,7 +165,9 @@ int main(int argc, char **argv)
|
||||||
server_destroy_flood_set_up, test_server_destroy_flood,
|
server_destroy_flood_set_up, test_server_destroy_flood,
|
||||||
server_destroy_flood_tear_down);
|
server_destroy_flood_tear_down);
|
||||||
|
|
||||||
|
#if GLIB_CHECK_VERSION(2,38,0)
|
||||||
g_test_set_nonfatal_assertions();
|
g_test_set_nonfatal_assertions();
|
||||||
|
#endif
|
||||||
|
|
||||||
core_preinit(*argv);
|
core_preinit(*argv);
|
||||||
irssi_gui = IRSSI_GUI_NONE;
|
irssi_gui = IRSSI_GUI_NONE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue