summaryrefslogtreecommitdiffstats
path: root/logcat/tests/logcat_test.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2014-05-02 22:18:14 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-02 22:18:14 +0000
commit68ba4f1c189eff78a6876847f01983b4cde91655 (patch)
treeddfe1ca21da89842a08cbbd2791fb0237ee73a3f /logcat/tests/logcat_test.cpp
parent6490814836882f80e06f67234a9b178a9e7f4aa8 (diff)
parent3c742c9995ed4bf95ff5bfcfb373c1e94326b190 (diff)
downloadsystem_core-68ba4f1c189eff78a6876847f01983b4cde91655.zip
system_core-68ba4f1c189eff78a6876847f01983b4cde91655.tar.gz
system_core-68ba4f1c189eff78a6876847f01983b4cde91655.tar.bz2
am 3c742c99: am 92c58474: am afa10292: Merge "logcat: turn on -Werror"
* commit '3c742c9995ed4bf95ff5bfcfb373c1e94326b190': logcat: turn on -Werror
Diffstat (limited to 'logcat/tests/logcat_test.cpp')
-rw-r--r--logcat/tests/logcat_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/logcat/tests/logcat_test.cpp b/logcat/tests/logcat_test.cpp
index b07cc8b..2e8ae8b 100644
--- a/logcat/tests/logcat_test.cpp
+++ b/logcat/tests/logcat_test.cpp
@@ -392,7 +392,7 @@ TEST(logcat, get_) {
ASSERT_EQ(4, count);
}
-static void caught_blocking(int signum)
+static void caught_blocking(int /*signum*/)
{
unsigned long long v = 0xDEADBEEFA55A0000ULL;
@@ -461,7 +461,7 @@ TEST(logcat, blocking) {
EXPECT_EQ(1, signals);
}
-static void caught_blocking_tail(int signum)
+static void caught_blocking_tail(int /*signum*/)
{
unsigned long long v = 0xA55ADEADBEEF0000ULL;
@@ -532,7 +532,7 @@ TEST(logcat, blocking_tail) {
EXPECT_EQ(1, signals);
}
-static void caught_blocking_clear(int signum)
+static void caught_blocking_clear(int /*signum*/)
{
unsigned long long v = 0xDEADBEEFA55C0000ULL;