]> git.lyx.org Git - features.git/blobdiff - src/mathed/formulabase.C
some mods I had in my local tree, mostly small stuff, perhaps minus the the Makefile...
[features.git] / src / mathed / formulabase.C
index e6421cff7cbce6938f80bb1e0e043264e4126648..cc131a334711f880905bdab7edc927280b48ac6d 100644 (file)
@@ -112,9 +112,7 @@ MathArrayInset * matrixpar(int & idx)
 
 InsetFormulaBase::InsetFormulaBase()
 {
-#ifdef WITH_WARNINGS
-#warning This is needed as long the math parser is not re-entrant
-#endif
+       // This is needed as long the math parser is not re-entrant
        MathMacroTable::builtinMacros();
        //lyxerr << "sizeof MathInset: " << sizeof(MathInset) << "\n";
 }