diff options
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 8 |
1 files changed, 8 insertions, 0 deletions
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'.* |