diff options
Diffstat (limited to 'emacs/29.3/06_all_flymake-gcc-14.patch')
-rw-r--r-- | emacs/29.3/06_all_flymake-gcc-14.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emacs/29.3/06_all_flymake-gcc-14.patch b/emacs/29.3/06_all_flymake-gcc-14.patch deleted file mode 100644 index 5167d21..0000000 --- a/emacs/29.3/06_all_flymake-gcc-14.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix flymake tests with GCC 14 -https://debbugs.gnu.org/71749 - ---- emacs-29.3/test/lisp/progmodes/flymake-tests.el -+++ emacs-29.3/test/lisp/progmodes/flymake-tests.el -@@ -174,7 +174,8 @@ - (flymake-tests--with-flymake - ("some-problems.h") - (flymake-goto-next-error) -- (should (eq 'flymake-warning (face-at-point))) -+ ;; implicit-int was promoted from warning to error in GCC 14 -+ (should (memq (face-at-point) '(flymake-warning flymake-error))) - (flymake-goto-next-error) - (should (eq 'flymake-error (face-at-point))) - (should-error (flymake-goto-next-error nil nil t))) |