Skip to content
Snippets Groups Projects
Commit 75641ca0 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

alsa: fix build warnings

Fix build warnings introduced by commit 2f0eaa68.

Change-Id: I290e1bc38086efe1036ad0146b89030db9de0a0c
Tuleap: #171
parent c4ee1b4e
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ private:
};
AlsaThread::AlsaThread(AlsaLayer *alsa)
: thread_(), alsa_(alsa), running_(false)
: alsa_(alsa), running_(false), thread_()
{}
bool AlsaThread::isRunning() const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment