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 | ec82263821bf96bb5310fcb72ca6a8e35e30cbc4 (patch) | |
tree | 3ee058ccce34374e590a8f7ce9fb60e811c53981 /configure | |
parent | 38b193237d23d699b2991466da6b513e1e3581be (diff) | |
download | apimagic-ec82263821bf96bb5310fcb72ca6a8e35e30cbc4.tar.bz2 apimagic-ec82263821bf96bb5310fcb72ca6a8e35e30cbc4.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 |