search for: dangling_else

Displaying 1 result from an estimated 1 matches for "dangling_else".

2013 Apr 24
1
Metaflac UTF-8 fixes
On 24.4.2013 15:42, Erik de Castro Lopo wrote: > Janne Hyv?rinen wrote: > >> +#define PPR if(filename) if(raw) printf("%s:",filename); else flac_printf("%s:",filename); > Are you sure about that line? > > GCC complains about an ambiguous 'else'. It definitely needs some > curly braces somewhere there to make the intend explicit. > So it