From 66477e8783e76c357dcf5105defcf610f49db2cf Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 1 Feb 2002 08:41:57 +0000 Subject: * configure.in (build_warnings): Add -Wstrict-prototypes -Wmissing-prototypes. * aclocal.m4: Regenerate. * gconfig.in: Regenerate. * configure: Regenerate. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. --- gprof/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/configure.in') diff --git a/gprof/configure.in b/gprof/configure.in index cbe43b3..d1cb881 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -31,7 +31,7 @@ AC_EXEEXT AC_CHECK_HEADERS(sys/gmon_out.h) -build_warnings="-W -Wall" +build_warnings="-W -Wall -Wstrict-prototypes -Wmissing-prototypes" AC_ARG_ENABLE(build-warnings, [ --enable-build-warnings Enable build-time compiler warnings if gcc is used], [case "${enableval}" in -- cgit v1.1