]> git.lyx.org Git - lyx.git/blobdiff - src/pariterator.C
fix reading the author field.
[lyx.git] / src / pariterator.C
index 217a64a4d93d767df793fa323bf93a8e66a37a3d..8d6fe920564c616ec9b0541b7f71194d77dc1359 100644 (file)
@@ -55,7 +55,9 @@ ParIterator & ParIterator::operator++()
 
 ParIterator & ParIterator::operator--()
 {
+#ifdef WITH_WARNINGS
 #warning look here
+#endif
 //     DocIterator::backwardPar();
        return *this;
 }
@@ -164,7 +166,9 @@ bool operator!=(ParConstIterator const & iter1, ParConstIterator const & iter2)
 }
 
 
+#ifdef WITH_WARNINGS
 #warning const correctness!
+#endif
 
 ParConstIterator par_const_iterator_begin(InsetBase const & inset)
 {