diff options
author | 2014-09-30 21:48:18 -0700 | |
---|---|---|
committer | 2014-11-07 14:33:51 -0800 | |
commit | cfedceb8c180a2e176154d461659e0c3569dc931 (patch) | |
tree | 00de5f6ee61e72713c3b141f5a308f33f312bf53 /cmds/bootanimation/AudioPlayer.cpp | |
parent | 59701b9ba5c453e327bc0e6873a9f6ff87a10391 (diff) |
Frameworks/base: Turn on -Wall -Werror in cmds
Fix small warnings, turn on -Wall -Werror.
Change-Id: Iab1f01a7c7ebd6ba832b75067c5e395f380a1b8b
Diffstat (limited to 'cmds/bootanimation/AudioPlayer.cpp')
-rw-r--r-- | cmds/bootanimation/AudioPlayer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmds/bootanimation/AudioPlayer.cpp b/cmds/bootanimation/AudioPlayer.cpp index 471b77f227de..459190f9198f 100644 --- a/cmds/bootanimation/AudioPlayer.cpp +++ b/cmds/bootanimation/AudioPlayer.cpp @@ -207,7 +207,6 @@ bool AudioPlayer::threadLoop() struct pcm *pcm = NULL; bool moreChunks = true; const struct chunk_fmt* chunkFmt = NULL; - void* buffer = NULL; int bufferSize; const uint8_t* wavData; size_t wavLength; |