summaryrefslogtreecommitdiffstats
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-12-27 18:46:00 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-12-27 18:46:00 +0000
commitc6e54b964f22f489309e4e98554ddd7a42ccd291 (patch)
treec338f0a5b97c9e9c8ff3e03275c3f1b2c8b30b8c /src/debug.cpp
parent27c836ff3a9c505deb9fd1616012924de8ff9279 (diff)
downloadexternal_libcxx-c6e54b964f22f489309e4e98554ddd7a42ccd291.tar.gz
external_libcxx-c6e54b964f22f489309e4e98554ddd7a42ccd291.tar.bz2
external_libcxx-c6e54b964f22f489309e4e98554ddd7a42ccd291.zip
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
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index b8af4dde7..f3a0262d1 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -23,7 +23,7 @@ __get_db()
{
static __libcpp_db db;
return &db;
-};
+}
_LIBCPP_VISIBLE
const __libcpp_db*