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.
This commit is contained in:
Vincent van Ravesteijn 2012-03-16 12:20:52 +01:00
parent 7a46910f04
commit 234ba2c419

View File

@ -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