summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:25:34 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:25:34 (GMT)
commitf3ebd438c75da4534ee77514381976d800db7bef (patch)
treea6859e31da46ef5aaa8b0cf2dfc81a8a32077351 /Source
parenta244cb242cb6c2881146ba2be7d45d5294c95d51 (diff)
downloadCMake-f3ebd438c75da4534ee77514381976d800db7bef.zip
CMake-f3ebd438c75da4534ee77514381976d800db7bef.tar.gz
CMake-f3ebd438c75da4534ee77514381976d800db7bef.tar.bz2
WAR: fix compile warnings
Diffstat (limited to 'Source')
-rw-r--r--Source/FLTKDialog/CMakeSetupGUI.cxx3
-rw-r--r--Source/FLTKDialog/FLTKPropertyItemRow.cxx1
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUI.cxx b/Source/FLTKDialog/CMakeSetupGUI.cxx
index a646495..712aad8 100644
--- a/Source/FLTKDialog/CMakeSetupGUI.cxx
+++ b/Source/FLTKDialog/CMakeSetupGUI.cxx
@@ -88,7 +88,6 @@ void CMakeSetupGUI::cb_m_OKButton(Fl_Button* o, void* v) {
}
CMakeSetupGUI::CMakeSetupGUI() {
- Fl_Window* w;
{ Fl_Window* o = dialogWindow = new Fl_Window(562, 373, "CMakeSetupDialog");
w = o;
o->callback((Fl_Callback*)cb_dialogWindow, (void*)(this));
@@ -192,9 +191,11 @@ void CMakeSetupGUI::Show(void) {
}
bool CMakeSetupGUI::SetBinaryPath(const char *) {
+ return false;
}
bool CMakeSetupGUI::SetSourcePath(const char *) {
+ return false;
}
void CMakeSetupGUI::ShowRecentBinaryDirectories(void) {
diff --git a/Source/FLTKDialog/FLTKPropertyItemRow.cxx b/Source/FLTKDialog/FLTKPropertyItemRow.cxx
index 47c9d26..598ab20 100644
--- a/Source/FLTKDialog/FLTKPropertyItemRow.cxx
+++ b/Source/FLTKDialog/FLTKPropertyItemRow.cxx
@@ -41,7 +41,6 @@ PropertyItemRow
const unsigned int secondColumn = nameWidth;
const unsigned int rowHeight = 20;
- const unsigned int rowSpacing = 20;
size( nameWidth + textWidth , rowHeight );