[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code
From: |
Eli Zaretskii |
Subject: |
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code |
Date: |
Fri, 26 Dec 2014 10:23:45 +0200 |
> Date: Thu, 25 Dec 2014 16:19:00 -0800
> From: Paul Eggert <address@hidden>
> CC: address@hidden, address@hidden, Eli Zaretskii <address@hidden>
>
> The first patch is purely a mechanical one to simplify maintenance,
> so that the mainline part of src/gnutls.c can use ordinary
> identifiers like gnutls_global_init instead of funky names like like
> fn_gnutls_global_init (the patch moves the funky names into the
> WINDOWSNT section).
No, please don't do that. All of the optional libraries use this
method, so making GnuTLS an exception is bad for maintenance.
- --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Dmitry Antipov, 2014/12/12
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/12
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/12
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Dmitry Antipov, 2014/12/23
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/23
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/23
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Dmitry Antipov, 2014/12/24
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/25
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Lars Ingebrigtsen, 2014/12/25
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code,
Eli Zaretskii <=
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/26
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/27
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/28
- Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Eli Zaretskii, 2014/12/28
Re: --enable-gcc-warnings is broken on Fedora 21 by GnuTLS code, Paul Eggert, 2014/12/12