diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-05-03 19:42:46 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-05-13 05:30:03 +0200 |
commit | 52dc49607e244c0e39b5d7cbdb8b41755f078aac (patch) | |
tree | 8c4e2be57984a1d9e6143944d080e19f6c3049ec /nx-X11/programs/Xserver/Xext | |
parent | a0e5589edf49f6f43631ce4ee7458e2dce4994e5 (diff) | |
download | nx-libs-52dc49607e244c0e39b5d7cbdb8b41755f078aac.tar.gz nx-libs-52dc49607e244c0e39b5d7cbdb8b41755f078aac.tar.bz2 nx-libs-52dc49607e244c0e39b5d7cbdb8b41755f078aac.zip |
hw/nxagent/Display.c: Avoid incompatible pointer type.
Amends the following compiler warning
Display.c: In function ‘nxagentMakeIcon’:
Display.c:1949:18: warning: assignment from incompatible pointer type
agentIconData=x2goagentIconData;
^
Display.c:1954:18: warning: assignment from incompatible pointer type
agentIconData=nxagentIconData;
^
Display.c:2001:41: warning: passing argument 3 of ‘XpmCreatePixmapFromData’ from incompatible pointer type
agentIconData,
^
In file included from Icons.h:22:0,
from Display.c:67:
X11/include/xpm_nxagent.h:242:6: note: expected ‘char **’ but argument is of type ‘char *’
FUNC(XpmCreatePixmapFromData, int, (Display *display,
^
X11/include/xpm_nxagent.h:230:32: note: in definition of macro ‘FUNC’
#define FUNC(f, t, p) extern t f p
Diffstat (limited to 'nx-X11/programs/Xserver/Xext')
0 files changed, 0 insertions, 0 deletions