summaryrefslogtreecommitdiff
path: root/libs/binder/Debug.cpp
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2014-02-06 03:07:47 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2014-02-06 03:07:47 +0000
commit4ba492f23b6fb0d5a95174cc194ce04e1497c0d7 (patch)
tree2fd67213133ff10dd8b490e7f40c76cb1be123fd /libs/binder/Debug.cpp
parent86e7690ec229c04ab08304e995099ce9d26aa06e (diff)
parent2b957503b77c938e0698ffa8904e20c38c408d81 (diff)
am 2b957503: am 74be0f7b: Merge "binder: fix all warnings"
* commit '2b957503b77c938e0698ffa8904e20c38c408d81': binder: fix all warnings
Diffstat (limited to 'libs/binder/Debug.cpp')
-rw-r--r--libs/binder/Debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/Debug.cpp b/libs/binder/Debug.cpp
index a8b6e837b4..0ffafbbeb4 100644
--- a/libs/binder/Debug.cpp
+++ b/libs/binder/Debug.cpp
@@ -38,7 +38,7 @@ const char* stringForIndent(int32_t indentLevel)
// ---------------------------------------------------------------------
-static void defaultPrintFunc(void* cookie, const char* txt)
+static void defaultPrintFunc(void* /*cookie*/, const char* txt)
{
printf("%s", txt);
}