diff options
author | Michael Widenius <monty@mysql.com> | 2010-11-29 11:27:52 +0200 |
---|---|---|
committer | Michael Widenius <monty@mysql.com> | 2010-11-29 11:27:52 +0200 |
commit | e68ff466534c370b96e96ee3c0b04996ae67ecfd (patch) | |
tree | 424de8ecfa893f4b50bd6015971283965ef83f8e /plugin/fulltext | |
parent | 9ab4829bc6d37e0ffacc016ce09351e9bde8cf81 (diff) | |
download | mariadb-git-e68ff466534c370b96e96ee3c0b04996ae67ecfd.tar.gz |
Fixed compiler and gmake warnings
- Removed SCCS rule from Makefile.am
- Made dummy rule in sql_yacc.yy to get rid of compiler warning about not used label.
Don't use maintainer mode with valgrind (as we don't want to initialize all variables)
config/ac-macros/maintainer.m4:
Don't use maintainer mode with valgrind (as we don't want to initialize all variables)
Force initialization of variables when using -Werror (To get rid of compiler warnings)
configure.in:
Don't use maintainer mode with valgrind (as we don't want to initialize all variables)
sql/sql_yacc.yy:
Made dummy rule in sql_yacc.yy to get rid of compiler warning about not used label.
Diffstat (limited to 'plugin/fulltext')
-rw-r--r-- | plugin/fulltext/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugin/fulltext/Makefile.am b/plugin/fulltext/Makefile.am index 45565e9fdb2..8be2a97a34f 100644 --- a/plugin/fulltext/Makefile.am +++ b/plugin/fulltext/Makefile.am @@ -22,6 +22,3 @@ pkgplugin_LTLIBRARIES= mypluglib.la mypluglib_la_SOURCES= plugin_example.c mypluglib_la_LDFLAGS= -module -rpath $(pkgplugindir) mypluglib_la_CFLAGS= -shared -DMYSQL_DYNAMIC_PLUGIN - -# Don't update the files from bitkeeper -%::SCCS/s.% |