objective c - architcture 86_64 error -


getting error:

enter image description here

which seems connected this, have no idea why:

// inline inline float onsetsds_phase_rewrap(float phase); inline float onsetsds_phase_rewrap(float phase){     return (phase>minuspi && phase<pi) ? phase : phase + twopi * (1.f + floorf((minuspi - phase) * inv_twopi)); } 

any ideas?


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -