]> git.lyx.org Git - lyx.git/blobdiff - src/ParIterator.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / ParIterator.cpp
index 80f35de25f89a58a37de5c5a551aff711dbe3802..867e86ca544d4c78a7e0d93e276ceac69e8dbb75 100644 (file)
@@ -67,9 +67,7 @@ ParIterator ParIterator::operator++(int)
 // should not be compiled/used. (Lgb)
 ParIterator & ParIterator::operator--()
 {
-#ifdef WITH_WARNINGS
-#warning look here
-#endif
+       // FIXME: look here
 //     DocIterator::backwardPar();
        return *this;
 }
@@ -179,9 +177,7 @@ bool operator!=(ParConstIterator const & iter1, ParConstIterator const & iter2)
 }
 
 
-#ifdef WITH_WARNINGS
-#warning const correctness!
-#endif
+// FIXME: const correctness!
 
 ParConstIterator par_const_iterator_begin(Inset const & inset)
 {