The Intel C++ compiler doesn’t support the #pragma intrinsics used by the MSVC compiler, which causes a flood of warnings. I think the relevant section of juce_TargetPlatform.h should read like this:
#if ! JUCE_VC7_OR_EARLIER && ! defined(__INTEL_COMPILER)
#define JUCE_USE_INTRINSICS 1
#endif
