mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-01 13:37:55 +00:00
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
This commit is contained in:
parent
41e59c7c34
commit
ce4984f86e
@ -62,7 +62,7 @@ extern "C" {
|
|||||||
CRASH_REPORTER_CLIENT_HIDDEN
|
CRASH_REPORTER_CLIENT_HIDDEN
|
||||||
struct crashreporter_annotations_t gCRAnnotations
|
struct crashreporter_annotations_t gCRAnnotations
|
||||||
__attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))
|
__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
|
#elif defined (__APPLE__) && HAVE_CRASHREPORTER_INFO
|
||||||
static const char *__crashreporter_info__ = 0;
|
static const char *__crashreporter_info__ = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user