Bug 162209 - QA: app-pda/pilot-link-0.11.8-r1 implicit declaration of functions
Bug#: 162209 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: pda@gentoo.org Reported By: kevquinn@gentoo.org
Component: Applications
URL: 
Summary: QA: app-pda/pilot-link-0.11.8-r1 implicit declaration of functions
Keywords:  
Status Whiteboard: 
Opened: 2007-01-15 14:28 0000
Description:   Opened: 2007-01-15 14:28 0000
* 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 From Kevin F. Quinn (RETIRED) 2007-01-15 14:29:30 0000 -------
Created an attachment (id=107064) [details]
Add missing include of string.h

------- Comment #2 From Wulf Krueger (RETIRED) 2007-09-18 21:04:32 0000 -------
Fixed in CVS.