diff options
author | Rich Felker <dalias@aerifal.cx> | 2020-08-27 20:39:41 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2020-08-27 20:39:41 -0400 |
commit | 0a312d34b98940f6543b4ae07077d1d59d0afe5b (patch) | |
tree | e7862f3507cd1492ae145bf3db4623a4bb09db73 /src/exit | |
parent | e7f808e3595ad3111edec57270bdc088f64a418b (diff) | |
download | musl-0a312d34b98940f6543b4ae07077d1d59d0afe5b.tar.gz |
configure: use additive warnings instead of subtracting from -Wall
-Wall varies too much by compiler and version. rather than trying to
track all the unwanted style warnings that need to be subtracted, just
enable wanted warnings.
also, move -Wno-pointer-to-int-cast outside --enable-warnings
conditional so that it always applies, since it's turning off a
nuisance warning that's on-by-default with most compilers.
Diffstat (limited to 'src/exit')
0 files changed, 0 insertions, 0 deletions