commit | 267e3e1eb8d65bb6cf2b69c400d2d1e69630bc4b | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Dec 27 18:46:00 2012 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Dec 27 18:46:00 2012 +0000 |
tree | de72936f7eb887f9911c2f68294a6059427722a5 | |
parent | 5826f96e510774c6176cf221a90e5334443bda62 [diff] [blame] |
Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GCC (4.7.2). llvm-svn: 171165
diff --git a/libcxx/src/debug.cpp b/libcxx/src/debug.cpp index b8af4dd..f3a0262 100644 --- a/libcxx/src/debug.cpp +++ b/libcxx/src/debug.cpp
@@ -23,7 +23,7 @@ { static __libcpp_db db; return &db; -}; +} _LIBCPP_VISIBLE const __libcpp_db*