powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warning

updated #2306.
This commit is contained in:
Joel Sherrill
2015-03-14 21:17:20 -05:00
parent 3c69c467ac
commit 38d9166751

View File

@@ -60,6 +60,12 @@
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_exceptionHandlerInstall(BSP_ExceptionExtension e)
{