summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/picker.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-20 22:22:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-20 22:22:17 +0000
commit536dce31d35e9411c03102d6abd837cd4d54ce55 (patch)
tree34ee1ab5512a3e63cf32d31c9e1832b89c158fca /libpixelflinger/picker.cpp
parent783eb1689871850c082e0b6ccadeeccbaa81a5d2 (diff)
parent3078b13b98ad8d29dcb2b7e3665c0c92944404a9 (diff)
downloadsystem_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.cpp2
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*/)
{
}