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 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