From 1319399ca0f7c04eaefeb85520fcf85bacf3b3d2 Mon Sep 17 00:00:00 2001 From: mws Date: Wed, 16 Dec 2009 16:07:24 +0000 Subject: [PATCH] move warning to fixme git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@83 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/driver/audioplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/audioplay.cpp b/src/driver/audioplay.cpp index 73b352520..ab903d027 100644 --- a/src/driver/audioplay.cpp +++ b/src/driver/audioplay.cpp @@ -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)");