summaryrefslogtreecommitdiff
path: root/tests/backup/backup_helper_test.cpp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-12-05 09:56:46 -0800
committerChih-Hung Hsieh <chh@google.com>2017-12-05 09:58:06 -0800
commitb40ec900e260a08f6bd624e05c0861a5b0b52cb8 (patch)
treebf922bb953ce43d16b8b598233f2085bd7e1ba55 /tests/backup/backup_helper_test.cpp
parentcdb84d2fc722f9f28bbcaee949798324c95c068a (diff)
Use -Werror in frameworks/base/tests/backup
* Ommit unused parameter names. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ie073fd911480960673b24d5b4d84b4f8dd0d0302
Diffstat (limited to 'tests/backup/backup_helper_test.cpp')
-rw-r--r--tests/backup/backup_helper_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backup/backup_helper_test.cpp b/tests/backup/backup_helper_test.cpp
index b5f6ff57e6d9..457dcc40a607 100644
--- a/tests/backup/backup_helper_test.cpp
+++ b/tests/backup/backup_helper_test.cpp
@@ -118,7 +118,7 @@ main(int argc, const char** argv)
#else
int
-main(int argc, char** argv)
+main(int, char**)
{
printf ("test_backup_helper built without the tests\n");
return 0;