diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-23 16:19:37 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-23 16:19:37 +0100 |
commit | 52051882002c1b88a427d50fb343a9ed3614ffe0 (patch) | |
tree | 6da97d315d36c2a8a557a3227612c3aaf9aabee1 /support-files | |
parent | e3f08e7e0bbc56cd401bb1031827571498c15904 (diff) | |
download | mariadb-git-52051882002c1b88a427d50fb343a9ed3614ffe0.tar.gz |
cleanup:
* remove unused mysql_option
* don't allocate 5GB of memory in the mtr tests
* restore the behavior in dynamic_column_offset_byte(), put the ifdef correctly
* prefer __attribute__((unused)) to #ifdef
* prefer UNINIT_VAR to LINT_INIT
* make most Warning_info users blissfully unaware of the postponed initialization
* use my_offsetof instead of offsetof where the compiler thinks the latter is incorrect
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 008ad0870c0..84651bdfac5 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -195,7 +195,6 @@ ma_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 550 .* : .*no matching operator delete found; memory will not be freed if initialization throws an exception.* ctype-simple\.c : .*unary minus operator applied to unsigned type, result still unsigned.* sql/sys_vars\.cc : invalid access to non-static data member -sql/sys_vars\.cc : perhaps the .*offsetof.* macro was used incorrectly string3\.h : memset used with constant zero length parameter |