GNOME Bugzilla – Bug 704741
compilation warning
Last modified: 2013-07-24 08:19:07 UTC
Created attachment 249888 [details] [review] fix compilation warnings pw-utils.c:166:1: warning: no previous prototype for ‘pw_strenght_hint_get_width_chars’ [-Wmissing-prototypes] pw_strenght_hint_get_width_chars I've attached patch to fix it...
Review of attachment 249888 [details] [review]: ::: panels/user-accounts/pw-utils.c @@ +165,2 @@ int +pw_strenght_hint_get_width_chars (void) strength as well, not strenght
Created attachment 250000 [details] [review] fix compilation warnings and function name (In reply to comment #1) > Review of attachment 249888 [details] [review]: > > ::: panels/user-accounts/pw-utils.c > @@ +165,2 @@ > int > +pw_strenght_hint_get_width_chars (void) > > strength as well, not strenght ahhhh, that's why I'm unable to find this function several times probably :-D
Review of attachment 250000 [details] [review]: Looks good.