[cairo-bugs] [Bug 48577] _cairo_clip_* symbols unreferenced during build of cairo-test-suite

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Apr 12 01:39:41 PDT 2012


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

--- Comment #1 from Uli Schlachter <psychon at znc.in> 2012-04-12 01:39:41 PDT ---
For reference: This is the same underlying problem as bug 48489. The compiler
sees a static inline function that is unused but still emits it which sounds
pretty useless.

The include chain that leads to cairo-clip-private.h is:
cairo-boilerplate-ps.c => cairo-ps-surface-private.h => cairo-surface-private.h
=> cairo-clip-private.h

Good luck working around this compiler. :-(

I have to ask now: Mark, which compiler is this?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the cairo-bugs mailing list