Skip to content

Commit 335b0e4

Browse files
Remove MSVC warnings
(It will have to be moved to a private header once everything builds)
1 parent 56955cb commit 335b0e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Include/arm_math_types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ extern "C"
9393
#pragma warning(push)
9494
#pragma warning(disable:4127)
9595
#pragma warning(disable:4244)
96+
#pragma warning(disable:4456)
97+
#pragma warning(disable:4701)
9698

9799
#elif defined ( __APPLE_CC__ )
98100
#include <stdint.h>

0 commit comments

Comments
 (0)