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
~/hatari/src/gui-osx/PrefsController.m:246:5: Value stored to 'directoryToOpen' is never read
~/hatari/src/gui-osx/PrefsController.m:247:3: Value stored to 'fileToPreselect' is never read
~/hatari/src/gui-osx/PrefsController.m:249:5: Value stored to 'directoryToOpen' is never read

I'll leave these to you or Jerome.

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/