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

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

bug#42656: term.c:1405:25: warning: ‘%d’ directive writing between 2 and


From: Paul Eggert
Subject: bug#42656: term.c:1405:25: warning: ‘%d’ directive writing between 2 and 10 bytes into a region of size 3
Date: Mon, 17 Aug 2020 16:36:16 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

I regularly get messages like that from old versions of GCC. It's better to ignore such messages, as we shouldn't clutter up the code merely to pacify older (or buggy) compilers.

You can build with --disable-gcc-warnings to suppress the annoyances with older compilers (if you're building from Git, that is; you shouldn't need to specify anything if building from a tarball).





reply via email to

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