summaryrefslogtreecommitdiff
path: root/lib/Support/PrettyStackTrace.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-05 05:00:26 +0000
committerEric Christopher <echristo@apple.com>2011-10-05 05:00:26 +0000
commitce4984f86e910575e2bc7045189218466e00c93a (patch)
tree9eed0e8f5cd91cef413983b6a1e7aa06115b64fc /lib/Support/PrettyStackTrace.cpp
parent41e59c7c344c7f854f8f29774d660c0e62b90af8 (diff)
downloadllvm-ce4984f86e910575e2bc7045189218466e00c93a.tar.gz
llvm-ce4984f86e910575e2bc7045189218466e00c93a.tar.bz2
llvm-ce4984f86e910575e2bc7045189218466e00c93a.tar.xz
Add more initializers to quiet a clang warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/PrettyStackTrace.cpp')
-rw-r--r--lib/Support/PrettyStackTrace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/PrettyStackTrace.cpp b/lib/Support/PrettyStackTrace.cpp
index 082b7012eb..ef3307317c 100644
--- a/lib/Support/PrettyStackTrace.cpp
+++ b/lib/Support/PrettyStackTrace.cpp
@@ -62,7 +62,7 @@ extern "C" {
CRASH_REPORTER_CLIENT_HIDDEN
struct crashreporter_annotations_t gCRAnnotations
__attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
- = { CRASHREPORTER_ANNOTATIONS_VERSION, 0, 0, 0, 0 };
+ = { CRASHREPORTER_ANNOTATIONS_VERSION, 0, 0, 0, 0, 0, 0 };
}
#elif defined (__APPLE__) && HAVE_CRASHREPORTER_INFO
static const char *__crashreporter_info__ = 0;