From 3a4ebf380c39d285131fc495abc0e6335c8e4675 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 29 Oct 2010 20:54:26 +0000 Subject: [PATCH] Squash warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35923 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 5b9deb8d9a..358386456b 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -1357,7 +1357,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr) if (buf) buf->setReadonly(true); #else - buf; + (void) buf; #endif break; } -- 2.39.5