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: ken@… Owned by: ken@…
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 ken@…, 9 years ago

Owner: changed from blfs-book@… to ken@…
Status: newassigned

comment:2 by ken@…, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r17510

Note: See TracTickets for help on using tickets.