GNOME Bugzilla – Bug 726002
libvncserver: fix non-literal format string issue
Last modified: 2014-03-10 01:11:29 UTC
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).
Created attachment 271382 [details] [review] libvncserver: fix non-literal format string issue
Review of attachment 271382 [details] [review]: Looks good.
Attachment 271382 [details] pushed as e290109 - libvncserver: fix non-literal format string issue Thanks!