Clear off a few compiler warnings generated when pedantic warnings are switched on.

This commit is contained in:
Richard Barry 2011-07-27 12:02:08 +00:00
parent 87b97f5510
commit 5d3a35a1f3
2 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,8 @@ implementation will be called instead. */
extern void vApplicationExceptionRegisterDump( xPortRegisterDump *xRegisterDump ) __attribute__((weak));
void vApplicationExceptionRegisterDump( xPortRegisterDump *xRegisterDump )
{
( void ) xRegisterDump;
for( ;; )
{
portNOP();

View File

@ -71,6 +71,7 @@ back into the caller stack. */
#define portMINUS_CONTEXT_SIZE -136
#else
#define portCONTEXT_SIZE 132
#define portMINUS_CONTEXT_SIZE -132
#endif
/* Offsets from the stack pointer at which saved registers are placed. */