WAR: fix compile warnings

This commit is contained in:
Bill Hoffman 2001-11-13 12:25:34 -05:00
parent a244cb242c
commit f3ebd438c7
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -41,7 +41,6 @@ PropertyItemRow
const unsigned int secondColumn = nameWidth;
const unsigned int rowHeight = 20;
const unsigned int rowSpacing = 20;
size( nameWidth + textWidth , rowHeight );