diff options
| author | 2014-02-06 02:59:37 +0000 | |
|---|---|---|
| committer | 2014-02-06 02:59:37 +0000 | |
| commit | 2b957503b77c938e0698ffa8904e20c38c408d81 (patch) | |
| tree | d4145e2bc6d6d18833c88f84693fb0bc426a4556 /libs/binder/Debug.cpp | |
| parent | bdab63e06b6bacb60991420891cb06fe3dc5654f (diff) | |
| parent | 74be0f7be35e7b40a322fa9a407cb49265333a0b (diff) | |
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 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); } |