Removing some warnings from the APM build with -Wall -Wextra. Also cleaning up the unit test a bit.

Review URL: http://webrtc-codereview.appspot.com/38002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@90 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ajm@google.com
2011-06-16 00:04:40 +00:00
parent ff72b0d8f3
commit a6f54fd726
6 changed files with 234 additions and 163 deletions

View File

@@ -16,6 +16,7 @@
namespace webrtc {
class AudioProcessing;
class AudioFrame;
class ApmTest : public ::testing::Test {
protected:
@@ -27,7 +28,8 @@ class ApmTest : public ::testing::Test {
FILE* far_file_;
FILE* near_file_;
FILE* stat_file_;
bool read_stat_;
AudioFrame* frame_;
AudioFrame* reverse_frame_;
};
} // namespace webrtc