From: Asbjørn Sloth Tønnesen Date: Fri, 14 Jan 2011 02:25:16 +0000 (+0000) Subject: fix compiler warnings in board.h X-Git-Url: http://git.asbjorn.biz/?p=rapper.git;a=commitdiff_plain;h=6e32a7163a5f8b43573092a6caf5e0b26fffe7d7 fix compiler warnings in board.h Signed-off-by: Asbjørn Sloth Tønnesen --- diff --git a/src/boards/lpc1768/board.h b/src/boards/lpc1768/board.h index afc0c9a..364d285 100644 --- a/src/boards/lpc1768/board.h +++ b/src/boards/lpc1768/board.h @@ -112,8 +112,6 @@ extern void SystemInit (void); /* Device Specific Peripheral registers structures */ /******************************************************************************/ -#pragma anon_unions - /*------------- System Control (SC) ------------------------------------------*/ typedef struct { @@ -813,9 +811,6 @@ typedef struct __IO uint32_t Module_ID; } EMAC_TypeDef; -#pragma no_anon_unions - - /******************************************************************************/ /* Peripheral memory map */ /******************************************************************************/