> 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


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to