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

Hello,

Using the rebuild infrastructure, your package fails to build with clang 
(instead of gcc).

We detected this kinf of error:
http://clang.debian.net/status.php?version=3.4.2&key=DEFAULT_CONSTRUCTOR

Full build log is available here:
http://clang.debian.net/logs/2014-06-16/zaz_1.0.0~dfsg1-2_unstable_clang.log

Thanks,
Alexander

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- zaz-1.0.0~dfsg1/src/mixer.cpp	2010-01-31 06:55:48.000000000 +0300
+++ zaz-1.0.0~dfsg1-my/src/mixer.cpp	2014-06-30 22:12:35.048287714 +0400
@@ -23,7 +23,7 @@
 
 namespace Scenes
 {
-Mixer::Mixer(MixerMode mmode = Realtime)
+Mixer::Mixer(MixerMode mmode)
         : mode(mmode), isPlaying(false)
 {
     mut_disposeList = SDL_CreateMutex();
--- zaz-1.0.0~dfsg1/src/mixer.h	2010-05-12 00:21:41.000000000 +0400
+++ zaz-1.0.0~dfsg1-my/src/mixer.h	2014-06-30 22:12:25.140466630 +0400
@@ -46,7 +46,7 @@
     bool audioHWInitialized;
 
 public:
-    Mixer(MixerMode mmode);
+    Mixer(MixerMode mmode = Realtime);
     ~Mixer();
     void Play();
     void Pause();

Reply via email to