blob: 3ff531f01364e0fba02b847f6d61c499f4812f63 (
plain)
1
2
3
4
5
6
|
INCLUDES=$(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -std=gnu99 -W -Wall \
-Werror \
-Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \
-Wno-unused-parameter
|