Advertisement
A248

clang stacktrace: exited with code 139

Apr 7th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.56 KB | None | 0 0
  1. anand@anand-librem14:~/Documents/GNU/BlackBerry/sipdroid$ ./gradlew clean build
  2. OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=permit; support was removed in 17.0
  3. Starting a Gradle Daemon, 1 stopped Daemon could not be reused, use --status for details
  4.  
  5. > Task :app:processDebugMainManifest
  6. package="org.sipdroid.sipua" found in source AndroidManifest.xml: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/AndroidManifest.xml.
  7. Setting the namespace via a source AndroidManifest.xml's package attribute is deprecated.
  8. Please instead set the namespace (or testNamespace) in the module's build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespace
  9. This migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information.
  10.  
  11. > Task :app:buildNdkBuildDebug[arm64-v8a]
  12. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/g722_jni.cpp:30:
  13. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  14. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:46:10: warning: 'INT16_MAX' macro redefined [-Wmacro-redefined]
  15. C/C++: #define INT16_MAX 0x7FFF
  16. C/C++: ^
  17. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdint.h:166:9: note: previous definition is here
  18. C/C++: #define INT16_MAX (32767)
  19. C/C++: ^
  20. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/g722_jni.cpp:30:
  21. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  22. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:47:10: warning: 'INT16_MIN' macro redefined [-Wmacro-redefined]
  23. C/C++: #define INT16_MIN (-INT16_MAX - 1)
  24. C/C++: ^
  25. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdint.h:165:9: note: previous definition is here
  26. C/C++: #define INT16_MIN (-32768)
  27. C/C++: ^
  28. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/g722_jni.cpp:30:
  29. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  30. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:54:9: warning: 'INT32_MIN' macro redefined [-Wmacro-redefined]
  31. C/C++: #define INT32_MIN (-2147483647 - 1)
  32. C/C++: ^
  33. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdint.h:176:9: note: previous definition is here
  34. C/C++: #define INT32_MIN (-2147483647-1)
  35. C/C++: ^
  36. C/C++: 3 warnings generated.
  37. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/g722.c:49:
  38. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  39. C/C++: return (float) sin((double) x);
  40. C/C++: ^
  41. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  42. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  43. C/C++: return (float) cos((double) x);
  44. C/C++: ^
  45. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  46. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  47. C/C++: return (float) tan((double) x);
  48. C/C++: ^
  49. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  50. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  51. C/C++: return (float) asin((double) x);
  52. C/C++: ^
  53. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  54. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  55. C/C++: return (float) acos((double) x);
  56. C/C++: ^
  57. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  58. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  59. C/C++: return (float) atan((double) x);
  60. C/C++: ^
  61. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  62. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  63. C/C++: return (float) atan2((double) y, (double) x);
  64. C/C++: ^
  65. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  66. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  67. C/C++: return (float) ceil((double) x);
  68. C/C++: ^
  69. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  70. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  71. C/C++: return (float) floor((double) x);
  72. C/C++: ^
  73. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  74. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  75. C/C++: return (float) pow((double) x, (double) y);
  76. C/C++: ^
  77. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  78. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  79. C/C++: return (float) log10((double) x);
  80. C/C++: ^
  81. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  82. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/g722.c:53:
  83. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  84. C/C++: return (int16_t) lrintf(famp);
  85. C/C++: ^
  86. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  87. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  88. C/C++: return (int16_t) lrint(damp);
  89. C/C++: ^
  90. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  91. C/C++: 13 warnings generated.
  92. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/vector_int.c:46:
  93. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  94. C/C++: return (float) sin((double) x);
  95. C/C++: ^
  96. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  97. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  98. C/C++: return (float) cos((double) x);
  99. C/C++: ^
  100. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  101. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  102. C/C++: return (float) tan((double) x);
  103. C/C++: ^
  104. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  105. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  106. C/C++: return (float) asin((double) x);
  107. C/C++: ^
  108. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  109. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  110. C/C++: return (float) acos((double) x);
  111. C/C++: ^
  112. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  113. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  114. C/C++: return (float) atan((double) x);
  115. C/C++: ^
  116. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  117. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  118. C/C++: return (float) atan2((double) y, (double) x);
  119. C/C++: ^
  120. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  121. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  122. C/C++: return (float) ceil((double) x);
  123. C/C++: ^
  124. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  125. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  126. C/C++: return (float) floor((double) x);
  127. C/C++: ^
  128. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  129. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  130. C/C++: return (float) pow((double) x, (double) y);
  131. C/C++: ^
  132. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  133. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  134. C/C++: return (float) log10((double) x);
  135. C/C++: ^
  136. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  137. C/C++: 11 warnings generated.
  138. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/gsm_jni.cpp:30:
  139. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  140. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:46:10: warning: 'INT16_MAX' macro redefined [-Wmacro-redefined]
  141. C/C++: #define INT16_MAX 0x7FFF
  142. C/C++: ^
  143. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdint.h:166:9: note: previous definition is here
  144. C/C++: #define INT16_MAX (32767)
  145. C/C++: ^
  146. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/gsm_jni.cpp:30:
  147. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  148. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:47:10: warning: 'INT16_MIN' macro redefined [-Wmacro-redefined]
  149. C/C++: #define INT16_MIN (-INT16_MAX - 1)
  150. C/C++: ^
  151. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdint.h:165:9: note: previous definition is here
  152. C/C++: #define INT16_MIN (-32768)
  153. C/C++: ^
  154. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/gsm_jni.cpp:30:
  155. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  156. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:54:9: warning: 'INT32_MIN' macro redefined [-Wmacro-redefined]
  157. C/C++: #define INT32_MIN (-2147483647 - 1)
  158. C/C++: ^
  159. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/stdint.h:176:9: note: previous definition is here
  160. C/C++: #define INT32_MIN (-2147483647-1)
  161. C/C++: ^
  162. C/C++: 3 warnings generated.
  163. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_decode.c:45:
  164. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  165. C/C++: return (float) sin((double) x);
  166. C/C++: ^
  167. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  168. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  169. C/C++: return (float) cos((double) x);
  170. C/C++: ^
  171. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  172. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  173. C/C++: return (float) tan((double) x);
  174. C/C++: ^
  175. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  176. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  177. C/C++: return (float) asin((double) x);
  178. C/C++: ^
  179. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  180. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  181. C/C++: return (float) acos((double) x);
  182. C/C++: ^
  183. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  184. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  185. C/C++: return (float) atan((double) x);
  186. C/C++: ^
  187. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  188. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  189. C/C++: return (float) atan2((double) y, (double) x);
  190. C/C++: ^
  191. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  192. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  193. C/C++: return (float) ceil((double) x);
  194. C/C++: ^
  195. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  196. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  197. C/C++: return (float) floor((double) x);
  198. C/C++: ^
  199. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  200. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  201. C/C++: return (float) pow((double) x, (double) y);
  202. C/C++: ^
  203. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  204. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  205. C/C++: return (float) log10((double) x);
  206. C/C++: ^
  207. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  208. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_decode.c:52:
  209. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  210. C/C++: return (int16_t) lrintf(famp);
  211. C/C++: ^
  212. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  213. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  214. C/C++: return (int16_t) lrint(damp);
  215. C/C++: ^
  216. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  217. C/C++: 13 warnings generated.
  218. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_encode.c:45:
  219. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  220. C/C++: return (float) sin((double) x);
  221. C/C++: ^
  222. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  223. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  224. C/C++: return (float) cos((double) x);
  225. C/C++: ^
  226. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  227. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  228. C/C++: return (float) tan((double) x);
  229. C/C++: ^
  230. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  231. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  232. C/C++: return (float) asin((double) x);
  233. C/C++: ^
  234. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  235. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  236. C/C++: return (float) acos((double) x);
  237. C/C++: ^
  238. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  239. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  240. C/C++: return (float) atan((double) x);
  241. C/C++: ^
  242. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  243. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  244. C/C++: return (float) atan2((double) y, (double) x);
  245. C/C++: ^
  246. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  247. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  248. C/C++: return (float) ceil((double) x);
  249. C/C++: ^
  250. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  251. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  252. C/C++: return (float) floor((double) x);
  253. C/C++: ^
  254. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  255. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  256. C/C++: return (float) pow((double) x, (double) y);
  257. C/C++: ^
  258. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  259. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  260. C/C++: return (float) log10((double) x);
  261. C/C++: ^
  262. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  263. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_encode.c:52:
  264. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  265. C/C++: return (int16_t) lrintf(famp);
  266. C/C++: ^
  267. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  268. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  269. C/C++: return (int16_t) lrint(damp);
  270. C/C++: ^
  271. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  272. C/C++: 13 warnings generated.
  273. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_lpc.c:45:
  274. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  275. C/C++: return (float) sin((double) x);
  276. C/C++: ^
  277. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  278. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  279. C/C++: return (float) cos((double) x);
  280. C/C++: ^
  281. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  282. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  283. C/C++: return (float) tan((double) x);
  284. C/C++: ^
  285. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  286. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  287. C/C++: return (float) asin((double) x);
  288. C/C++: ^
  289. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  290. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  291. C/C++: return (float) acos((double) x);
  292. C/C++: ^
  293. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  294. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  295. C/C++: return (float) atan((double) x);
  296. C/C++: ^
  297. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  298. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  299. C/C++: return (float) atan2((double) y, (double) x);
  300. C/C++: ^
  301. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  302. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  303. C/C++: return (float) ceil((double) x);
  304. C/C++: ^
  305. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  306. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  307. C/C++: return (float) floor((double) x);
  308. C/C++: ^
  309. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  310. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  311. C/C++: return (float) pow((double) x, (double) y);
  312. C/C++: ^
  313. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  314. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  315. C/C++: return (float) log10((double) x);
  316. C/C++: ^
  317. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  318. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_lpc.c:53:
  319. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  320. C/C++: return (int16_t) lrintf(famp);
  321. C/C++: ^
  322. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  323. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  324. C/C++: return (int16_t) lrint(damp);
  325. C/C++: ^
  326. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  327. C/C++: 13 warnings generated.
  328. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_preprocess.c:45:
  329. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  330. C/C++: return (float) sin((double) x);
  331. C/C++: ^
  332. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  333. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  334. C/C++: return (float) cos((double) x);
  335. C/C++: ^
  336. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  337. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  338. C/C++: return (float) tan((double) x);
  339. C/C++: ^
  340. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  341. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  342. C/C++: return (float) asin((double) x);
  343. C/C++: ^
  344. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  345. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  346. C/C++: return (float) acos((double) x);
  347. C/C++: ^
  348. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  349. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  350. C/C++: return (float) atan((double) x);
  351. C/C++: ^
  352. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  353. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  354. C/C++: return (float) atan2((double) y, (double) x);
  355. C/C++: ^
  356. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  357. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  358. C/C++: return (float) ceil((double) x);
  359. C/C++: ^
  360. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  361. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  362. C/C++: return (float) floor((double) x);
  363. C/C++: ^
  364. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  365. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  366. C/C++: return (float) pow((double) x, (double) y);
  367. C/C++: ^
  368. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  369. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  370. C/C++: return (float) log10((double) x);
  371. C/C++: ^
  372. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  373. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_preprocess.c:51:
  374. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  375. C/C++: return (int16_t) lrintf(famp);
  376. C/C++: ^
  377. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  378. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  379. C/C++: return (int16_t) lrint(damp);
  380. C/C++: ^
  381. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  382. C/C++: 13 warnings generated.
  383. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_rpe.c:45:
  384. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  385. C/C++: return (float) sin((double) x);
  386. C/C++: ^
  387. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  388. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  389. C/C++: return (float) cos((double) x);
  390. C/C++: ^
  391. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  392. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  393. C/C++: return (float) tan((double) x);
  394. C/C++: ^
  395. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  396. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  397. C/C++: return (float) asin((double) x);
  398. C/C++: ^
  399. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  400. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  401. C/C++: return (float) acos((double) x);
  402. C/C++: ^
  403. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  404. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  405. C/C++: return (float) atan((double) x);
  406. C/C++: ^
  407. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  408. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  409. C/C++: return (float) atan2((double) y, (double) x);
  410. C/C++: ^
  411. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  412. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  413. C/C++: return (float) ceil((double) x);
  414. C/C++: ^
  415. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  416. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  417. C/C++: return (float) floor((double) x);
  418. C/C++: ^
  419. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  420. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  421. C/C++: return (float) pow((double) x, (double) y);
  422. C/C++: ^
  423. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  424. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  425. C/C++: return (float) log10((double) x);
  426. C/C++: ^
  427. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  428. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_rpe.c:53:
  429. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  430. C/C++: return (int16_t) lrintf(famp);
  431. C/C++: ^
  432. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  433. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  434. C/C++: return (int16_t) lrint(damp);
  435. C/C++: ^
  436. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  437. C/C++: 13 warnings generated.
  438. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:45:
  439. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  440. C/C++: return (float) sin((double) x);
  441. C/C++: ^
  442. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  443. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  444. C/C++: return (float) cos((double) x);
  445. C/C++: ^
  446. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  447. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  448. C/C++: return (float) tan((double) x);
  449. C/C++: ^
  450. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  451. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  452. C/C++: return (float) asin((double) x);
  453. C/C++: ^
  454. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  455. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  456. C/C++: return (float) acos((double) x);
  457. C/C++: ^
  458. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  459. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  460. C/C++: return (float) atan((double) x);
  461. C/C++: ^
  462. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  463. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  464. C/C++: return (float) atan2((double) y, (double) x);
  465. C/C++: ^
  466. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  467. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  468. C/C++: return (float) ceil((double) x);
  469. C/C++: ^
  470. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  471. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  472. C/C++: return (float) floor((double) x);
  473. C/C++: ^
  474. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  475. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  476. C/C++: return (float) pow((double) x, (double) y);
  477. C/C++: ^
  478. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  479. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  480. C/C++: return (float) log10((double) x);
  481. C/C++: ^
  482. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  483. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:51:
  484. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  485. C/C++: return (int16_t) lrintf(famp);
  486. C/C++: ^
  487. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  488. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  489. C/C++: return (int16_t) lrint(damp);
  490. C/C++: ^
  491. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  492. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:81:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  493. C/C++: STEP(-2560, -16, 13107);
  494. C/C++: ^ ~~~~~
  495. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:74:38: note: expanded from macro 'STEP'
  496. C/C++: temp1 = saturated_sub16(temp1, B << 1); \
  497. C/C++: ~ ^
  498. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:84:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  499. C/C++: STEP(-1792, -8, 17476);
  500. C/C++: ^ ~~~~~
  501. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:74:38: note: expanded from macro 'STEP'
  502. C/C++: temp1 = saturated_sub16(temp1, B << 1); \
  503. C/C++: ~ ^
  504. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:85:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  505. C/C++: STEP( -341, -4, 31454);
  506. C/C++: ^ ~~~~
  507. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:74:38: note: expanded from macro 'STEP'
  508. C/C++: temp1 = saturated_sub16(temp1, B << 1); \
  509. C/C++: ~ ^
  510. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:86:5: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  511. C/C++: STEP(-1144, -4, 29708);
  512. C/C++: ^ ~~~~~
  513. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_short_term.c:74:38: note: expanded from macro 'STEP'
  514. C/C++: temp1 = saturated_sub16(temp1, B << 1); \
  515. C/C++: ~ ^
  516. C/C++: 17 warnings generated.
  517. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_long_term.c:45:
  518. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: warning: implicitly declaring library function 'sin' with type 'double (double)' [-Wimplicit-function-declaration]
  519. C/C++: return (float) sin((double) x);
  520. C/C++: ^
  521. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:42:17: note: include the header <math.h> or explicitly provide a declaration for 'sin'
  522. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: warning: implicitly declaring library function 'cos' with type 'double (double)' [-Wimplicit-function-declaration]
  523. C/C++: return (float) cos((double) x);
  524. C/C++: ^
  525. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:49:17: note: include the header <math.h> or explicitly provide a declaration for 'cos'
  526. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: warning: implicitly declaring library function 'tan' with type 'double (double)' [-Wimplicit-function-declaration]
  527. C/C++: return (float) tan((double) x);
  528. C/C++: ^
  529. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:56:17: note: include the header <math.h> or explicitly provide a declaration for 'tan'
  530. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: warning: implicitly declaring library function 'asin' with type 'double (double)' [-Wimplicit-function-declaration]
  531. C/C++: return (float) asin((double) x);
  532. C/C++: ^
  533. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:63:17: note: include the header <math.h> or explicitly provide a declaration for 'asin'
  534. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: warning: implicitly declaring library function 'acos' with type 'double (double)' [-Wimplicit-function-declaration]
  535. C/C++: return (float) acos((double) x);
  536. C/C++: ^
  537. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:70:17: note: include the header <math.h> or explicitly provide a declaration for 'acos'
  538. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: warning: implicitly declaring library function 'atan' with type 'double (double)' [-Wimplicit-function-declaration]
  539. C/C++: return (float) atan((double) x);
  540. C/C++: ^
  541. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:77:17: note: include the header <math.h> or explicitly provide a declaration for 'atan'
  542. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: warning: implicitly declaring library function 'atan2' with type 'double (double, double)' [-Wimplicit-function-declaration]
  543. C/C++: return (float) atan2((double) y, (double) x);
  544. C/C++: ^
  545. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:85:17: note: include the header <math.h> or explicitly provide a declaration for 'atan2'
  546. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: warning: implicitly declaring library function 'ceil' with type 'double (double)' [-Wimplicit-function-declaration]
  547. C/C++: return (float) ceil((double) x);
  548. C/C++: ^
  549. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:93:17: note: include the header <math.h> or explicitly provide a declaration for 'ceil'
  550. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: warning: implicitly declaring library function 'floor' with type 'double (double)' [-Wimplicit-function-declaration]
  551. C/C++: return (float) floor((double) x);
  552. C/C++: ^
  553. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:100:17: note: include the header <math.h> or explicitly provide a declaration for 'floor'
  554. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: warning: implicitly declaring library function 'pow' with type 'double (double, double)' [-Wimplicit-function-declaration]
  555. C/C++: return (float) pow((double) x, (double) y);
  556. C/C++: ^
  557. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:108:20: note: include the header <math.h> or explicitly provide a declaration for 'pow'
  558. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: warning: implicitly declaring library function 'log10' with type 'double (double)' [-Wimplicit-function-declaration]
  559. C/C++: return (float) log10((double) x);
  560. C/C++: ^
  561. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/floating_fudge.h:129:20: note: include the header <math.h> or explicitly provide a declaration for 'log10'
  562. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/gsm0610_long_term.c:51:
  563. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: warning: implicitly declaring library function 'lrintf' with type 'long (float)' [-Wimplicit-function-declaration]
  564. C/C++: return (int16_t) lrintf(famp);
  565. C/C++: ^
  566. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:78:22: note: include the header <math.h> or explicitly provide a declaration for 'lrintf'
  567. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: warning: implicitly declaring library function 'lrint' with type 'long (double)' [-Wimplicit-function-declaration]
  568. C/C++: return (int16_t) lrint(damp);
  569. C/C++: ^
  570. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/saturated.h:88:22: note: include the header <math.h> or explicitly provide a declaration for 'lrint'
  571. C/C++: 13 warnings generated.
  572.  
  573. > Task :app:buildNdkBuildDebug[armeabi-v7a]
  574. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/g722_jni.cpp:30:
  575. C/C++: In file included from /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp.h:39:
  576. C/C++: /home/anand/Documents/GNU/BlackBerry/sipdroid/app/src/main/jni/spandsp/spandsp/myinttypes.h:46:10: warning: 'INT16_MAX' macro redefined [-Wmacro-redefined]
  577. C/C++: #define INT16_MAX 0x7FFF
  578. C/C++: ^
  579. C/C++: /home/anand/Documents/GNU/BlackBerry/Android/Sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/sysroot/u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement