| Summary: | graphviz: redundant redeclaration of 'aghtmlstr' | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Yuri N. Sedunov <aris> |
| Component: | graphviz | Assignee: | kotopesutility <kotopesutility> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P3 | CC: | george, grenka, kotopesutility, lav, mike |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 46625 | ||
graphviz-11.0.0-alt1 сломал тесты в vala. ________________________________________________________________________ /usr/include/graphviz/cgraph.h:590:16: error: redundant redeclaration of 'aghtmlstr' [-Werror=redundant-decls] 590 | CGRAPH_API int aghtmlstr(const char *); | ^~~~~~~~~ /usr/include/graphviz/cgraph.h:587:16: note: previous declaration of 'aghtmlstr' with type 'int(const char *)' 587 | CGRAPH_API int aghtmlstr(const char *); | ^~~~~~~~~ ________________________________________________________________________________ https://gitlab.com/graphviz/graphviz/-/blob/main/lib/cgraph/cgraph.h?ref_type=heads#L587