schedule will assert in LLVM GCC 4.2 compiler

void Music::MusicPlay(ccTime dt)
{
}


schedule(schedule_selector(MusicPlay::update));

It work fine when i used “Apple LLVM compiler 3.0” but it assert under the environment of “LLVM GCC 4.2”.

any suggestion about the situation, please ?

best regards.

Try to rename update to another name.
Hope it helps you.