Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GCC (4.7.2).

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@171165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2012-12-27 18:46:00 +00:00
parent 27c836ff3a
commit c6e54b964f
2 changed files with 13 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ __get_db()
{
static __libcpp_db db;
return &db;
};
}
_LIBCPP_VISIBLE
const __libcpp_db*