* dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflow
[bpt/emacs.git] / src / dispnew.c
index 4e30788..2d232d4 100644 (file)
@@ -4690,6 +4690,7 @@ update_frame_1 (struct frame *f, bool force_p, bool inhibit_id_p)
        }
     }
 
+  lint_assume (0 <= FRAME_LINES (f));
   pause_p = 0 < i && i < FRAME_LINES (f) - 1;
 
   /* Now just clean up termcap drivers and set cursor, etc.  */