WAR: fix compile warnings
This commit is contained in:
parent
a244cb242c
commit
f3ebd438c7
|
@ -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) {
|
||||
|
|
|
@ -41,7 +41,6 @@ PropertyItemRow
|
|||
const unsigned int secondColumn = nameWidth;
|
||||
|
||||
const unsigned int rowHeight = 20;
|
||||
const unsigned int rowSpacing = 20;
|
||||
|
||||
size( nameWidth + textWidth , rowHeight );
|
||||
|
||||
|
|
Loading…
Reference in New Issue