X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftabular-old.C;h=782d8e71d46fa6488635495ff0bba8bbb55d59eb;hb=5bca2431091765b1552cbb5410b1f2c18bbcb9c1;hp=6b943119dfac2a30518a302006b407e45740e2af;hpb=8254b16fd11fea6224e4db951839747e642115d3;p=lyx.git diff --git a/src/tabular-old.C b/src/tabular-old.C index 6b943119df..782d8e71d4 100644 --- a/src/tabular-old.C +++ b/src/tabular-old.C @@ -129,7 +129,7 @@ inline void l_getline(istream & is, string & str) { #ifdef WITH_WARNINGS -#warning old l_getline +//#warning old l_getline #endif getline(is, str); while(str.empty())