Package: xjdic
Version: 24-9
Severity: minor
Usertags: clang-ftbfs

Dear maintainer,
Using the rebuild infrastructure http://buildd-clang.debian.net/, your
package fails to build with clang (instead of gcc).

The full log can be viewed at
http://clang.debian.net/logs/2013-07-14/xjdic_24-8_unstable_clang.log

The attached patch fixes the clang error.


Thanks

-- 
Nitesh A Jain
"Quis custodiet ipsos custodes?"
http://about.me/niteshajain
--- a/xjdfrontend.c
+++ b/xjdfrontend.c
@@ -2594,9 +2594,7 @@
 
 /*                  M A I N                                      */
 
-main(argc,argv)
-int argc;
-unsigned char **argv;
+main(int argc, char **argv)
 
 {
 	int i,j,ip,cmdmode,bit8,escf;

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to