[vlc-commits] macosx: add warning for #16185

Felix Paul Kühne git at videolan.org
Sun Jun 5 11:56:13 CEST 2016


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jun  5 11:56:08 2016 +0200| [903df555759231b0aeffeb640551c0cd31550e35] | committer: Felix Paul Kühne

macosx: add warning for #16185

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=903df555759231b0aeffeb640551c0cd31550e35
---

 modules/gui/macosx/MainMenu.m |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/macosx/MainMenu.m b/modules/gui/macosx/MainMenu.m
index a55b630..e9c35dc 100644
--- a/modules/gui/macosx/MainMenu.m
+++ b/modules/gui/macosx/MainMenu.m
@@ -1012,6 +1012,7 @@
     int intValue = [sender tag];
     NSString *representedObject = [sender representedObject];
 
+#warning this won't work anymore and is heritably bad
     config_PutInt(getIntf(), [representedObject UTF8String], intValue);
 
     NSMenu *menu = [sender menu];



More information about the vlc-commits mailing list