]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbyte_code): Remove `unused val' warning.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:40:52 +0000 (17:40 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:40:52 +0000 (17:40 +0000)
src/bytecode.c

index 33f1ae53e28a333226b157fe0705959580434e49..881834367ab377be63954e18695a43698b571f90 100644 (file)
@@ -638,7 +638,7 @@ If the third argument is incorrect, Emacs may crash.  */)
                AFTER_POTENTIAL_GC ();
              }
          }
-         POP;
+         (void) POP;
          break;
 
        case Bdup: