[Poppler-bugs] [Bug 97432] Required glib version is too low

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 21 22:07:53 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=97432

--- Comment #1 from Jason Crain <jason at aquaticape.us> ---
A typecast would fix it.  Changing "G_PARAM_READWRITE" to "(GParamFlags)
G_PARAM_READWRITE".

Before glib 2.42, instead of being a member of typedef enum GParamFlags,
G_PARAM_READWRITE was #define'd as "(G_PARAM_READABLE | G_PARAM_WRITABLE)".  C
is fine with this, but C++ complains with its stricter rules.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20160821/76fa73af/attachment.html>


More information about the Poppler-bugs mailing list