summaryrefslogtreecommitdiffstats
path: root/Make_global.am
blob: 810253a5744297bde906d2b1e1dbb1b87198da79 (plain)
1
2
3
4
5
AM_CPPFLAGS=$(all_includes) -I$(top_srcdir)/include

AM_CFLAGS = -std=gnu99 -W -Wall \
	-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