summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/detex')
-rwxr-xr-xBuild/source/texk/detex/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/detex/configure b/Build/source/texk/detex/configure
index 001a0f4426a..cbf96efcf2e 100755
--- a/Build/source/texk/detex/configure
+++ b/Build/source/texk/detex/configure
@@ -11357,7 +11357,7 @@ case `$CC -dumpversion` in #(
;;
esac
if test "x$enable_compiler_warnings" != xmin; then
- kpse_cv_warning_cflags="-Wall -Wunused -Wimplicit $kpse_cv_warning_cflags"
+ kpse_cv_warning_cflags="-Wall -Wunused $kpse_cv_warning_cflags"
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wmissing-prototypes -Wmissing-declarations"
if test "x$enable_compiler_warnings" != xyes; then
kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wparentheses -Wswitch -Wtrigraphs -Wpointer-arith"