diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-10 14:31:29 -0700 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-10 22:10:54 +0000 |
commit | eab48ce0d5b0eab438e86b500288ad44e267c5df (patch) | |
tree | 06722e75f72f412d2f0a3e735501d9889286248c /debuggerd/debuggerd_test.cpp | |
parent | 20d21598033bb682a54ec1eca2568e030ad92e46 (diff) |
Remove extra semicolon at end of namespace
Upcoming clang update to r328903 adds a new warning:
warning: extra ';' outside of a function is incompatible with C++98
[-Wc++98-compat-extra-semi]
which is included in -Weverything.
We can just delete the extra semicolon (even though we use gnu99), and
save the extra byte.
Test: Build
Change-Id: I49b6e6af483e011632e6a34c0663c93e5c385aa6
Diffstat (limited to 'debuggerd/debuggerd_test.cpp')
0 files changed, 0 insertions, 0 deletions