Ignore old c cast style not supported by apple cc (#1334)

pull/19/head
JbR 4 years ago committed by GitHub
parent 9a5083c565
commit 8353800b3f

@ -38,6 +38,7 @@ extern "C"
#elif defined ( __ARMCC_VERSION ) && ( __ARMCC_VERSION >= 6010050 )
#elif defined ( __APPLE_CC__ )
#pragma GCC diagnostic ignored "-Wold-style-cast"
#elif defined ( __GNUC__ )
#pragma GCC diagnostic push

Loading…
Cancel
Save