]> git.lyx.org Git - lyx.git/blobdiff - src/tabular-old.C
fix "make dist" target
[lyx.git] / src / tabular-old.C
index 9bdf96ccd653c30424acdc9397f087e4ff64f7a1..7ec6fbd2d0ce5d5b80b7d932025d35a5db55e5c6 100644 (file)
@@ -125,7 +125,9 @@ bool getTokenValue(string const & str, const char * token, bool & flag)
 inline
 void l_getline(istream & is, string & str)
 {
+#ifdef WITH_WARNINGS
 #warning old l_getline
+#endif
     getline(is, str);
     while(str.empty())
        getline(is, str);