diff options
Diffstat (limited to 'Build/source/texk/afm2pl/configure')
-rwxr-xr-x | Build/source/texk/afm2pl/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/afm2pl/configure b/Build/source/texk/afm2pl/configure index dbfbe2b8cd4..d1ba9735e25 100755 --- a/Build/source/texk/afm2pl/configure +++ b/Build/source/texk/afm2pl/configure @@ -11354,7 +11354,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" |