aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-01-04 14:57:32 +0100
committerUlrich Sibiller <uli42@gmx.de>2021-01-15 18:23:40 +0100
commit21c631f4d51b89e77b159362350a130cf07e16bc (patch)
tree553ba9f7d457c79ab35323362da03157d3d709ef
parent6aff5bfdf5ff33746060471f4e8db29c4c9f4f59 (diff)
downloadnx-libs-21c631f4d51b89e77b159362350a130cf07e16bc.tar.gz
nx-libs-21c631f4d51b89e77b159362350a130cf07e16bc.tar.bz2
nx-libs-21c631f4d51b89e77b159362350a130cf07e16bc.zip
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.
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c
index 6ef52f7aa..e1a0776ad 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Window.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c
@@ -3905,7 +3905,7 @@ StoringPixmapPtr nxagentFindItemBSPixmapList(unsigned long pixmapId)
}
}
- #ifdef WARNING
+ #ifdef TEST
fprintf(stderr, "%s: WARNING! Item not found.\n", __func__);
#endif