From: Allan Rae Date: Fri, 20 Apr 2001 02:43:42 +0000 (+0000) Subject: another pesky \#warning snuck in X-Git-Tag: 1.6.10~21293 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=664eb7ff45dbb4fabc22ec0b56798031a82335b1;p=features.git another pesky \#warning snuck in git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1944 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index a0fd587918..c78cb12571 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-04-20 Allan Rae + + * formula.C (LocalDispatch): fixed another #warning. Guess who. + 2001-04-17 Lars Gullik Bjønnes * math_macrotemplate.h: inherit privately from noncopyable diff --git a/src/mathed/formula.C b/src/mathed/formula.C index 5bd4ef0d0b..3713e1bd2d 100644 --- a/src/mathed/formula.C +++ b/src/mathed/formula.C @@ -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;