Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 6:1c28ca64ca38, committed 2019-10-28
- Comitter:
- nmaududi
- Date:
- Mon Oct 28 01:06:40 2019 +0000
- Parent:
- 5:3762170b6d4d
- Commit message:
- intial;
Changed in this revision
cmsis_dsp/arm_math.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/cmsis_dsp/arm_math.h Fri Nov 20 08:45:18 2015 +0000 +++ b/cmsis_dsp/arm_math.h Mon Oct 28 01:06:40 2019 +0000 @@ -290,10 +290,10 @@ /* ignore some GCC warnings */ #if defined ( __GNUC__ ) -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wsign-conversion" -#pragma GCC diagnostic ignored "-Wconversion" -#pragma GCC diagnostic ignored "-Wunused-parameter" +//#pragma GCC diagnostic push +//#pragma GCC diagnostic ignored "-Wsign-conversion" +//#pragma GCC diagnostic ignored "-Wconversion" +//#pragma GCC diagnostic ignored "-Wunused-parameter" #endif #define __CMSIS_GENERIC /* disable NVIC and Systick functions */ @@ -7144,7 +7144,7 @@ #if defined ( __GNUC__ ) -#pragma GCC diagnostic pop +//#pragma GCC diagnostic pop #endif #endif /* _ARM_MATH_H */