forked from Imagelibrary/rtems
powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warning
updated #2306.
This commit is contained in:
@@ -60,6 +60,12 @@
|
|||||||
|
|
||||||
static volatile BSP_ExceptionExtension BSP_exceptionExtension = 0;
|
static volatile BSP_ExceptionExtension BSP_exceptionExtension = 0;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* We know task variables are deprecated and don't want a warning. The
|
||||||
|
* use of task variables needs to be fixed in this file.
|
||||||
|
*/
|
||||||
|
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||||
|
|
||||||
BSP_ExceptionExtension
|
BSP_ExceptionExtension
|
||||||
BSP_exceptionHandlerInstall(BSP_ExceptionExtension e)
|
BSP_exceptionHandlerInstall(BSP_ExceptionExtension e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user