vlc | branch: master | Felix Paul Kühne <[email protected]> | 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]; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
