Advertisement
XperiAMM

Primer error :V

Apr 18th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.38 KB | None | 0 0
  1. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  2. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  3. ^
  4. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  5. inline virtual bool reportPosition(UlpLocation &location,
  6. ^
  7. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  8. GpsLocationExtended &locationExtended,
  9. ^
  10. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  11. void* locationExt,
  12. ^
  13. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  14. enum loc_sess_status status,
  15. ^
  16. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  17. LocPosTechMask loc_technology_mask) {
  18. ^
  19. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  20. inline virtual bool reportSv(GpsSvStatus &svStatus,
  21. ^
  22. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  23. GpsLocationExtended &locationExtended,
  24. ^
  25. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  26. void* svExt) {
  27. ^
  28. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  29. inline virtual bool reportStatus(GpsStatusValue status) {
  30. ^
  31. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  32. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  33. ^
  34. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  35. inline virtual void setCapabilities(unsigned long capabilities) {}
  36. ^
  37. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:35:0,
  38. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  39. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  40. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  41. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  42. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_nmea.cpp:36:
  43. out/target/product/jagnm/obj/include/libloc_core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  44. inline virtual void setInSession(bool inSession) {}
  45. ^
  46. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:36:0,
  47. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  48. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  49. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  50. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  51. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_nmea.cpp:36:
  52. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  53. getLocApi(const MsgTask* msgTask,
  54. ^
  55. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  56. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  57. ^
  58. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  59. inline virtual void requestUlp(LocAdapterBase* adapter,
  60. ^
  61. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  62. unsigned long capabilities) const {}
  63. ^
  64. In file included from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37:0,
  65. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  66. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  67. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_nmea.cpp:36:
  68. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  69. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  70. ^
  71. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  72. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  73. ^
  74. In file included from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54:0,
  75. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_nmea.cpp:36:
  76. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:50: warning: unused parameter 'v4' [-Wunused-parameter]
  77. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  78. ^
  79. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:60: warning: unused parameter 'v6' [-Wunused-parameter]
  80. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  81. ^
  82. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:50: warning: unused parameter 'v4' [-Wunused-parameter]
  83. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  84. ^
  85. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:60: warning: unused parameter 'v6' [-Wunused-parameter]
  86. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  87. ^
  88. target thumb C++: libloc_eng <= device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp
  89. In file included from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:33:0,
  90. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  91. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  92. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  93. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  94. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:45:
  95. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  96. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  97. ^
  98. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  99. inline virtual bool reportPosition(UlpLocation &location,
  100. ^
  101. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  102. GpsLocationExtended &locationExtended,
  103. ^
  104. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  105. void* locationExt,
  106. ^
  107. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  108. enum loc_sess_status status,
  109. ^
  110. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  111. LocPosTechMask loc_technology_mask) {
  112. ^
  113. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  114. inline virtual bool reportSv(GpsSvStatus &svStatus,
  115. ^
  116. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  117. GpsLocationExtended &locationExtended,
  118. ^
  119. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  120. void* svExt) {
  121. ^
  122. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  123. inline virtual bool reportStatus(GpsStatusValue status) {
  124. ^
  125. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  126. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  127. ^
  128. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  129. inline virtual void setCapabilities(unsigned long capabilities) {}
  130. ^
  131. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:35:0,
  132. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  133. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  134. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  135. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  136. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  137. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:45:
  138. out/target/product/jagnm/obj/include/libloc_core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  139. inline virtual void setInSession(bool inSession) {}
  140. ^
  141. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:36:0,
  142. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  143. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  144. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  145. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  146. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  147. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:45:
  148. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  149. getLocApi(const MsgTask* msgTask,
  150. ^
  151. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  152. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  153. ^
  154. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  155. inline virtual void requestUlp(LocAdapterBase* adapter,
  156. ^
  157. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  158. unsigned long capabilities) const {}
  159. ^
  160. In file included from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37:0,
  161. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  162. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  163. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  164. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:45:
  165. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  166. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  167. ^
  168. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  169. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  170. ^
  171. In file included from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54:0,
  172. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  173. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:45:
  174. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:50: warning: unused parameter 'v4' [-Wunused-parameter]
  175. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  176. ^
  177. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:60: warning: unused parameter 'v6' [-Wunused-parameter]
  178. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  179. ^
  180. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:50: warning: unused parameter 'v4' [-Wunused-parameter]
  181. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  182. ^
  183. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:60: warning: unused parameter 'v6' [-Wunused-parameter]
  184. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  185. ^
  186. device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:59:43: warning: unused parameter 'context' [-Wunused-parameter]
  187. static int loc_api_server_proc_init(void *context)
  188. ^
  189. device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:112:42: warning: unused parameter 'context' [-Wunused-parameter]
  190. static int loc_api_server_proc_pre(void *context)
  191. ^
  192. device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn.cpp:167:43: warning: unused parameter 'context' [-Wunused-parameter]
  193. static int loc_api_server_proc_post(void *context)
  194. ^
  195. In file included from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:33:0,
  196. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  197. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.cpp:32:
  198. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  199. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  200. ^
  201. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  202. inline virtual bool reportPosition(UlpLocation &location,
  203. ^
  204. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  205. GpsLocationExtended &locationExtended,
  206. ^
  207. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  208. void* locationExt,
  209. ^
  210. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  211. enum loc_sess_status status,
  212. ^
  213. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  214. LocPosTechMask loc_technology_mask) {
  215. ^
  216. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  217. inline virtual bool reportSv(GpsSvStatus &svStatus,
  218. ^
  219. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  220. GpsLocationExtended &locationExtended,
  221. ^
  222. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  223. void* svExt) {
  224. ^
  225. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  226. inline virtual bool reportStatus(GpsStatusValue status) {
  227. ^
  228. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  229. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  230. ^
  231. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  232. inline virtual void setCapabilities(unsigned long capabilities) {}
  233. ^
  234. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:35:0,
  235. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  236. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  237. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.cpp:32:
  238. out/target/product/jagnm/obj/include/libloc_core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  239. inline virtual void setInSession(bool inSession) {}
  240. ^
  241. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:36:0,
  242. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  243. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  244. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.cpp:32:
  245. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  246. getLocApi(const MsgTask* msgTask,
  247. ^
  248. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  249. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  250. ^
  251. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  252. inline virtual void requestUlp(LocAdapterBase* adapter,
  253. ^
  254. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  255. unsigned long capabilities) const {}
  256. ^
  257. In file included from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37:0,
  258. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.cpp:32:
  259. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  260. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  261. ^
  262. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  263. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  264. ^
  265. In file included from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54:0,
  266. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  267. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.cpp:33:
  268. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:50: warning: unused parameter 'v4' [-Wunused-parameter]
  269. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  270. ^
  271. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:60: warning: unused parameter 'v6' [-Wunused-parameter]
  272. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  273. ^
  274. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:50: warning: unused parameter 'v4' [-Wunused-parameter]
  275. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  276. ^
  277. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:60: warning: unused parameter 'v6' [-Wunused-parameter]
  278. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  279. ^
  280. target thumb C: libloc_eng <= device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_thread_helper.c
  281. In file included from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:33:0,
  282. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  283. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  284. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  285. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  286. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:36:
  287. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  288. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  289. ^
  290. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  291. inline virtual bool reportPosition(UlpLocation &location,
  292. ^
  293. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  294. GpsLocationExtended &locationExtended,
  295. ^
  296. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  297. void* locationExt,
  298. ^
  299. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  300. enum loc_sess_status status,
  301. ^
  302. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  303. LocPosTechMask loc_technology_mask) {
  304. ^
  305. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  306. inline virtual bool reportSv(GpsSvStatus &svStatus,
  307. ^
  308. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  309. GpsLocationExtended &locationExtended,
  310. ^
  311. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  312. void* svExt) {
  313. ^
  314. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  315. inline virtual bool reportStatus(GpsStatusValue status) {
  316. ^
  317. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  318. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  319. ^
  320. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  321. inline virtual void setCapabilities(unsigned long capabilities) {}
  322. ^
  323. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:35:0,
  324. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  325. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  326. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  327. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  328. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  329. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:36:
  330. out/target/product/jagnm/obj/include/libloc_core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  331. inline virtual void setInSession(bool inSession) {}
  332. ^
  333. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:36:0,
  334. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  335. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  336. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  337. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  338. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  339. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:36:
  340. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  341. getLocApi(const MsgTask* msgTask,
  342. ^
  343. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  344. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  345. ^
  346. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  347. inline virtual void requestUlp(LocAdapterBase* adapter,
  348. ^
  349. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  350. unsigned long capabilities) const {}
  351. ^
  352. In file included from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37:0,
  353. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:42,
  354. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54,
  355. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  356. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:36:
  357. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  358. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  359. ^
  360. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  361. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  362. ^
  363. In file included from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54:0,
  364. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_msg.h:39,
  365. from device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:36:
  366. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:50: warning: unused parameter 'v4' [-Wunused-parameter]
  367. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  368. ^
  369. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:60: warning: unused parameter 'v6' [-Wunused-parameter]
  370. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  371. ^
  372. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:50: warning: unused parameter 'v4' [-Wunused-parameter]
  373. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  374. ^
  375. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:60: warning: unused parameter 'v6' [-Wunused-parameter]
  376. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  377. ^
  378. device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:42:86: warning: unused parameter 'len' [-Wunused-parameter]
  379. int loc_eng_dmn_conn_loc_api_server_if_request_handler(struct ctrl_msgbuf *pmsg, int len)
  380. ^
  381. device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_handler.cpp:144:86: warning: unused parameter 'len' [-Wunused-parameter]
  382. int loc_eng_dmn_conn_loc_api_server_if_release_handler(struct ctrl_msgbuf *pmsg, int len)
  383. ^
  384. target thumb C: libloc_eng <= device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_glue_msg.c
  385. target thumb C: libloc_eng <= device/lge/jagnm/gps/libloc_api_50001/loc_eng_dmn_conn_glue_pipe.c
  386. target thumb C++: libloc_core <= device/lge/jagnm/gps/core/MsgTask.cpp
  387. target thumb C++: libloc_core <= device/lge/jagnm/gps/core/LocApiBase.cpp
  388. target thumb C++: libloc_core <= device/lge/jagnm/gps/core/LocAdapterBase.cpp
  389. In file included from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:33:0,
  390. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  391. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.cpp:48:
  392. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  393. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  394. ^
  395. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  396. inline virtual bool reportPosition(UlpLocation &location,
  397. ^
  398. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  399. GpsLocationExtended &locationExtended,
  400. ^
  401. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  402. void* locationExt,
  403. ^
  404. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  405. enum loc_sess_status status,
  406. ^
  407. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  408. LocPosTechMask loc_technology_mask) {
  409. ^
  410. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  411. inline virtual bool reportSv(GpsSvStatus &svStatus,
  412. ^
  413. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  414. GpsLocationExtended &locationExtended,
  415. ^
  416. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  417. void* svExt) {
  418. ^
  419. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  420. inline virtual bool reportStatus(GpsStatusValue status) {
  421. ^
  422. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  423. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  424. ^
  425. out/target/product/jagnm/obj/include/libloc_core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  426. inline virtual void setCapabilities(unsigned long capabilities) {}
  427. ^
  428. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:35:0,
  429. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  430. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  431. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.cpp:48:
  432. out/target/product/jagnm/obj/include/libloc_core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  433. inline virtual void setInSession(bool inSession) {}
  434. ^
  435. In file included from out/target/product/jagnm/obj/include/libloc_core/ContextBase.h:36:0,
  436. from out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:34,
  437. from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37,
  438. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.cpp:48:
  439. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  440. getLocApi(const MsgTask* msgTask,
  441. ^
  442. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  443. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  444. ^
  445. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  446. inline virtual void requestUlp(LocAdapterBase* adapter,
  447. ^
  448. out/target/product/jagnm/obj/include/libloc_core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  449. unsigned long capabilities) const {}
  450. ^
  451. In file included from device/lge/jagnm/gps/libloc_api_50001/LocEngAdapter.h:37:0,
  452. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.cpp:48:
  453. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  454. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  455. ^
  456. out/target/product/jagnm/obj/include/libloc_core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  457. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  458. ^
  459. In file included from device/lge/jagnm/gps/libloc_api_50001/loc_eng.h:54:0,
  460. from device/lge/jagnm/gps/libloc_api_50001/loc_eng.cpp:63:
  461. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:50: warning: unused parameter 'v4' [-Wunused-parameter]
  462. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  463. ^
  464. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:373:60: warning: unused parameter 'v6' [-Wunused-parameter]
  465. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  466. ^
  467. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:50: warning: unused parameter 'v4' [-Wunused-parameter]
  468. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  469. ^
  470. device/lge/jagnm/gps/libloc_api_50001/loc_eng_agps.h:407:60: warning: unused parameter 'v6' [-Wunused-parameter]
  471. inline virtual void setIPAddresses(uint32_t &v4, char* v6) {}
  472. ^
  473. device/lge/jagnm/gps/libloc_api_50001/loc_eng.cpp:200:27: warning: unused parameter 'data' [-Wunused-parameter]
  474. static void* noProc(void* data)
  475. ^
  476. target thumb C++: libloc_core <= device/lge/jagnm/gps/core/ContextBase.cpp
  477. In file included from device/lge/jagnm/gps/core/LocAdapterBase.h:33:0,
  478. from device/lge/jagnm/gps/core/LocAdapterBase.cpp:33:
  479. device/lge/jagnm/gps/core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  480. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  481. ^
  482. device/lge/jagnm/gps/core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  483. inline virtual bool reportPosition(UlpLocation &location,
  484. ^
  485. device/lge/jagnm/gps/core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  486. GpsLocationExtended &locationExtended,
  487. ^
  488. device/lge/jagnm/gps/core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  489. void* locationExt,
  490. ^
  491. device/lge/jagnm/gps/core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  492. enum loc_sess_status status,
  493. ^
  494. device/lge/jagnm/gps/core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  495. LocPosTechMask loc_technology_mask) {
  496. ^
  497. device/lge/jagnm/gps/core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  498. inline virtual bool reportSv(GpsSvStatus &svStatus,
  499. ^
  500. device/lge/jagnm/gps/core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  501. GpsLocationExtended &locationExtended,
  502. ^
  503. device/lge/jagnm/gps/core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  504. void* svExt) {
  505. ^
  506. device/lge/jagnm/gps/core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  507. inline virtual bool reportStatus(GpsStatusValue status) {
  508. ^
  509. device/lge/jagnm/gps/core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  510. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  511. ^
  512. device/lge/jagnm/gps/core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  513. inline virtual void setCapabilities(unsigned long capabilities) {}
  514. ^
  515. In file included from device/lge/jagnm/gps/core/ContextBase.h:35:0,
  516. from device/lge/jagnm/gps/core/LocAdapterBase.h:34,
  517. from device/lge/jagnm/gps/core/LocAdapterBase.cpp:33:
  518. device/lge/jagnm/gps/core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  519. inline virtual void setInSession(bool inSession) {}
  520. ^
  521. In file included from device/lge/jagnm/gps/core/ContextBase.h:36:0,
  522. from device/lge/jagnm/gps/core/LocAdapterBase.h:34,
  523. from device/lge/jagnm/gps/core/LocAdapterBase.cpp:33:
  524. device/lge/jagnm/gps/core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  525. getLocApi(const MsgTask* msgTask,
  526. ^
  527. device/lge/jagnm/gps/core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  528. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  529. ^
  530. device/lge/jagnm/gps/core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  531. inline virtual void requestUlp(LocAdapterBase* adapter,
  532. ^
  533. device/lge/jagnm/gps/core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  534. unsigned long capabilities) const {}
  535. ^
  536. In file included from device/lge/jagnm/gps/core/LocAdapterBase.cpp:33:0:
  537. device/lge/jagnm/gps/core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  538. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  539. ^
  540. device/lge/jagnm/gps/core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  541. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  542. ^
  543. device/lge/jagnm/gps/core/LocAdapterBase.cpp:56:33: warning: unused parameter 'location' [-Wunused-parameter]
  544. reportPosition(UlpLocation &location,
  545. ^
  546. device/lge/jagnm/gps/core/LocAdapterBase.cpp:57:41: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  547. GpsLocationExtended &locationExtended,
  548. ^
  549. device/lge/jagnm/gps/core/LocAdapterBase.cpp:58:26: warning: unused parameter 'locationExt' [-Wunused-parameter]
  550. void* locationExt,
  551. ^
  552. device/lge/jagnm/gps/core/LocAdapterBase.cpp:59:41: warning: unused parameter 'status' [-Wunused-parameter]
  553. enum loc_sess_status status,
  554. ^
  555. device/lge/jagnm/gps/core/LocAdapterBase.cpp:60:35: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  556. LocPosTechMask loc_technology_mask)
  557. ^
  558. device/lge/jagnm/gps/core/LocAdapterBase.cpp:64:27: warning: unused parameter 'svStatus' [-Wunused-parameter]
  559. reportSv(GpsSvStatus &svStatus,
  560. ^
  561. device/lge/jagnm/gps/core/LocAdapterBase.cpp:65:35: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  562. GpsLocationExtended &locationExtended,
  563. ^
  564. device/lge/jagnm/gps/core/LocAdapterBase.cpp:66:20: warning: unused parameter 'svExt' [-Wunused-parameter]
  565. void* svExt)
  566. ^
  567. device/lge/jagnm/gps/core/LocAdapterBase.cpp:71:33: warning: unused parameter 'status' [-Wunused-parameter]
  568. reportStatus(GpsStatusValue status)
  569. ^
  570. device/lge/jagnm/gps/core/LocAdapterBase.cpp:76:28: warning: unused parameter 'nmea' [-Wunused-parameter]
  571. reportNmea(const char* nmea, int length)
  572. ^
  573. device/lge/jagnm/gps/core/LocAdapterBase.cpp:76:38: warning: unused parameter 'length' [-Wunused-parameter]
  574. reportNmea(const char* nmea, int length)
  575. ^
  576. device/lge/jagnm/gps/core/LocAdapterBase.cpp:80:34: warning: unused parameter 'url1' [-Wunused-parameter]
  577. reportXtraServer(const char* url1, const char* url2,
  578. ^
  579. device/lge/jagnm/gps/core/LocAdapterBase.cpp:80:52: warning: unused parameter 'url2' [-Wunused-parameter]
  580. reportXtraServer(const char* url1, const char* url2,
  581. ^
  582. device/lge/jagnm/gps/core/LocAdapterBase.cpp:81:34: warning: unused parameter 'url3' [-Wunused-parameter]
  583. const char* url3, const int maxlength)
  584. ^
  585. device/lge/jagnm/gps/core/LocAdapterBase.cpp:81:50: warning: unused parameter 'maxlength' [-Wunused-parameter]
  586. const char* url3, const int maxlength)
  587. ^
  588. device/lge/jagnm/gps/core/LocAdapterBase.cpp:97:20: warning: unused parameter 'connHandle' [-Wunused-parameter]
  589. requestATL(int connHandle, AGpsType agps_type)
  590. ^
  591. device/lge/jagnm/gps/core/LocAdapterBase.cpp:97:41: warning: unused parameter 'agps_type' [-Wunused-parameter]
  592. requestATL(int connHandle, AGpsType agps_type)
  593. ^
  594. device/lge/jagnm/gps/core/LocAdapterBase.cpp:101:20: warning: unused parameter 'connHandle' [-Wunused-parameter]
  595. releaseATL(int connHandle)
  596. ^
  597. device/lge/jagnm/gps/core/LocAdapterBase.cpp:105:23: warning: unused parameter 'connHandle' [-Wunused-parameter]
  598. requestSuplES(int connHandle)
  599. ^
  600. device/lge/jagnm/gps/core/LocAdapterBase.cpp:117:40: warning: unused parameter 'notify' [-Wunused-parameter]
  601. requestNiNotify(GpsNiNotification &notify, const void* data)
  602. ^
  603. device/lge/jagnm/gps/core/LocAdapterBase.cpp:117:60: warning: unused parameter 'data' [-Wunused-parameter]
  604. requestNiNotify(GpsNiNotification &notify, const void* data)
  605. ^
  606. target thumb C++: libloc_core <= device/lge/jagnm/gps/core/LocDualContext.cpp
  607. In file included from device/lge/jagnm/gps/core/ContextBase.h:35:0,
  608. from device/lge/jagnm/gps/core/ContextBase.cpp:35:
  609. device/lge/jagnm/gps/core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  610. inline virtual void setInSession(bool inSession) {}
  611. ^
  612. In file included from device/lge/jagnm/gps/core/ContextBase.h:36:0,
  613. from device/lge/jagnm/gps/core/ContextBase.cpp:35:
  614. device/lge/jagnm/gps/core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  615. getLocApi(const MsgTask* msgTask,
  616. ^
  617. device/lge/jagnm/gps/core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  618. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  619. ^
  620. device/lge/jagnm/gps/core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  621. inline virtual void requestUlp(LocAdapterBase* adapter,
  622. ^
  623. device/lge/jagnm/gps/core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  624. unsigned long capabilities) const {}
  625. ^
  626. target thumb C++: libloc_core <= device/lge/jagnm/gps/core/loc_core_log.cpp
  627. target thumb C++: gralloc.msm8226 <= hardware/qcom/display-caf/msm8974/libgralloc/gpu.cpp
  628. In file included from device/lge/jagnm/gps/core/loc_core_log.cpp:33:0:
  629. device/lge/jagnm/gps/core/loc_core_log.cpp:119:15: error: 'GPS_DELETE_ALMANAC_CORR' was not declared in this scope
  630. NAME_VAL( GPS_DELETE_ALMANAC_CORR ),
  631. ^
  632. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  633. #define NAME_VAL(x) {"" #x "", x }
  634. ^
  635. device/lge/jagnm/gps/core/loc_core_log.cpp:120:15: error: 'GPS_DELETE_FREQ_BIAS_EST' was not declared in this scope
  636. NAME_VAL( GPS_DELETE_FREQ_BIAS_EST ),
  637. ^
  638. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  639. #define NAME_VAL(x) {"" #x "", x }
  640. ^
  641. device/lge/jagnm/gps/core/loc_core_log.cpp:121:15: error: 'GLO_DELETE_EPHEMERIS' was not declared in this scope
  642. NAME_VAL( GLO_DELETE_EPHEMERIS ),
  643. ^
  644. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  645. #define NAME_VAL(x) {"" #x "", x }
  646. ^
  647. device/lge/jagnm/gps/core/loc_core_log.cpp:122:15: error: 'GLO_DELETE_ALMANAC' was not declared in this scope
  648. NAME_VAL( GLO_DELETE_ALMANAC ),
  649. ^
  650. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  651. #define NAME_VAL(x) {"" #x "", x }
  652. ^
  653. device/lge/jagnm/gps/core/loc_core_log.cpp:123:15: error: 'GLO_DELETE_SVDIR' was not declared in this scope
  654. NAME_VAL( GLO_DELETE_SVDIR ),
  655. ^
  656. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  657. #define NAME_VAL(x) {"" #x "", x }
  658. ^
  659. device/lge/jagnm/gps/core/loc_core_log.cpp:124:15: error: 'GLO_DELETE_SVSTEER' was not declared in this scope
  660. NAME_VAL( GLO_DELETE_SVSTEER ),
  661. ^
  662. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  663. #define NAME_VAL(x) {"" #x "", x }
  664. ^
  665. device/lge/jagnm/gps/core/loc_core_log.cpp:125:15: error: 'GLO_DELETE_ALMANAC_CORR' was not declared in this scope
  666. NAME_VAL( GLO_DELETE_ALMANAC_CORR ),
  667. ^
  668. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  669. #define NAME_VAL(x) {"" #x "", x }
  670. ^
  671. device/lge/jagnm/gps/core/loc_core_log.cpp:126:15: error: 'GPS_DELETE_TIME_GPS' was not declared in this scope
  672. NAME_VAL( GPS_DELETE_TIME_GPS ),
  673. ^
  674. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  675. #define NAME_VAL(x) {"" #x "", x }
  676. ^
  677. device/lge/jagnm/gps/core/loc_core_log.cpp:127:15: error: 'GLO_DELETE_TIME' was not declared in this scope
  678. NAME_VAL( GLO_DELETE_TIME ),
  679. ^
  680. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  681. #define NAME_VAL(x) {"" #x "", x }
  682. ^
  683. device/lge/jagnm/gps/core/loc_core_log.cpp:128:15: error: 'BDS_DELETE_SVDIR' was not declared in this scope
  684. NAME_VAL( BDS_DELETE_SVDIR ),
  685. ^
  686. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  687. #define NAME_VAL(x) {"" #x "", x }
  688. ^
  689. device/lge/jagnm/gps/core/loc_core_log.cpp:129:15: error: 'BDS_DELETE_SVSTEER' was not declared in this scope
  690. NAME_VAL( BDS_DELETE_SVSTEER ),
  691. ^
  692. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  693. #define NAME_VAL(x) {"" #x "", x }
  694. ^
  695. device/lge/jagnm/gps/core/loc_core_log.cpp:130:15: error: 'BDS_DELETE_TIME' was not declared in this scope
  696. NAME_VAL( BDS_DELETE_TIME ),
  697. ^
  698. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  699. #define NAME_VAL(x) {"" #x "", x }
  700. ^
  701. device/lge/jagnm/gps/core/loc_core_log.cpp:131:15: error: 'BDS_DELETE_ALMANAC_CORR' was not declared in this scope
  702. NAME_VAL( BDS_DELETE_ALMANAC_CORR ),
  703. ^
  704. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  705. #define NAME_VAL(x) {"" #x "", x }
  706. ^
  707. device/lge/jagnm/gps/core/loc_core_log.cpp:132:15: error: 'BDS_DELETE_EPHEMERIS' was not declared in this scope
  708. NAME_VAL( BDS_DELETE_EPHEMERIS ),
  709. ^
  710. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  711. #define NAME_VAL(x) {"" #x "", x }
  712. ^
  713. device/lge/jagnm/gps/core/loc_core_log.cpp:133:15: error: 'BDS_DELETE_ALMANAC' was not declared in this scope
  714. NAME_VAL( BDS_DELETE_ALMANAC ),
  715. ^
  716. out/target/product/jagnm/obj/include/gps.utils/loc_log.h:47:32: note: in definition of macro 'NAME_VAL'
  717. #define NAME_VAL(x) {"" #x "", x }
  718. ^
  719. device/lge/jagnm/gps/core/loc_core_log.cpp:138:58: warning: unused parameter 'data' [-Wunused-parameter]
  720. const char* loc_get_aiding_data_mask_names(GpsAidingData data)
  721. ^
  722. build/core/binary.mk:721: recipe for target '/home/xperiamm/Maxi-6.0/out/target/product/jagnm/obj/SHARED_LIBRARIES/libloc_core_intermediates/loc_core_log.o' failed
  723. make: *** [/home/xperiamm/Maxi-6.0/out/target/product/jagnm/obj/SHARED_LIBRARIES/libloc_core_intermediates/loc_core_log.o] Error 1
  724. make: *** Se espera a que terminen otras tareas....
  725. In file included from device/lge/jagnm/gps/core/LocApiBase.cpp:33:0:
  726. device/lge/jagnm/gps/core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  727. inline virtual void setInSession(bool inSession) {}
  728. ^
  729. In file included from device/lge/jagnm/gps/core/LocAdapterBase.h:33:0,
  730. from device/lge/jagnm/gps/core/LocApiBase.cpp:34:
  731. device/lge/jagnm/gps/core/UlpProxyBase.h:44:49: warning: unused parameter 'params' [-Wunused-parameter]
  732. inline virtual bool sendFixMode(LocPosMode &params) { return false;}
  733. ^
  734. device/lge/jagnm/gps/core/UlpProxyBase.h:45:53: warning: unused parameter 'location' [-Wunused-parameter]
  735. inline virtual bool reportPosition(UlpLocation &location,
  736. ^
  737. device/lge/jagnm/gps/core/UlpProxyBase.h:46:61: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  738. GpsLocationExtended &locationExtended,
  739. ^
  740. device/lge/jagnm/gps/core/UlpProxyBase.h:47:46: warning: unused parameter 'locationExt' [-Wunused-parameter]
  741. void* locationExt,
  742. ^
  743. device/lge/jagnm/gps/core/UlpProxyBase.h:48:61: warning: unused parameter 'status' [-Wunused-parameter]
  744. enum loc_sess_status status,
  745. ^
  746. device/lge/jagnm/gps/core/UlpProxyBase.h:49:55: warning: unused parameter 'loc_technology_mask' [-Wunused-parameter]
  747. LocPosTechMask loc_technology_mask) {
  748. ^
  749. device/lge/jagnm/gps/core/UlpProxyBase.h:52:47: warning: unused parameter 'svStatus' [-Wunused-parameter]
  750. inline virtual bool reportSv(GpsSvStatus &svStatus,
  751. ^
  752. device/lge/jagnm/gps/core/UlpProxyBase.h:53:55: warning: unused parameter 'locationExtended' [-Wunused-parameter]
  753. GpsLocationExtended &locationExtended,
  754. ^
  755. device/lge/jagnm/gps/core/UlpProxyBase.h:54:40: warning: unused parameter 'svExt' [-Wunused-parameter]
  756. void* svExt) {
  757. ^
  758. device/lge/jagnm/gps/core/UlpProxyBase.h:57:53: warning: unused parameter 'status' [-Wunused-parameter]
  759. inline virtual bool reportStatus(GpsStatusValue status) {
  760. ^
  761. device/lge/jagnm/gps/core/UlpProxyBase.h:60:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  762. inline virtual void setAdapter(LocAdapterBase* adapter) {}
  763. ^
  764. device/lge/jagnm/gps/core/UlpProxyBase.h:61:55: warning: unused parameter 'capabilities' [-Wunused-parameter]
  765. inline virtual void setCapabilities(unsigned long capabilities) {}
  766. ^
  767. In file included from device/lge/jagnm/gps/core/ContextBase.h:36:0,
  768. from device/lge/jagnm/gps/core/LocAdapterBase.h:34,
  769. from device/lge/jagnm/gps/core/LocApiBase.cpp:34:
  770. device/lge/jagnm/gps/core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  771. getLocApi(const MsgTask* msgTask,
  772. ^
  773. device/lge/jagnm/gps/core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  774. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  775. ^
  776. device/lge/jagnm/gps/core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  777. inline virtual void requestUlp(LocAdapterBase* adapter,
  778. ^
  779. device/lge/jagnm/gps/core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  780. unsigned long capabilities) const {}
  781. ^
  782. In file included from device/lge/jagnm/gps/core/LocApiBase.cpp:34:0:
  783. device/lge/jagnm/gps/core/LocAdapterBase.h:70:51: warning: unused parameter 'ulp' [-Wunused-parameter]
  784. inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
  785. ^
  786. device/lge/jagnm/gps/core/LocAdapterBase.h:73:56: warning: unused parameter 'posMode' [-Wunused-parameter]
  787. inline virtual void setPositionModeInt(LocPosMode& posMode) {}
  788. ^
  789. In file included from device/lge/jagnm/gps/core/LocApiBase.cpp:33:0:
  790. device/lge/jagnm/gps/core/LocApiBase.h: In constructor 'loc_core::LocApiBase::LocApiBase(const loc_core::MsgTask*, LOC_API_ADAPTER_EVENT_MASK_T)':
  791. device/lge/jagnm/gps/core/LocApiBase.h:87:40: warning: 'loc_core::LocApiBase::mExcludedMask' will be initialized after [-Wreorder]
  792. const LOC_API_ADAPTER_EVENT_MASK_T mExcludedMask;
  793. ^
  794. device/lge/jagnm/gps/core/LocApiBase.h:72:20: warning: 'const loc_core::MsgTask* loc_core::LocApiBase::mMsgTask' [-Wreorder]
  795. const MsgTask* mMsgTask;
  796. ^
  797. device/lge/jagnm/gps/core/LocApiBase.cpp:127:1: warning: when initialized here [-Wreorder]
  798. LocApiBase::LocApiBase(const MsgTask* msgTask,
  799. ^
  800. device/lge/jagnm/gps/core/LocApiBase.cpp: At global scope:
  801. device/lge/jagnm/gps/core/LocApiBase.cpp:328:38: warning: unused parameter 'mask' [-Wunused-parameter]
  802. open(LOC_API_ADAPTER_EVENT_MASK_T mask)
  803. ^
  804. device/lge/jagnm/gps/core/LocApiBase.cpp:336:32: warning: unused parameter 'posMode' [-Wunused-parameter]
  805. startFix(const LocPosMode& posMode)
  806. ^
  807. device/lge/jagnm/gps/core/LocApiBase.cpp:344:36: warning: unused parameter 'f' [-Wunused-parameter]
  808. deleteAidingData(GpsAidingData f)
  809. ^
  810. device/lge/jagnm/gps/core/LocApiBase.cpp:348:20: warning: unused parameter 'enable' [-Wunused-parameter]
  811. enableData(int enable)
  812. ^
  813. device/lge/jagnm/gps/core/LocApiBase.cpp:352:18: warning: unused parameter 'apn' [-Wunused-parameter]
  814. setAPN(char* apn, int len)
  815. ^
  816. device/lge/jagnm/gps/core/LocApiBase.cpp:352:27: warning: unused parameter 'len' [-Wunused-parameter]
  817. setAPN(char* apn, int len)
  818. ^
  819. device/lge/jagnm/gps/core/LocApiBase.cpp:356:27: warning: unused parameter 'latitude' [-Wunused-parameter]
  820. injectPosition(double latitude, double longitude, float accuracy)
  821. ^
  822. device/lge/jagnm/gps/core/LocApiBase.cpp:356:44: warning: unused parameter 'longitude' [-Wunused-parameter]
  823. injectPosition(double latitude, double longitude, float accuracy)
  824. ^
  825. device/lge/jagnm/gps/core/LocApiBase.cpp:356:61: warning: unused parameter 'accuracy' [-Wunused-parameter]
  826. injectPosition(double latitude, double longitude, float accuracy)
  827. ^
  828. device/lge/jagnm/gps/core/LocApiBase.cpp:360:24: warning: unused parameter 'time' [-Wunused-parameter]
  829. setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
  830. ^
  831. device/lge/jagnm/gps/core/LocApiBase.cpp:360:38: warning: unused parameter 'timeReference' [-Wunused-parameter]
  832. setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
  833. ^
  834. device/lge/jagnm/gps/core/LocApiBase.cpp:360:57: warning: unused parameter 'uncertainty' [-Wunused-parameter]
  835. setTime(GpsUtcTime time, int64_t timeReference, int uncertainty)
  836. ^
  837. device/lge/jagnm/gps/core/LocApiBase.cpp:364:23: warning: unused parameter 'data' [-Wunused-parameter]
  838. setXtraData(char* data, int length)
  839. ^
  840. device/lge/jagnm/gps/core/LocApiBase.cpp:364:33: warning: unused parameter 'length' [-Wunused-parameter]
  841. setXtraData(char* data, int length)
  842. ^
  843. device/lge/jagnm/gps/core/LocApiBase.cpp:372:22: warning: unused parameter 'handle' [-Wunused-parameter]
  844. atlOpenStatus(int handle, int is_succ, char* apn,
  845. ^
  846. device/lge/jagnm/gps/core/LocApiBase.cpp:372:34: warning: unused parameter 'is_succ' [-Wunused-parameter]
  847. atlOpenStatus(int handle, int is_succ, char* apn,
  848. ^
  849. device/lge/jagnm/gps/core/LocApiBase.cpp:372:49: warning: unused parameter 'apn' [-Wunused-parameter]
  850. atlOpenStatus(int handle, int is_succ, char* apn,
  851. ^
  852. device/lge/jagnm/gps/core/LocApiBase.cpp:373:33: warning: unused parameter 'bear' [-Wunused-parameter]
  853. AGpsBearerType bear, AGpsType agpsType)
  854. ^
  855. device/lge/jagnm/gps/core/LocApiBase.cpp:373:48: warning: unused parameter 'agpsType' [-Wunused-parameter]
  856. AGpsBearerType bear, AGpsType agpsType)
  857. ^
  858. device/lge/jagnm/gps/core/LocApiBase.cpp:377:24: warning: unused parameter 'handle' [-Wunused-parameter]
  859. atlCloseStatus(int handle, int is_succ)
  860. ^
  861. device/lge/jagnm/gps/core/LocApiBase.cpp:377:36: warning: unused parameter 'is_succ' [-Wunused-parameter]
  862. atlCloseStatus(int handle, int is_succ)
  863. ^
  864. device/lge/jagnm/gps/core/LocApiBase.cpp:381:39: warning: unused parameter 'posMode' [-Wunused-parameter]
  865. setPositionMode(const LocPosMode& posMode)
  866. ^
  867. device/lge/jagnm/gps/core/LocApiBase.cpp:385:27: warning: unused parameter 'url' [-Wunused-parameter]
  868. setServer(const char* url, int len)
  869. ^
  870. device/lge/jagnm/gps/core/LocApiBase.cpp:385:36: warning: unused parameter 'len' [-Wunused-parameter]
  871. setServer(const char* url, int len)
  872. ^
  873. device/lge/jagnm/gps/core/LocApiBase.cpp:389:28: warning: unused parameter 'ip' [-Wunused-parameter]
  874. setServer(unsigned int ip, int port,
  875. ^
  876. device/lge/jagnm/gps/core/LocApiBase.cpp:389:36: warning: unused parameter 'port' [-Wunused-parameter]
  877. setServer(unsigned int ip, int port,
  878. ^
  879. device/lge/jagnm/gps/core/LocApiBase.cpp:390:29: warning: unused parameter 'type' [-Wunused-parameter]
  880. LocServerType type)
  881. ^
  882. device/lge/jagnm/gps/core/LocApiBase.cpp:394:42: warning: unused parameter 'userResponse' [-Wunused-parameter]
  883. informNiResponse(GpsUserResponseType userResponse,
  884. ^
  885. device/lge/jagnm/gps/core/LocApiBase.cpp:395:34: warning: unused parameter 'passThroughData' [-Wunused-parameter]
  886. const void* passThroughData)
  887. ^
  888. device/lge/jagnm/gps/core/LocApiBase.cpp:399:29: warning: unused parameter 'version' [-Wunused-parameter]
  889. setSUPLVersion(uint32_t version)
  890. ^
  891. device/lge/jagnm/gps/core/LocApiBase.cpp:403:27: warning: unused parameter 'profile' [-Wunused-parameter]
  892. setLPPConfig(uint32_t profile)
  893. ^
  894. device/lge/jagnm/gps/core/LocApiBase.cpp:407:32: warning: unused parameter 'sensorUsage' [-Wunused-parameter]
  895. setSensorControlConfig(int sensorUsage)
  896. ^
  897. device/lge/jagnm/gps/core/LocApiBase.cpp:411:30: warning: unused parameter 'gyroBiasVarianceRandomWalk_valid' [-Wunused-parameter]
  898. setSensorProperties(bool gyroBiasVarianceRandomWalk_valid,
  899. ^
  900. device/lge/jagnm/gps/core/LocApiBase.cpp:412:31: warning: unused parameter 'gyroBiasVarianceRandomWalk' [-Wunused-parameter]
  901. float gyroBiasVarianceRandomWalk,
  902. ^
  903. device/lge/jagnm/gps/core/LocApiBase.cpp:413:30: warning: unused parameter 'accelBiasVarianceRandomWalk_valid' [-Wunused-parameter]
  904. bool accelBiasVarianceRandomWalk_valid,
  905. ^
  906. device/lge/jagnm/gps/core/LocApiBase.cpp:414:31: warning: unused parameter 'accelBiasVarianceRandomWalk' [-Wunused-parameter]
  907. float accelBiasVarianceRandomWalk,
  908. ^
  909. device/lge/jagnm/gps/core/LocApiBase.cpp:415:30: warning: unused parameter 'angleBiasVarianceRandomWalk_valid' [-Wunused-parameter]
  910. bool angleBiasVarianceRandomWalk_valid,
  911. ^
  912. device/lge/jagnm/gps/core/LocApiBase.cpp:416:31: warning: unused parameter 'angleBiasVarianceRandomWalk' [-Wunused-parameter]
  913. float angleBiasVarianceRandomWalk,
  914. ^
  915. device/lge/jagnm/gps/core/LocApiBase.cpp:417:30: warning: unused parameter 'rateBiasVarianceRandomWalk_valid' [-Wunused-parameter]
  916. bool rateBiasVarianceRandomWalk_valid,
  917. ^
  918. device/lge/jagnm/gps/core/LocApiBase.cpp:418:31: warning: unused parameter 'rateBiasVarianceRandomWalk' [-Wunused-parameter]
  919. float rateBiasVarianceRandomWalk,
  920. ^
  921. device/lge/jagnm/gps/core/LocApiBase.cpp:419:30: warning: unused parameter 'velocityBiasVarianceRandomWalk_valid' [-Wunused-parameter]
  922. bool velocityBiasVarianceRandomWalk_valid,
  923. ^
  924. device/lge/jagnm/gps/core/LocApiBase.cpp:420:31: warning: unused parameter 'velocityBiasVarianceRandomWalk' [-Wunused-parameter]
  925. float velocityBiasVarianceRandomWalk)
  926. ^
  927. device/lge/jagnm/gps/core/LocApiBase.cpp:424:36: warning: unused parameter 'controlMode' [-Wunused-parameter]
  928. setSensorPerfControlConfig(int controlMode,
  929. ^
  930. device/lge/jagnm/gps/core/LocApiBase.cpp:425:36: warning: unused parameter 'accelSamplesPerBatch' [-Wunused-parameter]
  931. int accelSamplesPerBatch,
  932. ^
  933. device/lge/jagnm/gps/core/LocApiBase.cpp:426:36: warning: unused parameter 'accelBatchesPerSec' [-Wunused-parameter]
  934. int accelBatchesPerSec,
  935. ^
  936. device/lge/jagnm/gps/core/LocApiBase.cpp:427:36: warning: unused parameter 'gyroSamplesPerBatch' [-Wunused-parameter]
  937. int gyroSamplesPerBatch,
  938. ^
  939. device/lge/jagnm/gps/core/LocApiBase.cpp:428:36: warning: unused parameter 'gyroBatchesPerSec' [-Wunused-parameter]
  940. int gyroBatchesPerSec,
  941. ^
  942. device/lge/jagnm/gps/core/LocApiBase.cpp:429:36: warning: unused parameter 'accelSamplesPerBatchHigh' [-Wunused-parameter]
  943. int accelSamplesPerBatchHigh,
  944. ^
  945. device/lge/jagnm/gps/core/LocApiBase.cpp:430:36: warning: unused parameter 'accelBatchesPerSecHigh' [-Wunused-parameter]
  946. int accelBatchesPerSecHigh,
  947. ^
  948. device/lge/jagnm/gps/core/LocApiBase.cpp:431:36: warning: unused parameter 'gyroSamplesPerBatchHigh' [-Wunused-parameter]
  949. int gyroSamplesPerBatchHigh,
  950. ^
  951. device/lge/jagnm/gps/core/LocApiBase.cpp:432:36: warning: unused parameter 'gyroBatchesPerSecHigh' [-Wunused-parameter]
  952. int gyroBatchesPerSecHigh,
  953. ^
  954. device/lge/jagnm/gps/core/LocApiBase.cpp:433:36: warning: unused parameter 'algorithmConfig' [-Wunused-parameter]
  955. int algorithmConfig)
  956. ^
  957. device/lge/jagnm/gps/core/LocApiBase.cpp:437:27: warning: unused parameter 'isBatteryCharging' [-Wunused-parameter]
  958. setExtPowerConfig(int isBatteryCharging)
  959. ^
  960. device/lge/jagnm/gps/core/LocApiBase.cpp:441:39: warning: unused parameter 'aGlonassProtocol' [-Wunused-parameter]
  961. setAGLONASSProtocol(unsigned long aGlonassProtocol)
  962. ^
  963. device/lge/jagnm/gps/core/LocApiBase.cpp:445:28: warning: unused parameter 'zppLoc' [-Wunused-parameter]
  964. getZppFix(GpsLocation & zppLoc)
  965. ^
  966. device/lge/jagnm/gps/core/LocApiBase.cpp:449:28: warning: unused parameter 'zppLoc' [-Wunused-parameter]
  967. getZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
  968. ^
  969. device/lge/jagnm/gps/core/LocApiBase.cpp:449:53: warning: unused parameter 'tech_mask' [-Wunused-parameter]
  970. getZppFix(GpsLocation & zppLoc, LocPosTechMask & tech_mask)
  971. ^
  972. device/lge/jagnm/gps/core/LocApiBase.cpp:469:29: warning: unused parameter 'lock' [-Wunused-parameter]
  973. setGpsLock(unsigned int lock)
  974. ^
  975. In file included from device/lge/jagnm/gps/core/ContextBase.h:35:0,
  976. from device/lge/jagnm/gps/core/LocDualContext.h:35,
  977. from device/lge/jagnm/gps/core/LocDualContext.cpp:34:
  978. device/lge/jagnm/gps/core/LocApiBase.h:197:43: warning: unused parameter 'inSession' [-Wunused-parameter]
  979. inline virtual void setInSession(bool inSession) {}
  980. ^
  981. In file included from device/lge/jagnm/gps/core/ContextBase.h:36:0,
  982. from device/lge/jagnm/gps/core/LocDualContext.h:35,
  983. from device/lge/jagnm/gps/core/LocDualContext.cpp:34:
  984. device/lge/jagnm/gps/core/LBSProxyBase.h:42:34: warning: unused parameter 'msgTask' [-Wunused-parameter]
  985. getLocApi(const MsgTask* msgTask,
  986. ^
  987. device/lge/jagnm/gps/core/LBSProxyBase.h:43:48: warning: unused parameter 'exMask' [-Wunused-parameter]
  988. LOC_API_ADAPTER_EVENT_MASK_T exMask) const {
  989. ^
  990. device/lge/jagnm/gps/core/LBSProxyBase.h:50:52: warning: unused parameter 'adapter' [-Wunused-parameter]
  991. inline virtual void requestUlp(LocAdapterBase* adapter,
  992. ^
  993. device/lge/jagnm/gps/core/LBSProxyBase.h:51:50: warning: unused parameter 'capabilities' [-Wunused-parameter]
  994. unsigned long capabilities) const {}
  995. ^
  996.  
  997. #### make failed to build some targets (52:45 (mm:ss)) ####
  998.  
  999. xperiamm@MaxiCM-Team:~/Maxi-6.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement