[01:56:21] --- DominusExult is now known as Dominus
[15:01:03] --- DominusExult is now known as Dominus
[15:23:19] <Dominus> Marzo, Xcode "complains" about some more unused variables. Known or do you need a list? (many "num*" variables, e.g. num_choices in bg_game and si_game)
[15:23:44] <Dominus> bggame, sigame
[17:52:30] <Dominus> sorry, all seem to be iOS project related
[17:55:19] <Dominus> Marzo, the only warning (except that implicit conversion 64bit thing of long int something) left is in fmopl.cpp
[17:55:38] <Dominus> the /* limit check */
[17:55:47] <Dominus> data = Limit( outd[0] , OPL_MAXOUT, OPL_MINOUT );
[17:56:13] <Dominus> triggers the warning: "Shifting a negative signed value is undefined"
[17:56:25] <Dominus> (three times)
[18:24:55] <Dominus> Marzo: about int/long/NSInteger... http://stackoverflow.com/questions/4445173/when-to-use-nsinteger-vs-int
[18:25:36] <Dominus> do I have to actually worry about those warnings? Because I can just turn them off in Xcode but wonder if it is sane :)
[20:08:25] <Marzo> Dominus: After I replace fmopl and mt32emu with new versions (and remove all of their warnings), then I will ask you and Malinant_Manor about warnings
[20:08:50] <Marzo> There is no point in worrying about warnings before that
[20:38:14] <Dominus> allright :)
[21:03:26] --- DominusExult is now known as Dominus