[Github-comments] [geany] Use correct flag for gtk_style_get_color() (#947)
Jiří Techet
notifications at xxxxx
Tue Mar 8 19:43:11 UTC 2016
When compiling with Gtk 3 on OS X, llvm gives me this warning:
```
document.c:3272:36: warning: implicit conversion from enumeration type 'GtkStateType' to different
enumeration type 'GtkStateFlags' [-Wenum-conversion]
gtk_style_context_get_color(ctx, GTK_STATE_NORMAL, &color);
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~
```
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/947
-- Commit Summary --
* Use correct flag for gtk_style_get_color()
-- File Changes --
M src/document.c (2)
-- Patch Links --
https://github.com/geany/geany/pull/947.patch
https://github.com/geany/geany/pull/947.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/947
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160308/0c51cfd1/attachment.html>
More information about the Github-comments
mailing list