Source: xli
Version: 1.17.0+20061110-8
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=xli&arch=armel&ver=1.17.0%2B20061110-8%2Bb1&stamp=1709981754&raw=0

dither.c: In function ‘dither’:
dither.c:77:36: error: implicit declaration of function ‘strlen’ 
[-Werror=implicit-function-declaration]
   77 |     image->title = (char *)lmalloc(strlen(cimage->title) + 12);
      |                                    ^~~~~~
dither.c:28:1: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
   27 | #include "xli.h"
  +++ |+#include <string.h>
   28 | 
dither.c:77:36: warning: incompatible implicit declaration of built-in function 
‘strlen’ [-Wbuiltin-declaration-mismatch]
   77 |     image->title = (char *)lmalloc(strlen(cimage->title) + 12);
      |                                    ^~~~~~
dither.c:77:36: note: include ‘<string.h>’ or provide a declaration of ‘strlen’

Cheers
-- 
Sebastian Ramacher

Reply via email to