]> git.lyx.org Git - features.git/commitdiff
another pesky \#warning snuck in
authorAllan Rae <rae@lyx.org>
Fri, 20 Apr 2001 02:43:42 +0000 (02:43 +0000)
committerAllan Rae <rae@lyx.org>
Fri, 20 Apr 2001 02:43:42 +0000 (02:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1944 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/formula.C

index a0fd5879183c5bdebc8d54423c23f131248a2e63..c78cb12571ac35df074637a21d2fb2419555fa92 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-20  Allan Rae  <rae@lyx.org>
+
+       * formula.C (LocalDispatch): fixed another #warning.  Guess who.
+
 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * math_macrotemplate.h: inherit privately from noncopyable
index 5bd4ef0d0be2df2f23f3755997a97c284a8aa30a..3713e1bd2de0e9a557ef882f627405b5da22d25c 100644 (file)
@@ -1101,7 +1101,9 @@ InsetFormula::LocalDispatch(BufferView * bv, kb_action action,
                break;
 
                //------- dummy actions
+#ifdef WITH_WARNINGS
 #warning Is this needed here? Shouldnt the main dispatch handle this? (Lgb)
+#endif
                //case LFUN_EXEC_COMMAND:
                //bv->owner()->getMiniBuffer()->PrepareForCommand();
                //break;