mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
7a46910f04
commit
234ba2c419
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user