]> git.eshelyaron.com Git - emacs.git/commit
Work around bad GCC diagnostic in select_window
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 Apr 2024 08:20:13 +0000 (01:20 -0700)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:29:39 +0000 (18:29 +0200)
commit0815b677ef9912206e2761b93228e8ff52e0e7f6
tree77b8748645fe76df4f942a36d73b49ba9fde05fb
parentedaf03bc924f5e8d444a419cb452a8c5fd244755
Work around bad GCC diagnostic in select_window

* src/textconv.c (select_window): Add an eassume to work
around GCC bug 114893.

(cherry picked from commit aad80e1934f09b643b93aeb3bf9c1d583af6e2ec)
src/textconv.c