diff options
author | Colin Cross <ccross@android.com> | 2014-03-07 02:23:38 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-07 02:23:38 +0000 |
commit | 8ff043d3fb0eb913aee9afe2a741bf0c30abb7d7 (patch) | |
tree | 9ebc3e3d97ca114c981523f0e7e92cd02557d821 /libs/binder/Debug.cpp | |
parent | 01769ef9e0ff1088dc14a5013dc25d38e8c0e0b6 (diff) | |
parent | 74be0f7be35e7b40a322fa9a407cb49265333a0b (diff) | |
download | frameworks_native-8ff043d3fb0eb913aee9afe2a741bf0c30abb7d7.zip frameworks_native-8ff043d3fb0eb913aee9afe2a741bf0c30abb7d7.tar.gz frameworks_native-8ff043d3fb0eb913aee9afe2a741bf0c30abb7d7.tar.bz2 |
am 74be0f7b: Merge "binder: fix all warnings"
* commit '74be0f7be35e7b40a322fa9a407cb49265333a0b':
binder: fix all warnings
Diffstat (limited to 'libs/binder/Debug.cpp')
-rw-r--r-- | libs/binder/Debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/Debug.cpp b/libs/binder/Debug.cpp index a8b6e83..0ffafbb 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); } |