From a4e66c61c0066040d93de1f598a043dec1ce78b3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Aug 1995 18:48:58 +0000 Subject: (CFLAGS): Add some warnings. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 35572e0..5112bd9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -125,7 +125,8 @@ prog := make endif ifneq "$(findstring gcc,$(CC))" "" -CFLAGS = -g -W -Wunused -Wpointer-arith -Wreturn-type -Wswitch +CFLAGS = -g -Wall -Wtraditional -Wid-clash-31 -Wpointer-arith \ + -Wbad-function-cast -Wconversion else CFLAGS = -g endif -- cgit v1.2.3