Re: [flac-dev] Wextra in configury

2016-01-24 Thread Erik de Castro Lopo
Ozkan Sezer wrote: > flac configury does a XIPH_ADD_CFLAGS([-Wextra]) around line 426, > however it unconditionally adds -Wextra some lines before that too. > The attached patch removes that unconditional addition of -Wextra > which (i) removes duplicate addition, and (ii) allows older gcc > ver

[flac-dev] Wextra in configury

2016-01-24 Thread Ozkan Sezer
flac configury does a XIPH_ADD_CFLAGS([-Wextra]) around line 426, however it unconditionally adds -Wextra some lines before that too. The attached patch removes that unconditional addition of -Wextra which (i) removes duplicate addition, and (ii) allows older gcc versions to compile the tree peac