mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
8ba21c616e
into a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-maria.prod BitKeeper/etc/ignore: auto-union include/maria.h: Auto merged include/my_base.h: Auto merged mysql-test/include/ps_conv.inc: Auto merged mysql-test/r/ps_2myisam.result: Auto merged mysql-test/r/ps_3innodb.result: Auto merged mysql-test/r/ps_4heap.result: Auto merged mysql-test/r/ps_5merge.result: Auto merged mysql-test/r/ps_7ndb.result: Auto merged mysys/Makefile.am: Auto merged mysys/mf_iocache.c: Auto merged mysys/mf_tempfile.c: Auto merged mysys/my_error.c: Auto merged mysys/my_init.c: Auto merged mysys/my_open.c: Auto merged sql/handler.cc: Auto merged sql/handler.h: Auto merged sql/lex.h: Auto merged sql/sql_show.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged sql/table.h: Auto merged storage/maria/ha_maria.cc: Auto merged storage/maria/ha_maria.h: Auto merged storage/maria/ma_bitmap.c: Auto merged storage/maria/ma_blockrec.h: Auto merged storage/maria/ma_create.c: Auto merged storage/maria/ma_dynrec.c: Auto merged storage/maria/ma_loghandler.h: Auto merged storage/maria/ma_loghandler_lsn.h: Auto merged storage/maria/ma_open.c: Auto merged storage/maria/ma_pagecache.c: Auto merged storage/maria/ma_pagecache.h: Auto merged storage/maria/ma_test1.c: Auto merged storage/maria/ma_test2.c: Auto merged storage/maria/ma_update.c: Auto merged storage/maria/maria_chk.c: Auto merged storage/maria/unittest/ma_test_loghandler-t.c: Auto merged storage/maria/unittest/ma_test_loghandler_multigroup-t.c: Auto merged storage/maria/unittest/ma_test_loghandler_multithread-t.c: Auto merged storage/maria/unittest/ma_test_loghandler_pagecache-t.c: Auto merged storage/myisam/ft_stopwords.c: Auto merged storage/myisam/mi_close.c: Auto merged support-files/compiler_warnings.supp: Auto merged mysys/mf_keycache.c: Pulled from mysql-maria tree, manual merge. mysys/my_handler.c: Pulled from mysql-maria tree, manual merge. mysys/my_symlink2.c: Pulled from mysql-maria tree, manual merge. sql/mysqld.cc: Pulled from mysql-maria tree, manual merge. sql/sql_table.cc: Pulled from mysql-maria tree, manual merge. storage/maria/ma_blockrec.c: Pulled from mysql-maria tree, manual merge. storage/maria/ma_check.c: Pulled from mysql-maria tree, manual merge. storage/maria/ma_close.c: Pulled from mysql-maria tree, manual merge. storage/maria/ma_loghandler.c: Pulled from mysql-maria tree, manual merge. storage/maria/maria_def.h: Pulled from mysql-maria tree, manual merge.
84 lines
3.2 KiB
Text
84 lines
3.2 KiB
Text
#
|
|
# 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.*
|
|
DbdihMain.cpp : .*unused variable.* : 6666-7013
|
|
DbtupExecQuery.cpp : .*unused variable.* : 1823
|
|
kernel_types.h : .*only defines private constructors and has no friends.* : 51
|
|
Dbtup.hpp: .*only defines private constructors and has no friends.*
|
|
diskpage.hpp: .*only defines private constructors and has no friends.*
|
|
tuppage.hpp: .*only defines private constructors and has no friends.*
|
|
NdbScanOperation.cpp: .*unused variable '__align'.* : 1190-1200
|
|
sql_yacc.cc : .*label 'yyerrlab1' defined but not used.*
|
|
kernel_types.h : .*'struct Local_key' only defines private constructors and has no friends.*
|
|
lgman.hpp : .*'struct Lgman::Buffer_idx' only defines private constructors and has no friends.*
|
|
SchemaFile.hpp : .*'struct SchemaFile::TableEntry' only defines private constructors and has no friends.*
|
|
sql_yacc.cc : .*switch statement contains 'default' but no 'case' labels.*
|
|
|
|
#
|
|
# Things that can be ignored in InnoDB
|
|
#
|
|
pars0grm.tab.c: .*'yyerrorlab' : unreferenced label.*
|
|
_flex_tmp.c: .*not enough actual parameters for macro 'yywrap'.*
|
|
pars0lex.l: .*conversion from 'ulint' to 'int', possible loss of data.*
|
|
|
|
#
|
|
# bdb is not critical to keep up to date
|
|
#
|
|
.*/bdb/.* : .*discards qualifiers from pointer target type.*
|
|
.*/bdb/.* : .*unused parameter.*
|
|
.*/bdb/.* : .*may be used uninitialized.*
|
|
.*/bdb/.* : .*empty body in an if-statement.*
|
|
db_vrfy.c : .*comparison is always false due to limited range of data type.*
|
|
|
|
#
|
|
# Ignore all conversion warnings on windows 64
|
|
# (Is safe as we are not yet supporting strings >= 2G)
|
|
#
|
|
.* : conversion from '__int64' to .*int'.*
|
|
.* : conversion from '__int64' to 'uint8'.*
|
|
.* : conversion from '__int64' to 'uint32'.*
|
|
.* : conversion from '__int64' to 'u.*long'.*
|
|
.* : conversion from '__int64' to 'long'.*
|
|
.* : conversion from '__int64' to 'off_t'.*
|
|
.* : conversion from '.*size_t' to .*int'.*
|
|
.* : conversion from '.*size_t' to 'TaoCrypt::word32'.*
|
|
.* : conversion from '.*size_t' to 'u.*long'.*
|
|
.* : conversion from '.*size_t' to 'uint32'.*
|
|
.* : conversion from '.*size_t' to 'off_t'.*
|
|
.* : conversion from '.*size_t' to 'size_s'.*
|
|
.* : conversion from '.*size_t' to 'DWORD'.*
|
|
.* : conversion from '.*size_t' to 'uLongf'.*
|
|
.* : conversion from '.*size_t' to 'UINT'.*
|
|
.* : conversion from '.*size_t' to 'uInt'.*
|
|
.* : conversion from '.*size_t' to 'uint16'.*
|
|
|
|
#
|
|
# The following should be fixed by the ndb team
|
|
#
|
|
.*/ndb/.* : .*used uninitialized in this function.*
|
|
.*/ndb/.* : .*unused variable.*
|
|
.*/ndb/.* : .*defined but not used.*
|
|
|
|
#
|
|
# Maria warning that is ok in debug builds
|
|
#
|
|
storage/maria/ma_pagecache.c: .*'info_check_pin' defined but not used
|
|
|
|
#
|
|
# Unexplanable (?) stuff
|
|
#
|
|
listener.cc : .*conversion from 'SOCKET' to 'int'.*
|
|
net_serv.cc : .*conversion from 'SOCKET' to 'int'.*
|
|
|
|
# allow a little moving space for the warning below
|
|
mi_packrec.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 560-600
|
|
|
|
#
|
|
# Wrong compiler warnings
|
|
#
|
|
.* : .*no matching operator delete found; memory will not be freed if initialization throws an exception.*
|