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 /support-files | |
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 'support-files')
-rw-r--r-- | support-files/MacOSX/Makefile.am | 3 | ||||
-rw-r--r-- | support-files/RHEL4-SElinux/Makefile.am | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/support-files/MacOSX/Makefile.am b/support-files/MacOSX/Makefile.am index 3f11107d714..7d4384a2a56 100644 --- a/support-files/MacOSX/Makefile.am +++ b/support-files/MacOSX/Makefile.am @@ -52,6 +52,3 @@ SUFFIXES = .sh -e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' \ $< > $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% diff --git a/support-files/RHEL4-SElinux/Makefile.am b/support-files/RHEL4-SElinux/Makefile.am index 52292136877..d2143a5285c 100644 --- a/support-files/RHEL4-SElinux/Makefile.am +++ b/support-files/RHEL4-SElinux/Makefile.am @@ -18,6 +18,3 @@ ## Process this file with automake to create Makefile.in EXTRA_DIST = mysql.fc mysql.te - -# Don't update the files from bitkeeper -%::SCCS/s.% |