Summary: | errors in dparammanager.h and dparam.h headers from media-libs/gstreamer | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Zack Pearsall <zap4260> |
Component: | [OLD] Library | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | leroutier |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Zack Pearsall
2004-05-27 23:45:55 UTC
those commas are allowed by C99, but where not by ANSI/C89 i've removed most of those leading commas in enums in current gstreamer CVS (would be in 0.8.2) shouldn't be an issue with gcc, but is an issue for other compilers like AIX native compiler. i wonder why your gcc complains here. or is it not allowed by g++/C++ std ? (as it is a C++ app that uses those includes) I kind of suspect it is a g++ thing. But I don't know. no traffic for a while, reopen if still a problem with recent gst versions. |