Fix warning in previous.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Apr 2021 21:45:03 +0000 (23:45 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 3 Apr 2021 21:45:03 +0000 (23:45 +0200)
.gitignore
src/wx/film_viewer.cc

index bacaa1524ad26ce30f9ccb592f26dc337de68e48..bf65ce2f72f1f8f9e0a1619f5b3f798fc46548a1 100644 (file)
@@ -42,3 +42,5 @@ src/wx/subscribers.cc
 .ccls-cache
 compile_commands.json
 vim-lsp.log
+
+lock
\ No newline at end of file
index 14737d0094626d3775c2a6b05a5bcd58b7cde67c..cc18d634d3963b2a583880a973163bc2aa72b176 100644 (file)
@@ -742,7 +742,7 @@ FilmViewer::too_many_frames_dropped ()
                stop ();
        }
 
-       bool shown = NagDialog::maybe_nag (
+       NagDialog::maybe_nag (
                panel(),
                Config::NAG_TOO_MANY_DROPPED_FRAMES,
                _("The player is dropping a lot of frames, so playback may not be accurate.\n\n"