Opened 9 years ago
Closed 9 years ago
#7968 closed defect (fixed)
evince-3.20.0 fails to build with gcc-6.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
ev-document-misc.c: In function 'ev_document_misc_format_date': ev-document-misc.c:534:33: error: '%c' yields only last 2 digits of year in some locales [-Werror=format-y2k] len = strftime (s, sizeof (s), fmt_hack, &t); ^~~~~~~~ cc1: some warnings being treated as errors
Fix found at arch: add --enable-compile-warnings=minimum
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r17510