emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Clean up a couple of compiler warnings


From: Paul Eggert
Subject: Re: [PATCH] Clean up a couple of compiler warnings
Date: Tue, 23 May 2017 10:36:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

On 05/23/2017 03:17 AM, Philipp Stephani wrote:
I haven't tested it, but I'm pretty sure that adding -Wno-missing-braces should work.

I'd feel more comfortable if you tested it and then committed it to master.

it would be more future-proof to explicitly specify -Wno...

In my experience it's a waste of time to try to future-proof or to retrofit GCC's warnings, or Clang's for that matter. The warnings are too flaky and are too mutable from one version to the next. At best we can arrange for recent GCC to not warn on a few common configurations. Maybe Clang too, if someone takes the time to do that.

But in practice, at least on Unix-like systems, only GCC and Clang matter

Other compilers still matter, I'm afraid. E.g., see <http://bugs.gnu.org/26735>, which is currently blocking Emacs release, and which is about Intel's C compiler.




reply via email to

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