Source: minc
Severity: minor
Tags: patch
User: [email protected]
Usertags: clang-ftbfs

Dear Maintainer,

Your package fails to build with clang instead of gcc.
The attached patch fixes it.

Best regards,
Alexander

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.13-1-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- /home/sancho/gsoc/minc/minc-2.2.00-my/libsrc2/hyper.c	2014-03-16 09:04:59.809861930 -0400
+++ /home/sancho/gsoc/minc/minc-2.2.00/libsrc2/hyper.c	2012-09-24 11:19:31.000000000 -0400
@@ -766,7 +766,7 @@
             miicv_setint(icv, MI_ICV_DO_DIM_CONV, TRUE);
           break;
         default:
-          return (MI_ERROR);
+          return;
         }
       }
     result = miicv_attach(icv, file_id, var_id);

Reply via email to