diff options
author | Keith Packard <keithp@keithp.com> | 2010-12-06 19:28:07 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-12-06 19:28:07 -0800 |
commit | c4a7a5917ab828d4a0bd825a98e4d641bcb378f1 (patch) | |
tree | 8c4e85403e6f9f635fc96d6aaa44fb836eb0fdae /os/log.c | |
parent | 5de312a60d8227ed670849ecf888ea878aa81430 (diff) | |
parent | 714b68d9e5bf624a6703f168e0f7dc980e88e8c0 (diff) |
Merge remote branch 'jeremyhu/master'
Diffstat (limited to 'os/log.c')
-rw-r--r-- | os/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ static Bool needBuffer = TRUE; #include <AvailabilityMacros.h> static char __crashreporter_info_buff__[4096] = {0}; -static const char *__crashreporter_info__ = &__crashreporter_info_buff__[0]; +static const char *__crashreporter_info__ __attribute__((__used__)) = &__crashreporter_info_buff__[0]; #if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 // This is actually a toolchain requirement, but I'm not sure the correct check, // but it should be fine to just only include it for Leopard and later. This line |