mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Avoid warning.
This commit is contained in:
parent
0fc50a2637
commit
97021ee369
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user