summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/main_surfaceflinger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/surfaceflinger/main_surfaceflinger.cpp')
-rw-r--r--services/surfaceflinger/main_surfaceflinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/main_surfaceflinger.cpp b/services/surfaceflinger/main_surfaceflinger.cpp
index b161480..90e3f7d 100644
--- a/services/surfaceflinger/main_surfaceflinger.cpp
+++ b/services/surfaceflinger/main_surfaceflinger.cpp
@@ -27,7 +27,7 @@
using namespace android;
-int main(int argc, char** argv) {
+int main(int, char**) {
// When SF is launched in its own process, limit the number of
// binder threads to 4.
ProcessState::self()->setThreadPoolMaxThreadCount(4);