From: Vincent van Ravesteijn Date: Fri, 16 Mar 2012 11:20:52 +0000 (+0100) Subject: Revert commenting the file format warnings X-Git-Tag: 2.1.0beta1~1942 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=234ba2c41978f7e768791b833708b449e91000fc;p=features.git Revert commenting the file format warnings These warnings have been (accidentally) commented out in 42aeab2a (uwestoehr; support for table cell rotations; 16-03-2012). In the next commit the warning will be replaced by a form which is also understood by MSVC. --- diff --git a/src/version.h b/src/version.h index 2a42cad211..83ce3e4b72 100644 --- a/src/version.h +++ b/src/version.h @@ -34,9 +34,9 @@ extern char const * const lyx_version_info; #define LYX_FORMAT_TEX2LYX 428 // uwestoehr: rotated table cells #if LYX_FORMAT_TEX2LYX != LYX_FORMAT_LYX -//#warning "tex2lyx produces an out of date file format." -//#warning "Please update tex2lyx as soon as possible, since it depends implicitly" -//#warning "on the current file format in some places (this causes bugs like #7780)." +#warning "tex2lyx produces an out of date file format." +#warning "Please update tex2lyx as soon as possible, since it depends implicitly" +#warning "on the current file format in some places (this causes bugs like #7780)." #endif //} // namespace lyx