summaryrefslogtreecommitdiff
path: root/unittest/examples
diff options
context:
space:
mode:
authorunknown <jimw@mysql.com>2006-04-13 13:26:22 -0700
committerunknown <jimw@mysql.com>2006-04-13 13:26:22 -0700
commit78224d023a3503567f2b5e3d7acceacff6edfdc6 (patch)
treeae7c63faa6447c9e677b6558ec591269b690958f /unittest/examples
parent79c4d5c9c76378f288765afad00b527f3cf9fe22 (diff)
downloadmariadb-git-78224d023a3503567f2b5e3d7acceacff6edfdc6.tar.gz
Remove gcc-specific additions to AM_CFLAGS in unittest Makefile.am files
unittest/examples/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS unittest/mytap/t/Makefile.am: Don't add gcc-specific flags to AM_CFLAGS
Diffstat (limited to 'unittest/examples')
-rw-r--r--unittest/examples/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/unittest/examples/Makefile.am b/unittest/examples/Makefile.am
index 7990777d5b6..797784760ff 100644
--- a/unittest/examples/Makefile.am
+++ b/unittest/examples/Makefile.am
@@ -3,8 +3,6 @@ AM_CPPFLAGS += -I$(top_srcdir)/unittest/mytap
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
-AM_CFLAGS = -W -Wall -ansi -pedantic
-
LDADD = -lmytap
noinst_PROGRAMS = simple.t skip.t todo.t skip_all.t no_plan.t