summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-22 05:32:33 +0000
committermidipix <writeonce@midipix.org>2024-02-22 05:35:56 +0000
commit6c48a30a5cbc4acd674ba1bb844c7d35511c52c4 (patch)
tree36f38f43181580e79dcec377e7e9dd429514bfec /configure
parentbbc2d3d52d2c6674a66bd61e7e514764acff78cd (diff)
downloadntapi-6c48a30a5cbc4acd674ba1bb844c7d35511c52c4.tar.bz2
ntapi-6c48a30a5cbc4acd674ba1bb844c7d35511c52c4.tar.xz
build system: if supported, add -Wpedantic to --strict cflags.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a89de3e..b535af1 100755
--- a/configure
+++ b/configure
@@ -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