CMake/Source/CursesDialog
Brad King acd8161bad ccmake: Remove extra parens around comparison
The Clang compiler warns about extra parenthesis in the code

  if ((form->curpage == field->page))
      ~              ^             ~

because the idiom is commonly used when an assignment is intended
instead of a comparison.  Remove the extra enclosing layer.
2011-02-15 08:46:50 -05:00
..
form ccmake: Remove extra parens around comparison 2011-02-15 08:46:50 -05:00
.NoDartCoverage ENH: Until there is some test for curses dialog, no need to do coverage 2005-06-20 17:37:40 -04:00
CMakeLists.txt Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
ccmake.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesBoolWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesBoolWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesCacheEntryComposite.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesCacheEntryComposite.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesDummyWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesDummyWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesFilePathWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesFilePathWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesForm.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesForm.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesLabelWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesLabelWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesLongMessageForm.cxx Fix or cast more integer conversions in cmake 2010-06-29 09:52:12 -04:00
cmCursesLongMessageForm.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesMainForm.cxx Merge topic 'dev/strict-mode' 2011-01-27 15:34:07 -05:00
cmCursesMainForm.h ccmake: Fix search with '/' 2010-09-16 17:45:27 -04:00
cmCursesPathWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesPathWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesStandardIncludes.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesStringWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesStringWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesWidget.cxx Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cmCursesWidget.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00