|
Bugzilla – Full Text Bug Listing |
| Summary: | vinagre fails to build with GCC 7 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | GNOME | Assignee: | Dominique Leuenberger <dimstar> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dimstar |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1030236 | ||
|
Description
Martin Liška
2017-03-28 12:36:32 UTC
[ 49s] vinagre/vinagre-utils.c:686:2: error: format not a string literal, argument types not checked [-Werror=format-nonliteral] [ 49s] _tmp12_ = g_strdup_printf (_tmp10_, _tmp11_); This is actually the only error - the rest are deprecated warnings (not new with gcc7) In this case it just seems format-nonliteral is newly treated as error - which in case of the vala generated C code is just a but noisy. I'll create a submission filtering this error away Fix has been submitted and staged in :C |