Package: wmshutdown
Version: 0.2-9
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs

Hello,

Your package fals to build with clang instead of gcc. [-Wreturn-type]
Buildlogs and patch are here:
https://github.com/nonas/debian-clang/tree/master/buildlogs/wmshutdown

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
--- a/wmShutdown.c
+++ b/wmShutdown.c
@@ -98,7 +98,7 @@
 			case 1:
 
 				if (dialog != NULL)
-			        	return;
+			        	return 1;
 				message = "Shutdown confirmation";
 				dialog = gtk_dialog_new();
 		    		label = gtk_label_new (message);

Reply via email to