I opened iphoneMultichannelmixerTest from Apple developer's site in the new xcode upgrade. Lots of fixes, but I'm stuck with one:
data argument not used by format string
This is it:
printf("BUS %%disON %lu\n", inputNum, isONValue);
I really don't have a clue. Can anybody help me to fix this?
(Since there appears a tiny little marker under isONValue, I think that might be the problem?!?)