From 103be64d430aec45ed4c6b170aad5001e16354df Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 13 Aug 2012 15:11:31 +0200 Subject: -Wc++11-narrowing (Clang towards 3.2) Change-Id: I5b5e61995671aa194f97c4f337b2c429842917c0 --- mysqlc/source/mysqlc_types.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysqlc/source') 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 -- cgit