diff options
author | Michael Widenius <monty@askmonty.org> | 2010-06-16 01:00:51 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-06-16 01:00:51 +0300 |
commit | cfbee9359c4282cbff7426d6e71994205964f2df (patch) | |
tree | cb8b82b3c81059216ea104b7c612efb029dab6ff /support-files | |
parent | 26968d68a99c18ba0b4c2983793b13445d0bac41 (diff) | |
download | mariadb-git-cfbee9359c4282cbff7426d6e71994205964f2df.tar.gz |
Fixed compiler warnings
sql/log_event.cc:
Fixed compiler warning on windows
storage/maria/ma_state.c:
Fixed compiler warning
storage/maria/maria_chk.c:
Fixed compiler warning
storage/myisam/mi_dynrec.c:
Fixed compiler warning
support-files/compiler_warnings.supp:
Fixed suppression rule
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 8e2b63e7a46..c8d2926145d 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -130,7 +130,7 @@ xaction_xt\.cc: may be used uninitialized in this function # storage/pbxt/ : typedef.*was ignored in this declaration ha_pbxt\.cc : variable.*might be clobbered by.*longjmp -table_xt\.cc : variable.*might be clobbered by ~longjm~p or ~vfork~ +table_xt\.cc : variable.*might be clobbered by.*longjmp # # Yassl |