move warning to fixme

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@83 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
mws
2009-12-16 16:07:24 +00:00
parent bb2f896636
commit 1319399ca0

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)");