commit | c8ccf68b805c92674545f63e0341ba47e8d9701c | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Sep 29 20:07:43 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Sep 29 20:13:48 2014 -0700 |
tree | fb360323538cb242ebf7c5c0aca27d3a0bce0abb | |
parent | fcabfbe577c0fd40910b565beb681bd4b66f6c5d [diff] |
ART: Fix some -Wpedantic errors Remove extra semicolons. Dollar signs in C++ identifiers are an extension. Named variadic macros are an extension. Binary literals are a C++14 feature. Enum re-declarations are not allowed. Overflow. Change-Id: I7d16b2217b2ef2959ca69de84eaecc754517714a