diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-11-06 21:55:44 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-11-06 21:55:44 +0000 |
commit | 119703f98410eb8ff0b312145e120b5d0406ebd7 (patch) | |
tree | 3a85fe138e017dc6e995119bc244561f7442de0c /libcxx/include/ext | |
parent | 3e2740a36cf5f41a9e8306e5e911f2b9a57a15ee (diff) | |
download | bcm5719-llvm-119703f98410eb8ff0b312145e120b5d0406ebd7.tar.gz bcm5719-llvm-119703f98410eb8ff0b312145e120b5d0406ebd7.zip |
Dimitry Andric: Silence some miscellaneous warnings.
llvm-svn: 167493
Diffstat (limited to 'libcxx/include/ext')
-rw-r--r-- | libcxx/include/ext/__hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ext/__hash b/libcxx/include/ext/__hash index 8e9635d07f5..21500e894dc 100644 --- a/libcxx/include/ext/__hash +++ b/libcxx/include/ext/__hash @@ -43,4 +43,4 @@ template <> struct _LIBCPP_VISIBLE hash<char *> }; } -#endif _LIBCPP_EXT_HASH +#endif // _LIBCPP_EXT_HASH |