ignore readline warnings

This commit is contained in:
df@pippilotta.erinye.com 2007-11-21 18:11:08 +01:00
parent 2b985d0762
commit c25cbcec13

View File

@ -37,6 +37,11 @@ pars0lex.l: .*conversion from 'ulint' to 'int', possible loss of data.*
db_vrfy.c : .*comparison is always false due to limited range of data type.*
dbm.c : .*'item.dsize' is used uninitialized in this function.*
#
# readline is not maintained by us
#
.*/cmd-line-utils/readline/.* : .*
#
# Ignore all conversion warnings on windows 64
# (Is safe as we are not yet supporting strings >= 2G)