move warning to fixme

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@83 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1319399ca0
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)



------------------
This commit was generated by Migit
This commit is contained in:
mws
2009-12-16 16:07:24 +00:00
parent 42fbdcf7cd
commit c7d54ddbf9

View File

@@ -141,7 +141,7 @@ bool CAudioPlayer::play(const CAudiofile* file, const bool highPrio)
}
bool ret = true;
#warning fixme: There must be a way to call the playing thread without arguments. (NULL did not work for me)
//#warning fixme: There must be a way to call the playing thread without arguments. (NULL did not work for me)
if (pthread_create (&thrPlay, &attr, PlayThread, (void*)&ret) != 0 )
{
perror("audioplay: pthread_create(PlayThread)");