summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-04-29 18:07:52 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-04-29 18:07:52 +0100
commit4efa0dd16c42d89cb722ca7a482e37afe4430f97 (patch)
treeafd1eb65313fb8f60d6d4c4dc2c3a1e8a5cbb67f /docs
parentc975e024efe3ce4811c167d66a8cb4e1627adcc0 (diff)
downloadgdk-pixbuf-4efa0dd16c42d89cb722ca7a482e37afe4430f97.tar.gz
Silence two compiler warnings
We have two "set but unused variable" warnings coming from gdk-pixbuf-xlib. The first is caused by an unnecessary variable used to hold the return value of XGetWindowAttributes(); we don't do anything with it, and it's way too late for changing the behaviour of the function to bail out on error. The second is caused by a variable that is only used when a debugging printf() is compiled in; to avoid the warning without creating even more complex macro hell, we tell the compiler that the variable is unused.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions