]> git.lyx.org Git - features.git/commitdiff
Revert commenting the file format warnings
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 16 Mar 2012 11:20:52 +0000 (12:20 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 16 Mar 2012 11:25:16 +0000 (12:25 +0100)
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.

src/version.h

index 2a42cad211dce273be9ce217c05b1e8450df699e..83ce3e4b726f46d5d8b09f3c3de476f0bac4be30 100644 (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