diff options
author | Michael Widenius <monty@askmonty.org> | 2012-12-19 21:58:05 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-12-19 21:58:05 +0200 |
commit | 35b60208359a8c67fa773e733927d16046b416c9 (patch) | |
tree | c81375280357b4173e36c916ccd35011377b3ab7 /support-files/compiler_warnings.supp | |
parent | fef08da3e742fb54d1b827f117d4bbe9aa554b5f (diff) | |
download | mariadb-git-35b60208359a8c67fa773e733927d16046b416c9.tar.gz |
Fixed some compiler warnings
client/mysqldump.c:
Removed compiler warning
extra/yassl/taocrypt/include/pwdbased.hpp:
Removed compiler warning (iterations is always unsigned)
support-files/compiler_warnings.supp:
Ignore warnings from groff
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r-- | support-files/compiler_warnings.supp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index dbad22a0a55..a4640f843a1 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -157,6 +157,7 @@ mySTL/algorithm\.hpp: is used uninitialized in this function # Groff warnings on OpenSUSE. # .*/dbug/.*(groff|<standard input>) : .* +.*groff.* : vertical spacing must be greater than # # Warnings on OpenSolaris |