commit | e7f808e3595ad3111edec57270bdc088f64a418b | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Thu Aug 27 18:50:02 2020 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Thu Aug 27 18:50:02 2020 -0400 |
tree | 2a46f27f8bb7c218c33d3bc7d9c946c54d4dcff6 | |
parent | 57f6e85c9de417fef5eece2a5b00c1104321f543 [diff] |
configure: add further -Werror=... options to detected CFLAGS these four warning options were overlooked previously, likely because they're not part of GCC's -Wall. they all detect constraint violations (invalid C at the source level) and should always be on in -Werror form.