After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 240979 - declaration hides parameter in ~/e-util/e-host-utils.c
declaration hides parameter in ~/e-util/e-host-utils.c
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 239034
 
 
Reported: 2003-04-09 02:36 UTC by philip zhao
Modified: 2003-04-09 18:41 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
I use this patch to work around. (584 bytes, patch)
2003-04-09 02:44 UTC, philip zhao
none Details | Review

Description philip zhao 2003-04-09 02:36:01 UTC
When build evolution enable IPv6 using Forte on Solaris.

"e-host-utils.c", line 292: declaration hides parameter: len
        declaration: int
        parameter  : int
"e-host-utils.c", line 343: warning: assignment type mismatch:
        pointer to char "=" pointer to const char
cc: acomp failed for e-host-utils.c
make[3]: *** [e-host-utils.lo] Error 1
make[3]: Leaving directory `/export/home/work/evotrunk/evolution/e-util'
make[2]: *** [all-recursive] Error 1

Please see ~/e-util/e-host-utils.c:292. Thanks.
Comment 1 philip zhao 2003-04-09 02:44:12 UTC
Created attachment 42262 [details] [review]
I use this patch to work around.
Comment 2 philip zhao 2003-04-09 02:51:05 UTC
Just a workaround of this patch,not correct. Please e-util owner to
give a solution. 
Comment 3 Jeffrey Stedfast 2003-04-09 18:41:45 UTC
fixed in CVS