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

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

bug#39206: closed (lib/unistr/u8-uctomb.c fails to compile)


From: GNU bug Tracking System
Subject: bug#39206: closed (lib/unistr/u8-uctomb.c fails to compile)
Date: Mon, 21 Sep 2020 19:12:02 +0000

Your message dated Mon, 21 Sep 2020 12:11:42 -0700
with message-id <6fe883a8-75b1-8581-8a67-13b353fc4c20@cs.ucla.edu>
and subject line Re: lib/unistr/u8-uctomb.c fails to compile
has caused the debbugs.gnu.org bug report #39206,
regarding lib/unistr/u8-uctomb.c fails to compile
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
39206: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39206
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: lib/unistr/u8-uctomb.c fails to compile Date: Mon, 20 Jan 2020 17:27:46 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
../../grep/lib/unistr/u8-uctomb.c: In function 'u8_uctomb':
../../grep/lib/unistr/u8-uctomb.c:64:65: error: this statement may fall through 
[-Werror=implicit-fallthrough=]
             case 4: s[3] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x10000;
                                                              ~~~^~~~~~~~~~
../../grep/lib/unistr/u8-uctomb.c:65:13: note: here
             case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800;
             ^~~~
../../grep/lib/unistr/u8-uctomb.c:65:65: error: this statement may fall through 
[-Werror=implicit-fallthrough=]
             case 3: s[2] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x800;
                                                              ~~~^~~~~~~~
../../grep/lib/unistr/u8-uctomb.c:66:13: note: here
             case 2: s[1] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0xc0;
             ^~~~
cc1: all warnings being treated as errors

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



--- End Message ---
--- Begin Message --- Subject: Re: lib/unistr/u8-uctomb.c fails to compile Date: Mon, 21 Sep 2020 12:11:42 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0
As the bug appears to have been fixed I'm closing the bug report.


--- End Message ---

reply via email to

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