gdbserver's configure removes -Wmissing-prototypes from the warning
flags. However, this flag is only useful for C, so this deletion is
no longer needed.
gdb/gdbserver/ChangeLog
2018-09-25 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* configure.ac (WARN_CFLAGS): Don't remove -Wmissing-prototypes.
+2018-09-25 Tom Tromey <tom@tromey.com>
+
+ * configure: Rebuild.
+ * configure.ac (WARN_CFLAGS): Don't remove -Wmissing-prototypes.
+
2018-09-16 Simon Marchi <simon.marchi@polymtl.ca>
* Makefile.in (gdbserver$(EXEEXT)): Sort OBS.
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-case " $WARN_CFLAGS " in
-*" -Wmissing-prototypes "*)
- WARN_CFLAGS="$WARN_CFLAGS -Wno-missing-prototypes"
- ;;
-esac
old_LIBS="$LIBS"
LIBS="$LIBS -ldl"
AC_SUBST(ustinc)
AM_GDB_WARNINGS
-dnl The codebase isn't clean yet with this flag.
-case " $WARN_CFLAGS " in
-*" -Wmissing-prototypes "*)
- WARN_CFLAGS="$WARN_CFLAGS -Wno-missing-prototypes"
- ;;
-esac
dnl dladdr is glibc-specific. It is used by thread-db.c but only for
dnl debugging messages. It lives in -ldl which is handled below so we don't