emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33863: closed ([PATCH] build: avoid build failure


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33863: closed ([PATCH] build: avoid build failure with --enable-gcc-warnings and latest gcc)
Date: Tue, 25 Dec 2018 00:22:01 +0000

Your message dated Mon, 24 Dec 2018 16:20:45 -0800
with message-id <address@hidden>
and subject line Re: [bug-diffutils] bug#33863: [PATCH] build: avoid build 
failure with --enable-gcc-warnings and latest gcc
has caused the debbugs.gnu.org bug report #33863,
regarding [PATCH] build: avoid build failure with --enable-gcc-warnings and 
latest gcc
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33863: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33863
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] build: avoid build failure with --enable-gcc-warnings and latest gcc Date: Mon, 24 Dec 2018 16:00:20 -0800
Preparing for a release, I noticed a build failure. Here's what I've
just pushed, along with a few maintenance-related diffs:

* src/diff.c (usage): Assert that each line length is no longer than
the minimum required size of 4095.  This lets newer gcc (currently
9.0.0 20181219) infer that it need not issue this warning:
diff.c:1012:19: error: '%.*s' directive output between 0 and 2147483647
bytes may exceed minimum required size of 4095
[-Werror=format-overflow=]
1012 |        printf ("  %.*s", msglen, msg);

Attachment: format-overflow-warning.diff
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: [bug-diffutils] bug#33863: [PATCH] build: avoid build failure with --enable-gcc-warnings and latest gcc Date: Mon, 24 Dec 2018 16:20:45 -0800


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]