View Issue Details

IDProjectCategoryView StatusLast Update
0003433gnunet-gtkgnunet-conversation-gtkpublic2018-06-07 00:25
Reporterell Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
OSXubuntu-14.04-64amd 
Product VersionGit master 
Target Version0.11.0pre66Fixed in Version0.11.0pre66 
Summary0003433: Revision 33554: gnunet-conversation-gtk_phone.o] Fehler 1
DescriptionRevision 33554:
gnunet-conversation-gtk_phone.c: In function ‘gnunet_conversation_gtk_call_button_clicked_cb’:
gnunet-conversation-gtk_phone.c:1595:37: warning: passing argument 3 of ‘GNUNET_CONVERSATION_call_start’ from incompatible pointer type [enabled by default]
                                     &call_event_handler, oc);
                                     ^
In file included from gnunet-conversation-gtk.h:34:0,
                 from gnunet-conversation-gtk_phone.c:28:
/usr/local/include/gnunet/gnunet_conversation_service.h:377:1: note: expected ‘const char *’ but argument is of type ‘struct GNUNET_IDENTITY_Ego *’
 GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
 ^
gnunet-conversation-gtk_phone.c:1595:37: warning: passing argument 4 of ‘GNUNET_CONVERSATION_call_start’ from incompatible pointer type [enabled by default]
                                     &call_event_handler, oc);
                                     ^
In file included from gnunet-conversation-gtk.h:34:0,
                 from gnunet-conversation-gtk_phone.c:28:
/usr/local/include/gnunet/gnunet_conversation_service.h:377:1: note: expected ‘struct GNUNET_SPEAKER_Handle *’ but argument is of type ‘const char *’
 GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
 ^
gnunet-conversation-gtk_phone.c:1595:37: warning: passing argument 5 of ‘GNUNET_CONVERSATION_call_start’ from incompatible pointer type [enabled by default]
                                     &call_event_handler, oc);
                                     ^
In file included from gnunet-conversation-gtk.h:34:0,
                 from gnunet-conversation-gtk_phone.c:28:
/usr/local/include/gnunet/gnunet_conversation_service.h:377:1: note: expected ‘struct GNUNET_MICROPHONE_Handle *’ but argument is of type ‘struct GNUNET_SPEAKER_Handle *’
 GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
 ^
gnunet-conversation-gtk_phone.c:1595:37: warning: passing argument 6 of ‘GNUNET_CONVERSATION_call_start’ from incompatible pointer type [enabled by default]
                                     &call_event_handler, oc);
                                     ^
In file included from gnunet-conversation-gtk.h:34:0,
                 from gnunet-conversation-gtk_phone.c:28:
/usr/local/include/gnunet/gnunet_conversation_service.h:377:1: note: expected ‘GNUNET_CONVERSATION_CallEventHandler’ but argument is of type ‘struct GNUNET_MICROPHONE_Handle *’
 GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
 ^
gnunet-conversation-gtk_phone.c:1595:37: error: too many arguments to function ‘GNUNET_CONVERSATION_call_start’
                                     &call_event_handler, oc);
                                     ^
In file included from gnunet-conversation-gtk.h:34:0,
                 from gnunet-conversation-gtk_phone.c:28:
/usr/local/include/gnunet/gnunet_conversation_service.h:377:1: note: declared here
 GNUNET_CONVERSATION_call_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
 ^
gnunet-conversation-gtk_phone.c: In function ‘gnunet_conversation_gtk_ego_combobox_changed_cb’:
gnunet-conversation-gtk_phone.c:1790:39: warning: passing argument 3 of ‘GNUNET_CONVERSATION_phone_create’ from incompatible pointer type [enabled by default]
                                       NULL);
                                       ^
In file included from gnunet-conversation-gtk.h:34:0,
                 from gnunet-conversation-gtk_phone.c:28:
/usr/local/include/gnunet/gnunet_conversation_service.h:205:1: note: expected ‘GNUNET_CONVERSATION_PhoneEventHandler’ but argument is of type ‘void (*)(void *, enum GNUNET_CONVERSATION_PhoneEventCode, struct GNUNET_CONVERSATION_Caller *, const struct GNUNET_CRYPTO_EcdsaPublicKey *)’
 GNUNET_CONVERSATION_phone_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
 ^
make[3]: *** [gnunet-conversation-gtk_phone.o] Fehler 1
make[3]: Verlasse Verzeichnis '/home/ell/gnunet-gtk/src/conversation'
make[2]: *** [install-recursive] Fehler 1
make[2]: Verlasse Verzeichnis '/home/ell/gnunet-gtk/src/conversation'
make[1]: *** [install-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/home/ell/gnunet-gtk/src'
make: *** [install-recursive] Fehler 1
Steps To Reproducecd gnunet-gtk
sudo make install
TagsNo tags attached.

Activities

Christian Grothoff

2014-06-06 11:19

manager   ~0008411

Fixed, i was in the middle of two commits ;-).

Issue History

Date Modified Username Field Change
2014-06-06 11:10 ell New Issue
2014-06-06 11:10 ell Status new => assigned
2014-06-06 11:10 ell Assigned To => yids
2014-06-06 11:19 Christian Grothoff Note Added: 0008411
2014-06-06 11:19 Christian Grothoff Status assigned => resolved
2014-06-06 11:19 Christian Grothoff Fixed in Version => 0.11.0pre66
2014-06-06 11:19 Christian Grothoff Resolution open => fixed
2014-06-06 11:19 Christian Grothoff Assigned To yids => Christian Grothoff
2014-06-06 11:19 Christian Grothoff Product Version => Git master
2014-06-06 11:19 Christian Grothoff Target Version => 0.11.0pre66
2018-06-07 00:25 Christian Grothoff Status resolved => closed