GNOME Bugzilla – Bug 419642
esound does not compile with --enable-debugging
Last modified: 2007-03-19 22:24:26 UTC
The compilation fails in players.c, line 309:players.c, at least with gcc-4.1.2: In function ‘read_player’: players.c:309: erreur: expected expression before ‘do’
Created attachment 84817 [details] [review] proposed fix
Created attachment 84905 [details] [review] Better fix. No, that will break the do/while wrapper, meaning it cannot be called after an if statement without braces. The problem is the caller expecting a value to be returned; it's not, it's an argument. I believe this is the correct fix.
Applied, thanks.