Skip to content

Commit 1d34d8a

Browse files
committed
fix warnning on ac6
1 parent 813bb30 commit 1d34d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PikaPlatform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ extern "C" {
104104
#pragma warning(disable : 4113)
105105
#endif
106106

107-
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 5000000)
107+
#if defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 5000000) && (__ARMCC_VERSION < 6000000)
108108
#pragma diag_suppress 66
109109
#pragma diag_suppress 188
110110
#pragma diag_suppress 546

0 commit comments

Comments
 (0)