Index: fdk-aac/libFDK/include/fixmul.h
===================================================================
--- fdk-aac.orig/libFDK/include/fixmul.h	2014-08-11 19:43:32.720073933 -0500
+++ fdk-aac/libFDK/include/fixmul.h	2014-08-11 19:45:50.488712172 -0500
@@ -149,11 +149,6 @@
 
 #if !defined(FUNCTION_fixmulBitExact_DD)
 #define FUNCTION_fixmulBitExact_DD
-#if defined(_MSC_VER) || defined(__CC_ARM) || defined(__ANALOG_EXTENSIONS__) || defined(__TI_COMPILER_VERSION__) || defined(__XTENSA__)
-#pragma message ("Extremely slow implementation of fixmulBitExact_DD !!")
-#else
-#warning Extremely slow implementation of fixmulBitExact_DD !!
-#endif
 inline LONG fixmulBitExact_DD (const LONG a, const LONG b)
 {
   return ( (LONG) ((((INT64)a) * b) >> 32) ) << 1;
