From e5cc397f33e6c9916043742194bbdc809e118905 Mon Sep 17 00:00:00 2001 From: "monty@mysql.com/narttu.mysql.fi" <> Date: Thu, 22 Feb 2007 16:59:57 +0200 Subject: Fixed compiler warnings (for linux and win32 and win64) Fixed a couple of usage of not initialized warnings (unlikely cases) --- support-files/compiler_warnings.supp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'support-files/compiler_warnings.supp') diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index d97ffbfafe2..9e18bee0f9e 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -2,3 +2,11 @@ DictTabInfo.cpp : .*invalid access to non-static.* DictTabInfo.cpp : .*macro was used incorrectly.* DbdihMain.cpp : .*unused variable.* : 6666-6705 DbtupExecQuery.cpp : .*unused variable.* : 1448-1449 +sql_yacc.cc : .*switch statement contains 'default' but no 'case' labels.* + +# +# Ignore all conversion warnings on windows 64 +# (Is safe as we are not yet supporting strings >= 2G) +# +.* : conversion from 'size_t' to .*int'.* +.* : conversion from '__int64' to .*int'.* -- cgit v1.2.1