Task #131058 - added.err
back to task #131058download
Error: COMPILER_WARNING (CWE-685):
/usr/include/glib-2.0/glib.h:64: included_from: Included from here.
gupnp-1.6.10/libgupnp/gupnp-context.c:35: included_from: Included from here.
gupnp-1.6.10/libgupnp/gupnp-context.c: scope_hint: In function ‘gupnp_context_get_server’
gupnp-1.6.10/libgupnp/gupnp-context.c:556:36: warning[-Wformat-extra-args]: too many arguments for format
# 556 | g_warning ("Unable to listen", error->message);
# | ^~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmessages.h:365:32: note: in definition of macro ‘g_warning’
# 365 | __VA_ARGS__)
# | ^~~~~~~~~~~
# 554| &error)) {
# 555| g_clear_object (&priv->server);
# 556|-> g_warning ("Unable to listen", error->message);
# 557| }
# 558| }