diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-13 15:11:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 10:39:13 +0200 |
commit | 103be64d430aec45ed4c6b170aad5001e16354df (patch) | |
tree | 5c6b5d1cf24a0272cc451e509748995ba33ca321 /mysqlc | |
parent | ed93117447a3217fab0e2425f8761e24423024b5 (diff) |
-Wc++11-narrowing (Clang towards 3.2)
Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_types.cxx | 2 |
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 |