diff options
author | midipix <writeonce@midipix.org> | 2024-02-22 05:32:33 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-22 05:35:56 +0000 |
commit | 3358e0966912d4400dbc24bc1f83bd940ae672cd (patch) | |
tree | d1f45999e5788aef5415f545a0dffe43cbac8017 /configure | |
parent | 463312decbbc97ec9b04c9a0c6991d2b210ba863 (diff) | |
download | bcparser-3358e0966912d4400dbc24bc1f83bd940ae672cd.tar.bz2 bcparser-3358e0966912d4400dbc24bc1f83bd940ae672cd.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 |