]> git.eshelyaron.com Git - emacs.git/commit
Use -Wtrailing-whitespace when warning
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Apr 2025 02:29:05 +0000 (19:29 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 21 Apr 2025 20:41:25 +0000 (22:41 +0200)
commit3d868670b8b1cbfc95cc470beed49cece576f397
treea9097655d36fe880722c1bfa23ec9e890e7c1258
parent56aad204c19aff127a3250a67e7d79c7ddd8d71b
Use -Wtrailing-whitespace when warning

* configure.ac: When enabling GCC warnings, enable GCC 15’s new
-Wtrailing-whitespace option if available, as that’s the Emacs style.

(cherry picked from commit 589f596c96964ecf5e736a4b3b674ede4b193910)
configure.ac