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 | a565b203a6b68dd59099960267883ff55e459e23 (patch) | |
tree | 2cd7d76e263445704931cd9299a9f675d470dfba /configure | |
parent | 7435d59eb47166f149982bbe3e4de2e6b2ce3ae5 (diff) | |
download | bautomake-a565b203a6b68dd59099960267883ff55e459e23.tar.bz2 bautomake-a565b203a6b68dd59099960267883ff55e459e23.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 |