Advertisement
Guest User

Untitled

a guest
May 1st, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.23 KB | None | 0 0
  1. vistausss@vistausss-mbp:~/fromsvngit/birdie/build$ make -j3
  2. Scanning dependencies of target i18n
  3. [ 4%] messages.”
  4. [ 8%] Generating main.c, config.c, Birdie.c, API.c, Twitter.c, Identica.c, Tweet.c, User.c, Imgur.c, Widgets/TweetBox.c, Widgets/TweetList.c, Widgets/UnifiedWindow.c, Widgets/TweetDialog.c, Widgets/UserBox.c, Widgets/MenuPopOver.c, Utils/Cairo.c, Utils/Date.c, Utils/Notifications.c, Utils/Indicator.c, Utils/Launcher.c, Utils/Networking.c, Utils/Pixbuf.c, Utils/Downloader.c
  5. [ 8%] Built target i18n
  6. /home/vistausss/fromsvngit/birdie/src/Utils/Pixbuf.vala:37.25-37.51: warning: Access to static member `Gdk.Screen.height' with an instance reference
  7. screen_height = widget.get_screen ().height ();
  8. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9. /home/vistausss/fromsvngit/birdie/src/Utils/Pixbuf.vala:39.24-39.49: warning: Access to static member `Gdk.Screen.width' with an instance reference
  10. screen_width = widget.get_screen ().width ();
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. /home/vistausss/fromsvngit/birdie/src/Birdie.vala:270.48-270.68: warning: Granite.Widgets.HintedEntry.get_text has been deprecated since 0.2. Use Gtk.Entry.get_text
  13. /home/vistausss/fromsvngit/birdie/src/Twitter.vala:354.30-357.53: warning: local variable `download_handler' declared but never used
  14. /home/vistausss/fromsvngit/birdie/src/Twitter.vala:371.30-374.70: warning: local variable `download_handler' declared but never used
  15. /home/vistausss/fromsvngit/birdie/src/Utils/Networking.vala:26.17-26.48: warning: local variable `address' declared but never used
  16. var address = addresses.nth_data (0);
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. Scanning dependencies of target birdie
  19. [ 12%] [ 16%] [ 20%] Building C object src/CMakeFiles/birdie.dir/main.c.o
  20. Building C object src/CMakeFiles/birdie.dir/Birdie.c.o
  21. Building C object src/CMakeFiles/birdie.dir/Twitter.c.o
  22. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda66__gfunc’:
  23. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2708:2: warning: passing argument 2 of ‘___lambda66_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  24. ___lambda66_ (self, data);
  25. ^
  26. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2699:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  27. static void ___lambda66_ (BirdieTwitter* self, BirdieTweet* tweet) {
  28. ^
  29. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda67__gfunc’:
  30. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2731:2: warning: passing argument 2 of ‘___lambda67_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  31. ___lambda67_ (self, data);
  32. ^
  33. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2717:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  34. static void ___lambda67_ (BirdieTwitter* self, BirdieTweet* tweet) {
  35. ^
  36. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_home_timeline’:
  37. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2829:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  38. g_list_foreach (_tmp20_, ____lambda66__gfunc, self);
  39. ^
  40. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  41. from /usr/include/glib-2.0/glib.h:52,
  42. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  43. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  44. void g_list_foreach (GList *list,
  45. ^
  46. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2859:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  47. g_list_foreach (_tmp28_, ____lambda67__gfunc, self);
  48. ^
  49. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  50. from /usr/include/glib-2.0/glib.h:52,
  51. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  52. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  53. void g_list_foreach (GList *list,
  54. ^
  55. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda68__gfunc’:
  56. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2896:2: warning: passing argument 2 of ‘___lambda68_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  57. ___lambda68_ (self, data);
  58. ^
  59. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2887:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  60. static void ___lambda68_ (BirdieTwitter* self, BirdieTweet* tweet) {
  61. ^
  62. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda69__gfunc’:
  63. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2914:2: warning: passing argument 2 of ‘___lambda69_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  64. ___lambda69_ (self, data);
  65. ^
  66. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2900:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  67. static void ___lambda69_ (BirdieTwitter* self, BirdieTweet* tweet) {
  68. ^
  69. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_mentions_timeline’:
  70. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3012:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  71. g_list_foreach (_tmp20_, ____lambda68__gfunc, self);
  72. ^
  73. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  74. from /usr/include/glib-2.0/glib.h:52,
  75. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  76. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  77. void g_list_foreach (GList *list,
  78. ^
  79. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3042:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  80. g_list_foreach (_tmp28_, ____lambda69__gfunc, self);
  81. ^
  82. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  83. from /usr/include/glib-2.0/glib.h:52,
  84. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  85. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  86. void g_list_foreach (GList *list,
  87. ^
  88. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda70__gfunc’:
  89. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3079:2: warning: passing argument 2 of ‘___lambda70_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  90. ___lambda70_ (self, data);
  91. ^
  92. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3070:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  93. static void ___lambda70_ (BirdieTwitter* self, BirdieTweet* tweet) {
  94. ^
  95. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda71__gfunc’:
  96. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3097:2: warning: passing argument 2 of ‘___lambda71_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  97. ___lambda71_ (self, data);
  98. ^
  99. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3083:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  100. static void ___lambda71_ (BirdieTwitter* self, BirdieTweet* tweet) {
  101. ^
  102. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_direct_messages’:
  103. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3195:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  104. g_list_foreach (_tmp20_, ____lambda70__gfunc, self);
  105. ^
  106. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  107. from /usr/include/glib-2.0/glib.h:52,
  108. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  109. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  110. void g_list_foreach (GList *list,
  111. ^
  112. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3317:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  113. g_list_foreach (_tmp62_, ____lambda71__gfunc, self);
  114. ^
  115. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  116. from /usr/include/glib-2.0/glib.h:52,
  117. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  118. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  119. void g_list_foreach (GList *list,
  120. ^
  121. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘___lambda72__gfunc’:
  122. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4313:2: warning: passing argument 2 of ‘__lambda72_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  123. __lambda72_ (self, data);
  124. ^
  125. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4304:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  126. static void __lambda72_ (BirdieTwitter* self, BirdieTweet* tweet) {
  127. ^
  128. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_user_timeline’:
  129. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4380:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  130. g_list_foreach (_tmp12_, ___lambda72__gfunc, self);
  131. ^
  132. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  133. from /usr/include/glib-2.0/glib.h:52,
  134. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  135. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  136. void g_list_foreach (GList *list,
  137. ^
  138. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘___lambda73__gfunc’:
  139. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4475:2: warning: passing argument 2 of ‘__lambda73_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  140. __lambda73_ (self, data);
  141. ^
  142. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4466:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  143. static void __lambda73_ (BirdieTwitter* self, BirdieTweet* tweet) {
  144. ^
  145. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_search_timeline’:
  146. /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4557:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  147. g_list_foreach (_tmp12_, ___lambda73__gfunc, self);
  148. ^
  149. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  150. from /usr/include/glib-2.0/glib.h:52,
  151. from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
  152. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  153. void g_list_foreach (GList *list,
  154. ^
  155. [ 24%] Building C object src/CMakeFiles/birdie.dir/Identica.c.o
  156. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda74__gfunc’:
  157. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:2938:2: warning: passing argument 2 of ‘___lambda74_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  158. ___lambda74_ (self, data);
  159. ^
  160. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:2929:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  161. static void ___lambda74_ (BirdieIdentica* self, BirdieTweet* tweet) {
  162. ^
  163. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda75__gfunc’:
  164. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:2961:2: warning: passing argument 2 of ‘___lambda75_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  165. ___lambda75_ (self, data);
  166. ^
  167. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:2947:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  168. static void ___lambda75_ (BirdieIdentica* self, BirdieTweet* tweet) {
  169. ^
  170. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_home_timeline’:
  171. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3059:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  172. g_list_foreach (_tmp20_, ____lambda74__gfunc, self);
  173. ^
  174. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  175. from /usr/include/glib-2.0/glib.h:52,
  176. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  177. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  178. void g_list_foreach (GList *list,
  179. ^
  180. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3089:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  181. g_list_foreach (_tmp28_, ____lambda75__gfunc, self);
  182. ^
  183. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  184. from /usr/include/glib-2.0/glib.h:52,
  185. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  186. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  187. void g_list_foreach (GList *list,
  188. ^
  189. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda76__gfunc’:
  190. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3126:2: warning: passing argument 2 of ‘___lambda76_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  191. ___lambda76_ (self, data);
  192. ^
  193. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3117:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  194. static void ___lambda76_ (BirdieIdentica* self, BirdieTweet* tweet) {
  195. ^
  196. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda77__gfunc’:
  197. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3144:2: warning: passing argument 2 of ‘___lambda77_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  198. ___lambda77_ (self, data);
  199. ^
  200. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3130:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  201. static void ___lambda77_ (BirdieIdentica* self, BirdieTweet* tweet) {
  202. ^
  203. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_mentions_timeline’:
  204. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3257:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  205. g_list_foreach (_tmp25_, ____lambda76__gfunc, self);
  206. ^
  207. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  208. from /usr/include/glib-2.0/glib.h:52,
  209. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  210. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  211. void g_list_foreach (GList *list,
  212. ^
  213. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3287:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  214. g_list_foreach (_tmp33_, ____lambda77__gfunc, self);
  215. ^
  216. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  217. from /usr/include/glib-2.0/glib.h:52,
  218. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  219. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  220. void g_list_foreach (GList *list,
  221. ^
  222. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda78__gfunc’:
  223. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3324:2: warning: passing argument 2 of ‘___lambda78_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  224. ___lambda78_ (self, data);
  225. ^
  226. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3315:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  227. static void ___lambda78_ (BirdieIdentica* self, BirdieTweet* tweet) {
  228. ^
  229. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda79__gfunc’:
  230. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3342:2: warning: passing argument 2 of ‘___lambda79_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  231. ___lambda79_ (self, data);
  232. ^
  233. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3328:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  234. static void ___lambda79_ (BirdieIdentica* self, BirdieTweet* tweet) {
  235. ^
  236. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_direct_messages’:
  237. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3440:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  238. g_list_foreach (_tmp20_, ____lambda78__gfunc, self);
  239. ^
  240. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  241. from /usr/include/glib-2.0/glib.h:52,
  242. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  243. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  244. void g_list_foreach (GList *list,
  245. ^
  246. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3562:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  247. g_list_foreach (_tmp62_, ____lambda79__gfunc, self);
  248. ^
  249. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  250. from /usr/include/glib-2.0/glib.h:52,
  251. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  252. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  253. void g_list_foreach (GList *list,
  254. ^
  255. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘___lambda80__gfunc’:
  256. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4567:2: warning: passing argument 2 of ‘__lambda80_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  257. __lambda80_ (self, data);
  258. ^
  259. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4558:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  260. static void __lambda80_ (BirdieIdentica* self, BirdieTweet* tweet) {
  261. ^
  262. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_user_timeline’:
  263. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4634:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  264. g_list_foreach (_tmp12_, ___lambda80__gfunc, self);
  265. ^
  266. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  267. from /usr/include/glib-2.0/glib.h:52,
  268. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  269. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  270. void g_list_foreach (GList *list,
  271. ^
  272. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘___lambda81__gfunc’:
  273. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4729:2: warning: passing argument 2 of ‘__lambda81_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  274. __lambda81_ (self, data);
  275. ^
  276. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4720:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  277. static void __lambda81_ (BirdieIdentica* self, BirdieTweet* tweet) {
  278. ^
  279. /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_search_timeline’:
  280. /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4811:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  281. g_list_foreach (_tmp12_, ___lambda81__gfunc, self);
  282. ^
  283. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  284. from /usr/include/glib-2.0/glib.h:52,
  285. from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
  286. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  287. void g_list_foreach (GList *list,
  288. ^
  289. [ 28%] Building C object src/CMakeFiles/birdie.dir/Imgur.c.o
  290. [ 32%] Building C object src/CMakeFiles/birdie.dir/Widgets/TweetBox.c.o
  291. /home/vistausss/fromsvngit/birdie/build/src/Widgets/TweetBox.c:25:27: fatal error: webkit/webkit.h: Bestand of map bestaat niet
  292. #include <webkit/webkit.h>
  293. ^
  294. compilation terminated.
  295. /home/vistausss/fromsvngit/birdie/build/src/main.c: In function ‘main’:
  296. /home/vistausss/fromsvngit/birdie/build/src/main.c:108:2: warning: ‘g_type_init’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:669) [-Wdeprecated-declarations]
  297. g_type_init ();
  298. ^
  299. [ 36%] Building C object src/CMakeFiles/birdie.dir/Utils/Networking.c.o
  300. [ 40%] Building C object src/CMakeFiles/birdie.dir/Utils/Pixbuf.c.o
  301. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda53_’:
  302. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:785:2: warning: ‘granite_widgets_hinted_entry_get_text’ is deprecated (declared at /usr/include/granite/granite.h:1304) [-Wdeprecated-declarations]
  303. _tmp1_ = granite_widgets_hinted_entry_get_text ((GraniteWidgetsHintedEntry*) _tmp0_);
  304. ^
  305. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda52_’:
  306. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:902:11: warning: assignment from incompatible pointer type [enabled by default]
  307. _tmp14_ = gtk_dialog_get_content_area ((GtkDialog*) _tmp13_);
  308. ^
  309. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda60__gfunc’:
  310. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:992:2: warning: passing argument 2 of ‘__lambda60_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  311. __lambda60_ (self, data);
  312. ^
  313. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:981:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  314. static void __lambda60_ (BirdieBirdie* self, BirdieTweet* tweet) {
  315. ^
  316. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda61__gfunc’:
  317. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1007:2: warning: passing argument 2 of ‘__lambda61_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  318. __lambda61_ (self, data);
  319. ^
  320. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:996:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  321. static void __lambda61_ (BirdieBirdie* self, BirdieTweet* tweet) {
  322. ^
  323. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda62__gfunc’:
  324. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1022:2: warning: passing argument 2 of ‘__lambda62_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  325. __lambda62_ (self, data);
  326. ^
  327. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1011:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  328. static void __lambda62_ (BirdieBirdie* self, BirdieTweet* tweet) {
  329. ^
  330. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda63__gfunc’:
  331. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1037:2: warning: passing argument 2 of ‘__lambda63_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  332. __lambda63_ (self, data);
  333. ^
  334. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1026:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  335. static void __lambda63_ (BirdieBirdie* self, BirdieTweet* tweet) {
  336. ^
  337. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda64__gfunc’:
  338. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1052:2: warning: passing argument 2 of ‘__lambda64_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  339. __lambda64_ (self, data);
  340. ^
  341. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1041:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  342. static void __lambda64_ (BirdieBirdie* self, BirdieTweet* tweet) {
  343. ^
  344. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda65__gfunc’:
  345. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1067:2: warning: passing argument 2 of ‘__lambda65_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  346. __lambda65_ (self, data);
  347. ^
  348. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1056:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  349. static void __lambda65_ (BirdieBirdie* self, BirdieTweet* tweet) {
  350. ^
  351. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda59_’:
  352. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1113:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  353. g_list_foreach (_tmp10_, ___lambda60__gfunc, self);
  354. ^
  355. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  356. from /usr/include/glib-2.0/glib.h:52,
  357. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  358. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  359. void g_list_foreach (GList *list,
  360. ^
  361. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1116:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  362. g_list_foreach (_tmp12_, ___lambda61__gfunc, self);
  363. ^
  364. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  365. from /usr/include/glib-2.0/glib.h:52,
  366. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  367. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  368. void g_list_foreach (GList *list,
  369. ^
  370. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1119:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  371. g_list_foreach (_tmp14_, ___lambda62__gfunc, self);
  372. ^
  373. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  374. from /usr/include/glib-2.0/glib.h:52,
  375. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  376. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  377. void g_list_foreach (GList *list,
  378. ^
  379. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1122:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  380. g_list_foreach (_tmp16_, ___lambda63__gfunc, self);
  381. ^
  382. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  383. from /usr/include/glib-2.0/glib.h:52,
  384. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  385. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  386. void g_list_foreach (GList *list,
  387. ^
  388. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1125:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  389. g_list_foreach (_tmp18_, ___lambda64__gfunc, self);
  390. ^
  391. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  392. from /usr/include/glib-2.0/glib.h:52,
  393. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  394. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  395. void g_list_foreach (GList *list,
  396. ^
  397. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1128:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  398. g_list_foreach (_tmp20_, ___lambda65__gfunc, self);
  399. ^
  400. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  401. from /usr/include/glib-2.0/glib.h:52,
  402. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  403. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  404. void g_list_foreach (GList *list,
  405. ^
  406. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_real_activate’:
  407. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2108:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  408. gtk_scrolled_window_add_with_viewport (_tmp157_, (GtkWidget*) _tmp158_);
  409. ^
  410. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2115:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  411. gtk_scrolled_window_add_with_viewport (_tmp160_, (GtkWidget*) _tmp161_);
  412. ^
  413. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2122:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  414. gtk_scrolled_window_add_with_viewport (_tmp163_, (GtkWidget*) _tmp164_);
  415. ^
  416. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2129:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  417. gtk_scrolled_window_add_with_viewport (_tmp166_, (GtkWidget*) _tmp167_);
  418. ^
  419. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2144:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  420. gtk_scrolled_window_add_with_viewport (_tmp171_, (GtkWidget*) _tmp172_);
  421. ^
  422. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2151:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  423. gtk_scrolled_window_add_with_viewport (_tmp174_, (GtkWidget*) _tmp175_);
  424. ^
  425. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2331:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  426. gtk_scrolled_window_add_with_viewport (_tmp264_, (GtkWidget*) _tmp265_);
  427. ^
  428. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:2334:3: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:110): Use 'gtk_container_add' instead [-Wdeprecated-declarations]
  429. gtk_scrolled_window_add_with_viewport (_tmp266_, (GtkWidget*) _tmp267_);
  430. ^
  431. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda91__gfunc’:
  432. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3066:2: warning: passing argument 2 of ‘___lambda91_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  433. ___lambda91_ (self, data);
  434. ^
  435. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3055:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  436. static void ___lambda91_ (BirdieBirdie* self, BirdieTweet* tweet) {
  437. ^
  438. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda92__gfunc’:
  439. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3081:2: warning: passing argument 2 of ‘___lambda92_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  440. ___lambda92_ (self, data);
  441. ^
  442. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3070:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  443. static void ___lambda92_ (BirdieBirdie* self, BirdieTweet* tweet) {
  444. ^
  445. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda93__gfunc’:
  446. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3096:2: warning: passing argument 2 of ‘___lambda93_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  447. ___lambda93_ (self, data);
  448. ^
  449. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3085:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  450. static void ___lambda93_ (BirdieBirdie* self, BirdieTweet* tweet) {
  451. ^
  452. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda94__gfunc’:
  453. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3111:2: warning: passing argument 2 of ‘___lambda94_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  454. ___lambda94_ (self, data);
  455. ^
  456. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3100:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  457. static void ___lambda94_ (BirdieBirdie* self, BirdieTweet* tweet) {
  458. ^
  459. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda95__gfunc’:
  460. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3126:2: warning: passing argument 2 of ‘___lambda95_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  461. ___lambda95_ (self, data);
  462. ^
  463. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3115:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  464. static void ___lambda95_ (BirdieBirdie* self, BirdieTweet* tweet) {
  465. ^
  466. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda96__gfunc’:
  467. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3141:2: warning: passing argument 2 of ‘___lambda96_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  468. ___lambda96_ (self, data);
  469. ^
  470. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3130:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  471. static void ___lambda96_ (BirdieBirdie* self, BirdieTweet* tweet) {
  472. ^
  473. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_init’:
  474. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3249:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  475. g_list_foreach (_tmp10_, ____lambda91__gfunc, self);
  476. ^
  477. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  478. from /usr/include/glib-2.0/glib.h:52,
  479. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  480. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  481. void g_list_foreach (GList *list,
  482. ^
  483. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3252:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  484. g_list_foreach (_tmp12_, ____lambda92__gfunc, self);
  485. ^
  486. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  487. from /usr/include/glib-2.0/glib.h:52,
  488. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  489. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  490. void g_list_foreach (GList *list,
  491. ^
  492. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3255:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  493. g_list_foreach (_tmp14_, ____lambda93__gfunc, self);
  494. ^
  495. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  496. from /usr/include/glib-2.0/glib.h:52,
  497. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  498. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  499. void g_list_foreach (GList *list,
  500. ^
  501. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3258:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  502. g_list_foreach (_tmp16_, ____lambda94__gfunc, self);
  503. ^
  504. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  505. from /usr/include/glib-2.0/glib.h:52,
  506. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  507. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  508. void g_list_foreach (GList *list,
  509. ^
  510. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3261:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  511. g_list_foreach (_tmp18_, ____lambda95__gfunc, self);
  512. ^
  513. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  514. from /usr/include/glib-2.0/glib.h:52,
  515. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  516. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  517. void g_list_foreach (GList *list,
  518. ^
  519. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3264:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  520. g_list_foreach (_tmp20_, ____lambda96__gfunc, self);
  521. ^
  522. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  523. from /usr/include/glib-2.0/glib.h:52,
  524. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  525. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  526. void g_list_foreach (GList *list,
  527. ^
  528. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda86__gfunc’:
  529. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3763:2: warning: passing argument 2 of ‘__lambda86_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  530. __lambda86_ (self, data);
  531. ^
  532. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3749:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  533. static void __lambda86_ (BirdieBirdie* self, BirdieTweet* tweet) {
  534. ^
  535. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda87__gfunc’:
  536. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3811:2: warning: passing argument 2 of ‘__lambda87_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  537. __lambda87_ (self, data);
  538. ^
  539. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3767:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  540. static void __lambda87_ (BirdieBirdie* self, BirdieTweet* tweet) {
  541. ^
  542. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_update_home’:
  543. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3825:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  544. g_list_foreach (_tmp1_, ___lambda86__gfunc, self);
  545. ^
  546. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  547. from /usr/include/glib-2.0/glib.h:52,
  548. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  549. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  550. void g_list_foreach (GList *list,
  551. ^
  552. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3828:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  553. g_list_foreach (_tmp3_, ___lambda87__gfunc, self);
  554. ^
  555. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  556. from /usr/include/glib-2.0/glib.h:52,
  557. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  558. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  559. void g_list_foreach (GList *list,
  560. ^
  561. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda88__gfunc’:
  562. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3893:2: warning: passing argument 2 of ‘__lambda88_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  563. __lambda88_ (self, data);
  564. ^
  565. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3849:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  566. static void __lambda88_ (BirdieBirdie* self, BirdieTweet* tweet) {
  567. ^
  568. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_update_mentions’:
  569. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3907:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  570. g_list_foreach (_tmp2_, ___lambda88__gfunc, self);
  571. ^
  572. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  573. from /usr/include/glib-2.0/glib.h:52,
  574. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  575. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  576. void g_list_foreach (GList *list,
  577. ^
  578. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda89__gfunc’:
  579. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3972:2: warning: passing argument 2 of ‘__lambda89_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  580. __lambda89_ (self, data);
  581. ^
  582. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3928:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  583. static void __lambda89_ (BirdieBirdie* self, BirdieTweet* tweet) {
  584. ^
  585. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_update_dm’:
  586. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3986:2: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  587. g_list_foreach (_tmp2_, ___lambda89__gfunc, self);
  588. ^
  589. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  590. from /usr/include/glib-2.0/glib.h:52,
  591. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  592. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  593. void g_list_foreach (GList *list,
  594. ^
  595. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda102__gfunc’:
  596. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4345:2: warning: passing argument 2 of ‘___lambda102_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  597. ___lambda102_ (self, data);
  598. ^
  599. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4334:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  600. static void ___lambda102_ (BirdieBirdie* self, BirdieTweet* tweet) {
  601. ^
  602. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda103__gfunc’:
  603. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4360:2: warning: passing argument 2 of ‘___lambda103_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  604. ___lambda103_ (self, data);
  605. ^
  606. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4349:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  607. static void ___lambda103_ (BirdieBirdie* self, BirdieTweet* tweet) {
  608. ^
  609. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_show_user’:
  610. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4404:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  611. g_list_foreach (_tmp2_, ____lambda102__gfunc, self);
  612. ^
  613. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  614. from /usr/include/glib-2.0/glib.h:52,
  615. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  616. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  617. void g_list_foreach (GList *list,
  618. ^
  619. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4410:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  620. g_list_foreach (_tmp6_, ____lambda103__gfunc, self);
  621. ^
  622. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  623. from /usr/include/glib-2.0/glib.h:52,
  624. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  625. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  626. void g_list_foreach (GList *list,
  627. ^
  628. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda55__gfunc’:
  629. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4449:2: warning: passing argument 2 of ‘___lambda55_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  630. ___lambda55_ (self, data);
  631. ^
  632. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4438:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  633. static void ___lambda55_ (BirdieBirdie* self, BirdieTweet* tweet) {
  634. ^
  635. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda56__gfunc’:
  636. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4464:2: warning: passing argument 2 of ‘___lambda56_’ discards ‘const’ qualifier from pointer target type [enabled by default]
  637. ___lambda56_ (self, data);
  638. ^
  639. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4453:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
  640. static void ___lambda56_ (BirdieBirdie* self, BirdieTweet* tweet) {
  641. ^
  642. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_show_search’:
  643. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4501:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  644. g_list_foreach (_tmp2_, ____lambda55__gfunc, self);
  645. ^
  646. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  647. from /usr/include/glib-2.0/glib.h:52,
  648. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  649. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  650. void g_list_foreach (GList *list,
  651. ^
  652. /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4507:3: warning: passing argument 2 of ‘g_list_foreach’ from incompatible pointer type [enabled by default]
  653. g_list_foreach (_tmp6_, ____lambda56__gfunc, self);
  654. ^
  655. In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
  656. from /usr/include/glib-2.0/glib.h:52,
  657. from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
  658. /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
  659. void g_list_foreach (GList *list,
  660. ^
  661. [ 44%] Building C object src/CMakeFiles/birdie.dir/Utils/Downloader.c.o
  662. make[2]: *** [src/CMakeFiles/birdie.dir/Widgets/TweetBox.c.o] Fout 1
  663. make[2]: *** Wachten op onvoltooide taken...
  664. make[1]: *** [src/CMakeFiles/birdie.dir/all] Fout 2
  665. make: *** [all] Fout 2
  666. vistausss@vistausss-mbp:~/fromsvngit/birdie/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement