From b5d918eeb58599e18b9a50eda275f9e0aaf50ca5 Mon Sep 17 00:00:00 2001 From: nebogeo Date: Sun, 8 Dec 2002 19:03:24 +0000 Subject: [PATCH] configure fixes and warning fixes --- GUI/Widgets/Fl_DeviceGUI.C | 2 +- SpiralSound/Plugins/LADSPAPlugin/LADSPAPluginGUI.C | 2 +- configure.in | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/GUI/Widgets/Fl_DeviceGUI.C b/GUI/Widgets/Fl_DeviceGUI.C index 23ac949..90659ae 100644 --- a/GUI/Widgets/Fl_DeviceGUI.C +++ b/GUI/Widgets/Fl_DeviceGUI.C @@ -222,7 +222,7 @@ void Fl_DeviceGUI::Setup(const DeviceGUIInfo& Info, bool FirstTime) bool Fl_DeviceGUI::AddConnection(int n) { - if ( n < m_PortVec.size() ) + if ( n < (int)m_PortVec.size() ) { m_PortVec[n]->Add(); m_PortVec[n]->value(1); diff --git a/SpiralSound/Plugins/LADSPAPlugin/LADSPAPluginGUI.C b/SpiralSound/Plugins/LADSPAPlugin/LADSPAPluginGUI.C index d4f2c72..4c2da23 100644 --- a/SpiralSound/Plugins/LADSPAPlugin/LADSPAPluginGUI.C +++ b/SpiralSound/Plugins/LADSPAPlugin/LADSPAPluginGUI.C @@ -328,7 +328,7 @@ void LADSPAPluginGUI::SetMaker(const char *s) { // If this has got an "@" in it FLTK thinks it's a special character not an E.mail address int t=0; - for (int f=0; f