summaryrefslogtreecommitdiff
path: root/Source/cmDependsFortranLexer.in.l
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-01 11:38:42 -0400
committerBrad King <brad.king@kitware.com>2006-08-01 11:38:42 -0400
commitab61137eb177d9606ad3fa47b6b08d22b9993279 (patch)
treece57b66cd29b6dc1dab00d196eeeda84e8ef82a2 /Source/cmDependsFortranLexer.in.l
parent7776d18896bda01c743317dd45fd5c816e8f408a (diff)
downloadcmake-ab61137eb177d9606ad3fa47b6b08d22b9993279.tar.gz
COMP: Fix and/or disable warnings for Borland 5.6 build.
Diffstat (limited to 'Source/cmDependsFortranLexer.in.l')
-rw-r--r--Source/cmDependsFortranLexer.in.l5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmDependsFortranLexer.in.l b/Source/cmDependsFortranLexer.in.l
index a9ed2566c7..f95ccdb764 100644
--- a/Source/cmDependsFortranLexer.in.l
+++ b/Source/cmDependsFortranLexer.in.l
@@ -64,6 +64,11 @@ Modify cmDependsFortranLexer.h:
# pragma warning ( disable : 4786 )
#endif
+#if defined(__BORLANDC__)
+# pragma warn -8008 /* condition always returns true */
+# pragma warn -8066 /* unreachable code */
+#endif
+
/* Disable features we do not need. */
#define YY_NEVER_INTERACTIVE 1
#define ECHO