diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-12-27 18:46:00 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-12-27 18:46:00 +0000 |
| commit | 267e3e1eb8d65bb6cf2b69c400d2d1e69630bc4b (patch) | |
| tree | de72936f7eb887f9911c2f68294a6059427722a5 /libcxx/src/debug.cpp | |
| parent | 5826f96e510774c6176cf221a90e5334443bda62 (diff) | |
Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GCC (4.7.2).
llvm-svn: 171165
Diffstat (limited to 'libcxx/src/debug.cpp')
| -rw-r--r-- | libcxx/src/debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/debug.cpp b/libcxx/src/debug.cpp index b8af4dde7749..f3a0262d1d5e 100644 --- a/libcxx/src/debug.cpp +++ b/libcxx/src/debug.cpp @@ -23,7 +23,7 @@ __get_db() { static __libcpp_db db; return &db; -}; +} _LIBCPP_VISIBLE const __libcpp_db* |
