emacs-diffs
[Top][All Lists]
Advanced

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

master 1e15500daf: Avoid a compilation warning in eval.c


From: Lars Ingebrigtsen
Subject: master 1e15500daf: Avoid a compilation warning in eval.c
Date: Sun, 13 Feb 2022 02:27:09 -0500 (EST)

branch: master
commit 1e15500daf620e3ae7556829764c3048fc78a5c9
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Avoid a compilation warning in eval.c
    
    * src/eval.c (specpdl_unrewind): Avoid a compilation warning.
---
 src/eval.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/eval.c b/src/eval.c
index 6bed7c4a89..3e384fc28b 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -4106,7 +4106,7 @@ specpdl_unrewind (union specbinding *pdl, int distance, 
bool vars_only)
                  non-local, this is fine, but if it ever reverts to being
                  local we may end up using this entry "in the wrong
                  direction".  */
-             ;
+             {};
          }
          break;
        }



reply via email to

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