1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix unused function from r367031

llvm-svn: 367035
This commit is contained in:
JF Bastien 2019-07-25 16:50:10 +00:00
parent 3e5d42babb
commit d64f9a6cb3

View File

@ -121,7 +121,7 @@ extern "C" const char *__crashreporter_info__
asm(".desc ___crashreporter_info__, 0x10");
#endif
static void setCrashLogMessage(const char *msg) {
static void setCrashLogMessage(const char *msg) LLVM_ATTRIBUTE_UNUSED {
#ifdef HAVE_CRASHREPORTERCLIENT_H
(void)CRSetCrashLogMessage(msg);
#elif HAVE_CRASHREPORTER_INFO