Commit 21c631f4 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Window.c: suppress warning

This used to be printed only in TEST mode. Some while ago I had changed that to WARNING (because it is a warning...). However, this happens e.g. when running the xscreensaver vfeedback module and it does not look like it is a problem at all. So let's suppress this warning again and leave it to the TEST mode as it used to be.
parent 6aff5bfd
......@@ -3905,7 +3905,7 @@ StoringPixmapPtr nxagentFindItemBSPixmapList(unsigned long pixmapId)
}
}
#ifdef WARNING
#ifdef TEST
fprintf(stderr, "%s: WARNING! Item not found.\n", __func__);
#endif
......
Markdown is supported
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