Make plugin warning non-fatal (bug #2604).
When compiler with low lever debugging, these warnings can result in an abort. Use g_printerr to avoid this, warnings are harmless anyway.
Please register or sign in to comment
When compiler with low lever debugging, these warnings can result in an abort. Use g_printerr to avoid this, warnings are harmless anyway.