From 7bb84a8e15c59e5c883790e13d671497fd5aa20e Mon Sep 17 00:00:00 2001 From: deadwood Date: Sat, 15 Nov 2014 08:13:09 +0000 Subject: [PATCH] compiler/include: fix gcc 4.8.3 warning about misplaced attribute. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49798 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/exec/resident.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/include/exec/resident.h b/compiler/include/exec/resident.h index f7bc029588..631c049bdb 100644 --- a/compiler/include/exec/resident.h +++ b/compiler/include/exec/resident.h @@ -16,7 +16,7 @@ # include #endif -struct Resident __mayalias; +struct __mayalias Resident; struct Resident { UWORD rt_MatchWord; /* equal to RTC_MATCHWORD (see below) */ -- 2.11.4.GIT