Hi,
I get a build error on ubuntu with gcc with v8.0.765:
gui_x11.c: In function ‘gui_mch_get_color’:
gui_x11.c:2274:14: warning: unused variable ‘colormap’ [-Wunused-variable]
Colormap colormap;
^
gui_x11.c:2273:17: warning: unused variable ‘available’ [-Wunused-variable]
XColor available;
^
gui_x11.c: In function ‘gui_mch_get_rgb_color’:
gui_x11.c:2300:5: error: ‘colormap’ undeclared (first use in this function)
colormap = DefaultColormap(gui.dpy, DefaultScreen(gui.dpy));
^
gui_x11.c:2300:5: note: each undeclared identifier is reported only once for
each function it appears in
gui_x11.c:2301:55: error: ‘available’ undeclared (first use in this function)
if (XParseColor(gui.dpy, colormap, (char *)spec, &available) != 0
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.