Re: [hatari-devel] Analyse |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Thomas, Code change is below. That suppress the three "Value stored to …. is never read". I don’t know where I have to send that for correct it ! Miguel ~/hatari/src/gui-osx/PrefsController.m inside PrefsController.m: ligne 252: newPath = [NSApp hopenfile:chooseDirectories defoDir:defaultInitialDir defoFile:nil types:what] ; must be: newPath = [NSApp hopenfile:chooseDirectories defoDir:directoryToOpen defoFile:fileToPreselect types:what] ; |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |