Package: unrtf Version: 0.21.5-1 Severity: minor Tags: patch User: pkg-llvm-t...@lists.alioth.debian.org Usertags: clang-ftbfs
Hello, Your package fails to build with clang instead of gcc. [-Wreturn-type] Buildlogs and patch are here: https://github.com/nonas/debian-clang/tree/master/buildlogs/unrtf Regards, Nicolas -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Description: fails to build with clang instead of gcc [-Wreturn-type] Author: Nicolas Sévelin-Radiguet <nic...@free.frl> Last-Update: 2014-03-06 --- a/src/attr.c +++ b/src/attr.c @@ -349,7 +349,7 @@ AttrStack *stack = stack_of_stacks_top; if (!stack) { warning_handler("No stack to get attribute from"); - return; + return 0; } i=stack->tos;