]> git.lyx.org Git - features.git/commitdiff
Avoid warning.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 22 Apr 2018 01:41:47 +0000 (21:41 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 22 Apr 2018 01:41:47 +0000 (21:41 -0400)
src/frontends/qt4/GuiView.cpp

index c1e28869b888477faf58d16f286f4d09d55b8683..f18bbfe0dd64a0402249b614a4e6934de2f49db2 100644 (file)
@@ -3645,6 +3645,7 @@ bool GuiView::GuiViewPrivate::asyncBufferProcessing(
                                || status == Buffer::PreviewSuccess);
        }
 #else
+       (void) allow_async;
        Buffer::ExportStatus status;
        if (syncFunc) {
                status = (used_buffer->*syncFunc)(format, true);