commit | eab48ce0d5b0eab438e86b500288ad44e267c5df | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <pirama@google.com> | Tue Apr 10 14:31:29 2018 -0700 |
committer | Pirama Arumuga Nainar <pirama@google.com> | Tue Apr 10 22:10:54 2018 +0000 |
tree | 06722e75f72f412d2f0a3e735501d9889286248c | |
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