]> git.sesse.net Git - vlc/commitdiff
qt4: kill a warning
authorLudovic Fauvet <etix@videolan.org>
Fri, 8 Jun 2012 20:33:06 +0000 (22:33 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 9 Jun 2012 21:04:31 +0000 (23:04 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/menus.cpp

index 4903f0f1ff83f82b23e37bad001cee018eb49e64..addff15fd9042a43876a7d6ee9c95e2d7ec28c5d 100644 (file)
@@ -113,6 +113,8 @@ QAction *addDPStaticEntry( QMenu *menu,
     }
 #ifdef __APPLE__
     action->setMenuRole( role )
+#else
+    Q_UNUSED( role );
 #endif
     action->setData( VLCMenuBar::ACTION_STATIC );
     return action;