|
#ifndef NDEBUG if(mWorld->mVerbosity >= 0){ scprintf("SC_AudioDriver: sample rate = %f, driver's block size = %d\n", sampleRate, mNumSamplesPerCallback); } #endif I just noticed in my latest-from-svn build that this is not printed anymore using the default verbosity setting. This code itself hasn't changed in over a year (and neither has s.options.verbosity), so NDEBUG must have changed somewhere else? Do we even need the #ifndef here? hjh : H. James Harkins .::!:.:.......:.::........:..!.::.::...:..:...:.:.:.:..: "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman |