diff options
| author | Elliott Hughes <enh@google.com> | 2014-02-20 22:22:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-02-20 22:22:17 +0000 |
| commit | 536dce31d35e9411c03102d6abd837cd4d54ce55 (patch) | |
| tree | 34ee1ab5512a3e63cf32d31c9e1832b89c158fca /libpixelflinger/picker.cpp | |
| parent | 783eb1689871850c082e0b6ccadeeccbaa81a5d2 (diff) | |
| parent | 3078b13b98ad8d29dcb2b7e3665c0c92944404a9 (diff) | |
| download | system_core-536dce31d35e9411c03102d6abd837cd4d54ce55.zip system_core-536dce31d35e9411c03102d6abd837cd4d54ce55.tar.gz system_core-536dce31d35e9411c03102d6abd837cd4d54ce55.tar.bz2 | |
Merge "Fix compiler warnings in libpixelflinger"
Diffstat (limited to 'libpixelflinger/picker.cpp')
| -rw-r--r-- | libpixelflinger/picker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/picker.cpp b/libpixelflinger/picker.cpp index 030ef19..aa55229 100644 --- a/libpixelflinger/picker.cpp +++ b/libpixelflinger/picker.cpp @@ -26,7 +26,7 @@ namespace android { // ---------------------------------------------------------------------------- -void ggl_init_picker(context_t* c) +void ggl_init_picker(context_t* /*c*/) { } |
