Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Wed, 10 Jul 2019 17:14:02 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: [PATCH v2 0/3] Resolve compiler warnings in master

On Sat, Jun 29, 2019 at 06:19:03PM -0500, Samuel Holland wrote:
> These three patches resolve some compiler warnings about mismatched
> attributes, and restrict violations, and a macro redifinition.
> 
> Fixing the header prototype for ___errno_location does provide the
> expected optimization improvement:
> 
> Before:
>    text    data     bss     dec     hex filename
>  675262    2146   11568  688976   a8350 lib/libc.so
> 
> After:
>    text    data     bss     dec     hex filename
>  674838    2146   11568  688552   a81a8 lib/libc.so
> 
> Changes since v1:
> - Move the attribute to the prototype in src/include/errno.h
> - Add patch 3
> 
> Samuel Holland (3):
>   resolve -Wrestrict warnings
>   use the correct attributes for ___errno_location
>   Revert "mips,powerpc: fix TIOCSER_TEMT in termios.h"

Thanks! Sorry I overlooked these at first. Applying.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.