Skip to content
Commit e2901096 authored by Allison Karlitskaya's avatar Allison Karlitskaya
Browse files

libvncserver: fix non-literal format string issue

vino is built with -Werror=format-nonliteral by default and uses a
non-literal format string.

Tag the function that it is used from so that the compiler allows it.
This has a side effect of ensuring that the users of this function are
doing it correctly.

The easiest way to do this correctly is to use the macro in glib, so we
must include the header from this file (which did not yet have it).

https://bugzilla.gnome.org/show_bug.cgi?id=726002
parent 3db2ef17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment