Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162209 - QA: app-pda/pilot-link-0.11.8-r1 implicit declaration of functions
Summary: QA: app-pda/pilot-link-0.11.8-r1 implicit declaration of functions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 14:28 UTC by Kevin F. Quinn (RETIRED)
Modified: 2007-09-18 21:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Add missing include of string.h (pilot-link-0.11.8-missing-include.patch,271 bytes, patch)
2007-01-15 14:29 UTC, Kevin F. Quinn (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin F. Quinn (RETIRED) gentoo-dev 2007-01-15 14:28:33 UTC
* QA Notice: Package has poor programming practices which may compile
 *            fine but exhibit random runtime failures.
 * pitcl.c:173: warning: implicit declaration of function `memset'
pitcl.c:605: warning: implicit declaration of function `strcmp'
pitcl.c:687: warning: implicit declaration of function `strlen'
pitcl.c:689: warning: implicit declaration of function `strcpy'
pitcl.c:1023: warning: implicit declaration of function `strchr'


Fix is trivial; add '#include <string.h>' to bindings/Tcl/pitcl.c.

Patch to follow.
Comment 1 Kevin F. Quinn (RETIRED) gentoo-dev 2007-01-15 14:29:30 UTC
Created attachment 107064 [details, diff]
Add missing include of string.h
Comment 2 Wulf Krueger (RETIRED) gentoo-dev 2007-09-18 21:04:32 UTC
Fixed in CVS.