]> git.lyx.org Git - features.git/commitdiff
Squash warning.
authorRichard Heck <rgheck@comcast.net>
Fri, 29 Oct 2010 20:54:26 +0000 (20:54 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 29 Oct 2010 20:54:26 +0000 (20:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35923 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index 5b9deb8d9a5dcbf6940ccc1478edd32ab009784e..358386456b100682c540f5ec06c48b42738f96ed 100644 (file)
@@ -1357,7 +1357,7 @@ void GuiApplication::dispatch(FuncRequest const & cmd, DispatchResult & dr)
                if (buf)
                        buf->setReadonly(true);
 #else
-               buf;
+               (void) buf;
 #endif
                break;
        }