Package: pyg Severity: normal Version: 0.9.7 pyg buildlog shows several implicit declarations of string functions. These can cause issues on some architectures due to pointer truncations, e.g.:
commands.y:49:4: warning: incompatible implicit declaration of built-in function 'strncpy' [enabled by default] commands.y:49:42: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] commands.y:56:4: warning: incompatible implicit declaration of built-in function 'strncpy' [enabled by default] commands.y:56:41: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] commands.y:63:4: warning: incompatible implicit declaration of built-in function 'strncpy' [enabled by default] commands.y:63:42: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] commands.y: In function 'found': commands.y:91:2: warning: incompatible implicit declaration of built-in function 'strncpy' [enabled by default] commands.y:91:28: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] please include the appropriate headers in every file, in this particular case its string.h -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

