summaryrefslogtreecommitdiff
path: root/mysqlc/source
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-13 15:11:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 10:39:13 +0200
commit103be64d430aec45ed4c6b170aad5001e16354df (patch)
tree5c6b5d1cf24a0272cc451e509748995ba33ca321 /mysqlc/source
parented93117447a3217fab0e2425f8761e24423024b5 (diff)
-Wc++11-narrowing (Clang towards 3.2)
Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0
Diffstat (limited to 'mysqlc/source')
-rw-r--r--mysqlc/source/mysqlc_types.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_types.cxx b/mysqlc/source/mysqlc_types.cxx
index 75f74aee8aca..253cf002a63c 100644
--- a/mysqlc/source/mysqlc_types.cxx
+++ b/mysqlc/source/mysqlc_types.cxx
@@ -163,7 +163,7 @@ TypeInfoDef mysqlc_types[] = {
{
"LONGBLOB", // Typename
com::sun::star::sdbc::DataType::LONGVARBINARY, // sdbc-type
- 0xFFFFFFFF, // Precision
+ -1, // Precision
"'", // Literal prefix
"'", // Literal suffix
"", // Create params