v3.6.1 enables -Werror but compilation with --enable-id3 produces the following error:
id3/globals.h:542:20: error: 'ID3_v1_genre_description' defined but not used [-Werror=unused-variable]
static const char *ID3_v1_genre_description[ID3_NR_OF_V1_GENRES] =
You can compile using the configure flag «--disable-werror»
My aim was at packaging grip in pkgsrc. I have just written a patch that deletes the line
werror_flags="$warning_flags -Werror"from configure file.
Thanks
Could be closed?
Sure.