Package: savi
Version: 1.4.5-3
Severity: normal

the compiler emits a bunch of warnings which should not be ignored when
builting savi. Most important are implicit function declarations [0]:

Satellite.c:78:3: warning: implicit declaration of function 'strlen'
[-Wimplicit-function-declaration]
gv_utils.c:93:3: warning: implicit declaration of function 'fileno'
[-Wimplicit-function-declaration]

Please fix these issues. The issues in Satellite.c is caused by using
the deprecated strings.h header were probabl strings.h was wanted.
The gc_utils.c is due to it using non ansi functions but compiling with
-ansi.

See also the ubuntu build log where packages with these warnings will
fail to build:
https://launchpadlibrarian.net/83291418/buildlog_ubuntu-precise-amd64.savi_1.4.5-3_FAILEDTOBUILD.txt.gz

[0] http://wiki.debian.org/ImplicitPointerConversions

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to