diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 05:32:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 05:35:57 +0000 |
commit | aa4843a756dd08b82c7c154c0481da81eada66a0 (patch) | |
tree | e0c514d77b3e1e8e823458a41bca9a7da2143510 /configure | |
parent | 8359cdbc42f374ce1adc923fda7bc391cdc7bdb6 (diff) | |
download | w32lib-aa4843a756dd08b82c7c154c0481da81eada66a0.tar.bz2 w32lib-aa4843a756dd08b82c7c154c0481da81eada66a0.tar.xz |
build system: if supported, add -Wpedantic to --strict cflags.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -718,7 +718,7 @@ config_flags() # ccstrict if [ _$mb_ccstrict = _yes ]; then - mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef)' + mb_cflags_strict='$(_CFLAGS_Wall) $(_CFLAGS_Werror) $(_CFLAGS_Wextra) $(_CFLAGS_Wundef) $(_CFLAGS_Wpedantic)' fi # ldstrict |