[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] compiler warnings
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] compiler warnings |
Date: |
Thu, 09 Feb 2006 08:04:15 +0100 (CET) |
> Also, it is nearly impossible to write code that will please all
> compilers when their maximum warning levels are selected, so we only
> test with the following:
>
> - GCC with "-W -Wall -ansi"
Actually, `make devel' uses
CFLAGS := -c -g -O0 \
-Wall \
-W \
-Wundef \
-Wshadow \
-Wpointer-arith \
-Wwrite-strings \
-Wstrict-prototypes \
-Wredundant-decls \
-Wno-long-long
Werner
Re: [ft-devel] fix --with-old-mac-fonts option, mpsuzuki, 2006/02/08