Your message dated Thu, 06 Mar 2014 21:20:44 +0100
with message-id <[email protected]>
has caused the   report #740966,
regarding unrtf: Fails to build with clang instead of gcc
to be marked as having been forwarded to the upstream software
author(s) 

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
740966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Hi Dave,

I got the following bug report with a patch to fix compilation with
clang. Please include it in the next release.

thank you
Willi


-------- Original-Nachricht --------
Betreff: Bug#740966: unrtf: Fails to build with clang instead of gcc
Weitersenden-Datum: Thu, 06 Mar 2014 18:48:01 +0000
Weitersenden-Von: Nicolas Sévelin-Radiguet <[email protected]>
Weitersenden-An: [email protected]
Weitersenden-CC: Willi Mann <[email protected]>
Datum: Thu, 06 Mar 2014 19:44:49 +0100
Von: Nicolas Sévelin-Radiguet <[email protected]>
Antwort an: Nicolas Sévelin-Radiguet <[email protected]>,
[email protected]
An: Debian Bug Tracking System <[email protected]>

Package: unrtf
Version: 0.21.5-1
Severity: minor
Tags: patch
User: [email protected]
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 <[email protected]>
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;


--- End Message ---

Reply via email to