diff options
author | df@pippilotta.erinye.com <> | 2007-03-20 10:23:11 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-03-20 10:23:11 +0100 |
commit | bc7e1eeeba278491fe454615f5ede95945ec6d18 (patch) | |
tree | c2e3811195a49d9eecf733e1b5122724a1776b7d | |
parent | 90879b57376221777c3c43fa1abd4eddd071a66c (diff) | |
parent | b3c9666b73a8ab3f65ab22354b863263a304613a (diff) | |
download | mariadb-git-bc7e1eeeba278491fe454615f5ede95945ec6d18.tar.gz |
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
-rw-r--r-- | support-files/compiler_warnings.supp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index a147255f9a4..d6c4bcee52a 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -1,3 +1,8 @@ +# +# This file contains compiler warnings that can +# be ignored for various reasons. +# + integer.cpp: .*control reaches end of non-void function.*: 1288-1427 DictTabInfo.cpp : .*invalid access to non-static.* DictTabInfo.cpp : .*macro was used incorrectly.* |