Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Date: Sat, 17 Jul 2004 11:53:18 +0200
From: Josselin Mouette
Subject: Re: Bug#259834: sdl-mixer1.2: FTBFS with gcc-3.4: label at end of compo

On ven, 2004-07-16 at 23:17 +0200, Andreas Jochens wrote:

> When building 'sdl-mixer1.2' with gcc-3.4 I get the following error:
>
> In file included from native_midi_gpl.c:32:
> playmidi.h:17:1: warning: "/*" within comment
> native_midi_gpl.c: In function `native_midi_start':
> native_midi_gpl.c:277: error: label at end of compound statement
> make[2]: *** [native_midi_gpl.lo] Error 1
> make[2]: Leaving directory `/sdl-mixer1.2-1.2.5/native_midi_gpl'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/sdl-mixer1.2-1.2.5'
> make: *** [debian/stamp-makefile-build] Error 2
>
> With the attached patch 'sdl-mixer1.2' can be compiled using gcc-3.4.
>
> Regards
> Andreas Jochens
  • Loading branch information
slouken committed Jul 18, 2004
1 parent 13578d3 commit 9f1644f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native_midi_gpl/native_midi_gpl.c
Expand Up @@ -274,6 +274,7 @@ void native_midi_start(NativeMidiSong *song)

end:
eend:
return;
}

void native_midi_stop()
Expand Down

0 comments on commit 9f1644f

Please sign in to comment.