mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Add more initializers to quiet a clang warning.
llvm-svn: 141163
This commit is contained in:
parent
c211a8e5a6
commit
29ebd25c99
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user