commit | 4379e6408d61a305e7d29cf8e59702745ef56c3c | [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 | 5e77619c919b68b71f1aaf7cc634bdb636dd2835 [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