OSDN Git Service

ART: Fix "unused parameters"
authorAndreas Gampe <agampe@google.com>
Wed, 25 Feb 2015 04:55:16 +0000 (20:55 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 25 Feb 2015 04:55:16 +0000 (20:55 -0800)
commitc801f0d79b8c5bf28401a040356b59b2f41520f4
treeebb9d2dbe0e4dae09b0b83c71d2383611f0b2737
parent17b01497b29f980a3d515a01adcb5f47df67ac63
ART: Fix "unused parameters"

GCC 4.8 decides that parameters for functions implemented with
"= default" are unused. This currently only impacts x86, but remove
the parameter names anyways.

Change-Id: I01865faa81af68c4c0e0b1cb1fb19e88ef548769
cmdline/cmdline_parse_result.h
cmdline/cmdline_parser.h
cmdline/cmdline_result.h
cmdline/cmdline_types.h
cmdline/token_range.h
runtime/base/arena_containers.h
runtime/base/scoped_arena_containers.h
runtime/base/variant_map.h