~ubuntu-branches/ubuntu/edgy/cmake/edgy-backports

« back to all changes in this revision

Viewing changes to Source/cmExprParser.cxx

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-04-10 17:52:23 UTC
  • mfrom: (2.1.2 hoary) (8.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410175223-taf5w6y2halxs5jh
Tags: 2.4.6-0ubuntu1~edgy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  Program:   CMake - Cross-Platform Makefile Generator
105
105
  Module:    $RCSfile: cmExprParser.cxx,v $
106
106
  Language:  C++
107
 
  Date:      $Date: 2006/05/15 22:05:23 $
108
 
  Version:   $Revision: 1.2.4.2 $
 
107
  Date:      $Date: 2006/10/13 14:52:02 $
 
108
  Version:   $Revision: 1.2.4.3 $
109
109
 
110
110
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
111
111
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
159
159
/* Disable some warnings in the generated code.  */
160
160
#ifdef __BORLANDC__
161
161
# pragma warn -8004 /* Variable assigned a value that is not used.  */
 
162
# pragma warn -8008 /* condition always returns true */
 
163
# pragma warn -8060 /* possibly incorrect assignment */
 
164
# pragma warn -8066 /* unreachable code */
162
165
#endif
163
166
#ifdef _MSC_VER
164
167
# pragma warning (disable: 4102) /* Unused goto label.  */