Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- vistausss@vistausss-mbp:~/fromsvngit/birdie/build$ make -j3
- Scanning dependencies of target i18n
- [ 4%] messages.”
- [ 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
- [ 8%] Built target i18n
- /home/vistausss/fromsvngit/birdie/src/Utils/Pixbuf.vala:37.25-37.51: warning: Access to static member `Gdk.Screen.height' with an instance reference
- screen_height = widget.get_screen ().height ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- /home/vistausss/fromsvngit/birdie/src/Utils/Pixbuf.vala:39.24-39.49: warning: Access to static member `Gdk.Screen.width' with an instance reference
- screen_width = widget.get_screen ().width ();
- ^^^^^^^^^^^^^^^^^^^^^^^^^^
- /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
- /home/vistausss/fromsvngit/birdie/src/Twitter.vala:354.30-357.53: warning: local variable `download_handler' declared but never used
- /home/vistausss/fromsvngit/birdie/src/Twitter.vala:371.30-374.70: warning: local variable `download_handler' declared but never used
- /home/vistausss/fromsvngit/birdie/src/Utils/Networking.vala:26.17-26.48: warning: local variable `address' declared but never used
- var address = addresses.nth_data (0);
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Scanning dependencies of target birdie
- [ 12%] [ 16%] [ 20%] Building C object src/CMakeFiles/birdie.dir/main.c.o
- Building C object src/CMakeFiles/birdie.dir/Birdie.c.o
- Building C object src/CMakeFiles/birdie.dir/Twitter.c.o
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda66__gfunc’:
- /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]
- ___lambda66_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2699:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda66_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda67__gfunc’:
- /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]
- ___lambda67_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2717:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda67_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_home_timeline’:
- /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]
- g_list_foreach (_tmp20_, ____lambda66__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp28_, ____lambda67__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda68__gfunc’:
- /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]
- ___lambda68_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2887:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda68_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda69__gfunc’:
- /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]
- ___lambda69_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:2900:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda69_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_mentions_timeline’:
- /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]
- g_list_foreach (_tmp20_, ____lambda68__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp28_, ____lambda69__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda70__gfunc’:
- /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]
- ___lambda70_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3070:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda70_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘____lambda71__gfunc’:
- /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]
- ___lambda71_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:3083:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda71_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_direct_messages’:
- /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]
- g_list_foreach (_tmp20_, ____lambda70__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp62_, ____lambda71__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘___lambda72__gfunc’:
- /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]
- __lambda72_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4304:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda72_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_user_timeline’:
- /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]
- g_list_foreach (_tmp12_, ___lambda72__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘___lambda73__gfunc’:
- /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]
- __lambda73_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:4466:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda73_ (BirdieTwitter* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Twitter.c: In function ‘birdie_twitter_real_get_search_timeline’:
- /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]
- g_list_foreach (_tmp12_, ___lambda73__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Twitter.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- [ 24%] Building C object src/CMakeFiles/birdie.dir/Identica.c.o
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda74__gfunc’:
- /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]
- ___lambda74_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:2929:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda74_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda75__gfunc’:
- /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]
- ___lambda75_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:2947:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda75_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_home_timeline’:
- /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]
- g_list_foreach (_tmp20_, ____lambda74__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp28_, ____lambda75__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda76__gfunc’:
- /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]
- ___lambda76_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3117:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda76_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda77__gfunc’:
- /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]
- ___lambda77_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3130:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda77_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_mentions_timeline’:
- /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]
- g_list_foreach (_tmp25_, ____lambda76__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp33_, ____lambda77__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda78__gfunc’:
- /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]
- ___lambda78_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3315:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda78_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘____lambda79__gfunc’:
- /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]
- ___lambda79_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:3328:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda79_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_direct_messages’:
- /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]
- g_list_foreach (_tmp20_, ____lambda78__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp62_, ____lambda79__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘___lambda80__gfunc’:
- /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]
- __lambda80_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4558:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda80_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_user_timeline’:
- /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]
- g_list_foreach (_tmp12_, ___lambda80__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘___lambda81__gfunc’:
- /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]
- __lambda81_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c:4720:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda81_ (BirdieIdentica* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Identica.c: In function ‘birdie_identica_real_get_search_timeline’:
- /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]
- g_list_foreach (_tmp12_, ___lambda81__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Identica.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- [ 28%] Building C object src/CMakeFiles/birdie.dir/Imgur.c.o
- [ 32%] Building C object src/CMakeFiles/birdie.dir/Widgets/TweetBox.c.o
- /home/vistausss/fromsvngit/birdie/build/src/Widgets/TweetBox.c:25:27: fatal error: webkit/webkit.h: Bestand of map bestaat niet
- #include <webkit/webkit.h>
- ^
- compilation terminated.
- /home/vistausss/fromsvngit/birdie/build/src/main.c: In function ‘main’:
- /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]
- g_type_init ();
- ^
- [ 36%] Building C object src/CMakeFiles/birdie.dir/Utils/Networking.c.o
- [ 40%] Building C object src/CMakeFiles/birdie.dir/Utils/Pixbuf.c.o
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda53_’:
- /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]
- _tmp1_ = granite_widgets_hinted_entry_get_text ((GraniteWidgetsHintedEntry*) _tmp0_);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda52_’:
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:902:11: warning: assignment from incompatible pointer type [enabled by default]
- _tmp14_ = gtk_dialog_get_content_area ((GtkDialog*) _tmp13_);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda60__gfunc’:
- /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]
- __lambda60_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:981:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda60_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda61__gfunc’:
- /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]
- __lambda61_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:996:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda61_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda62__gfunc’:
- /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]
- __lambda62_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1011:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda62_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda63__gfunc’:
- /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]
- __lambda63_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1026:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda63_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda64__gfunc’:
- /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]
- __lambda64_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1041:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda64_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda65__gfunc’:
- /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]
- __lambda65_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:1056:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda65_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda59_’:
- /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]
- g_list_foreach (_tmp10_, ___lambda60__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp12_, ___lambda61__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp14_, ___lambda62__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp16_, ___lambda63__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp18_, ___lambda64__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp20_, ___lambda65__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_real_activate’:
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp157_, (GtkWidget*) _tmp158_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp160_, (GtkWidget*) _tmp161_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp163_, (GtkWidget*) _tmp164_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp166_, (GtkWidget*) _tmp167_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp171_, (GtkWidget*) _tmp172_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp174_, (GtkWidget*) _tmp175_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp264_, (GtkWidget*) _tmp265_);
- ^
- /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]
- gtk_scrolled_window_add_with_viewport (_tmp266_, (GtkWidget*) _tmp267_);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda91__gfunc’:
- /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]
- ___lambda91_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3055:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda91_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda92__gfunc’:
- /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]
- ___lambda92_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3070:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda92_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda93__gfunc’:
- /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]
- ___lambda93_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3085:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda93_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda94__gfunc’:
- /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]
- ___lambda94_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3100:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda94_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda95__gfunc’:
- /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]
- ___lambda95_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3115:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda95_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda96__gfunc’:
- /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]
- ___lambda96_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3130:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda96_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_init’:
- /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]
- g_list_foreach (_tmp10_, ____lambda91__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp12_, ____lambda92__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp14_, ____lambda93__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp16_, ____lambda94__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp18_, ____lambda95__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp20_, ____lambda96__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda86__gfunc’:
- /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]
- __lambda86_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3749:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda86_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda87__gfunc’:
- /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]
- __lambda87_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3767:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda87_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_update_home’:
- /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]
- g_list_foreach (_tmp1_, ___lambda86__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp3_, ___lambda87__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda88__gfunc’:
- /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]
- __lambda88_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3849:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda88_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_update_mentions’:
- /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]
- g_list_foreach (_tmp2_, ___lambda88__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘___lambda89__gfunc’:
- /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]
- __lambda89_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:3928:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void __lambda89_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_update_dm’:
- /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]
- g_list_foreach (_tmp2_, ___lambda89__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda102__gfunc’:
- /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]
- ___lambda102_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4334:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda102_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda103__gfunc’:
- /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]
- ___lambda103_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4349:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda103_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_show_user’:
- /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]
- g_list_foreach (_tmp2_, ____lambda102__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp6_, ____lambda103__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda55__gfunc’:
- /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]
- ___lambda55_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4438:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda55_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘____lambda56__gfunc’:
- /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]
- ___lambda56_ (self, data);
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:4453:13: note: expected ‘struct BirdieTweet *’ but argument is of type ‘gconstpointer’
- static void ___lambda56_ (BirdieBirdie* self, BirdieTweet* tweet) {
- ^
- /home/vistausss/fromsvngit/birdie/build/src/Birdie.c: In function ‘birdie_birdie_show_search’:
- /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]
- g_list_foreach (_tmp2_, ____lambda55__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- /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]
- g_list_foreach (_tmp6_, ____lambda56__gfunc, self);
- ^
- In file included from /usr/include/glib-2.0/glib/ghash.h:35:0,
- from /usr/include/glib-2.0/glib.h:52,
- from /home/vistausss/fromsvngit/birdie/build/src/Birdie.c:20:
- /usr/include/glib-2.0/glib/glist.h:134:10: note: expected ‘GFunc’ but argument is of type ‘void (*)(const void *, void *)’
- void g_list_foreach (GList *list,
- ^
- [ 44%] Building C object src/CMakeFiles/birdie.dir/Utils/Downloader.c.o
- make[2]: *** [src/CMakeFiles/birdie.dir/Widgets/TweetBox.c.o] Fout 1
- make[2]: *** Wachten op onvoltooide taken...
- make[1]: *** [src/CMakeFiles/birdie.dir/all] Fout 2
- make: *** [all] Fout 2
- vistausss@vistausss-mbp:~/fromsvngit/birdie/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement