]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open_panels.cpp
Qt: kill many warnings.
[vlc] / modules / gui / qt4 / components / open_panels.cpp
index f62c1683d05c99c067162c7bb77e6991cf068d3c..a183712c60933bf662967da72487916d8004ffb9 100644 (file)
@@ -1188,7 +1188,7 @@ void CaptureOpenPanel::advancedDialog()
     scroll->setWidget( advFrame );
 
     /* Create the options inside the FrameLayout */
-    for( int n = 0; n < i_confsize; n++ )
+    for( int n = 0; n < (int)i_confsize; n++ )
     {
         module_config_t *p_item = p_config + n;
         ConfigControl *config = ConfigControl::createControl(