[Webkit-unassigned] [Bug 32652] forward-declare libsoup types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 15 08:26:30 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=32652





--- Comment #18 from Evan Martin <evan at chromium.org>  2010-04-15 08:26:29 PST ---
gcc doesn't allow forward-declaring enums.  :~(

(I believe it comes from the fact that in principle an enum with < 256 entries
can be stored as a byte, while < 65536 a short, etc.)

I wouldn't be opposed to using a uint for this, but this is also not code I
frequently have to deal with.  If you guys think using a uint and casting isn't
nice, I'll just close this bug.

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



More information about the webkit-unassigned mailing list