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 | cf365fbcce01a54bc0b96f2ef45fa709ceea0254 (patch) | |
tree | 56195e07b7f616a05bceec3c2e2d98abcf230c93 /configure | |
parent | 18f13bbaeed7828029f04923fe97b74ea7d7ff08 (diff) | |
download | mmglue-cf365fbcce01a54bc0b96f2ef45fa709ceea0254.tar.bz2 mmglue-cf365fbcce01a54bc0b96f2ef45fa709ceea0254.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 |