Revision: 22871 http://trac.macosforge.org/projects/launchd/changeset/22871 Author: zarzycki@apple.com Date: 2006-09-23 10:43:34 -0700 (Sat, 23 Sep 2006) Log Message: ----------- Enable more warnings. Modified Paths: -------------- trunk/launchd/src/Makefile.am trunk/launchd/src/Makefile.in Modified: trunk/launchd/src/Makefile.am =================================================================== --- trunk/launchd/src/Makefile.am 2006-09-23 17:09:19 UTC (rev 22870) +++ trunk/launchd/src/Makefile.am 2006-09-23 17:43:34 UTC (rev 22871) @@ -1,4 +1,4 @@ -AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -W -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1 +AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -Wextra -Waggregate-return -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1 CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h \ launchd_internal.h launchd_internalServer.h launchd_internalServer.h launchd_internalUser.c \ Modified: trunk/launchd/src/Makefile.in =================================================================== --- trunk/launchd/src/Makefile.in 2006-09-23 17:09:19 UTC (rev 22870) +++ trunk/launchd/src/Makefile.in 2006-09-23 17:43:34 UTC (rev 22871) @@ -222,7 +222,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -W -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1 +AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -Wextra -Waggregate-return -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1 CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h \ launchd_internal.h launchd_internalServer.h launchd_internalServer.h launchd_internalUser.c \ notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
participants (1)
-
source_changes@macosforge.org