$(WERROR_CFLAGS) was recently added to AM_CFLAGS in lib/Makefile.am. This breaks --enable-gcc-warnings because of a number of "discards qualifiers" warnings in lib.
- warnings -> errors in lib Joel E. Denny
- Re: warnings -> errors in lib Paul Eggert
$(WERROR_CFLAGS) was recently added to AM_CFLAGS in lib/Makefile.am. This breaks --enable-gcc-warnings because of a number of "discards qualifiers" warnings in lib.