Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0240044 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge \\\\"Use __ with attribute __noreturn__ to avoid colliding with...

Merge \\\\"Use __ with attribute __noreturn__ to avoid colliding with noreturn.\\\\" am: e0dfd2a0 am: a1d9edfb am: 95bafa7c
am: 9f240487

Change-Id: Ib99c7016d4e7e052f5c10b68ea7ba439d8a79217
parents 60d50d4f 9f240487
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ int __android_log_vprint(int prio, const char *tag,
void __android_log_assert(const char *cond, const char *tag,
                          const char *fmt, ...)
#if defined(__GNUC__)
    __attribute__ ((noreturn))
    __attribute__ ((__noreturn__))
#ifdef __USE_MINGW_ANSI_STDIO
#if __USE_MINGW_ANSI_STDIO
    __attribute__ ((format(gnu_printf, 3, 4)))