]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.C
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / insetcaption.C
index 16c485077c890c9e62acf83f80003af596bf0c5e..bc8ee48a57055895e405b61aff70b6e346a64e86 100644 (file)
@@ -114,13 +114,17 @@ int InsetCaption::Latex(Buffer const * buf, ostream & os,
 int InsetCaption::Ascii(Buffer const * /*buf*/,
                        ostream & /*os*/, int /*linelen*/) const
 {
+#ifdef WITH_WARNINGS
 #warning Implement me!
+#endif
        return 0;
 }
 
 
 int InsetCaption::DocBook(Buffer const * /*buf*/, ostream & /*os*/) const
 {
+#ifdef WITH_WARNINGS
 #warning Implement me!
+#endif
        return 0;
 }