Skip to content
Snippets Groups Projects

Disable GIO modules without provoking scary warnings (#32)

Merged Simon McVittie requested to merge wip/issue32 into master
21 files
+ 316
185
Compare changes
  • Side-by-side
  • Inline
Files
21
+ 2
0
@@ -100,6 +100,8 @@ main (int argc,
int opt;
int exit_code = EXIT_SUCCESS;
_srt_setenv_disable_gio_modules ();
while ((opt = getopt_long (argc, argv, "", long_options, NULL)) != -1)
{
switch (opt)
Loading