[Libreoffice-commits] core.git: connectivity/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 11 20:39:14 UTC 2018


 connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 50921d122399d669a2c401b8d26d90a0c7e14d14
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 11 16:47:26 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 11 22:38:50 2018 +0200

    -Werror,-Wunused-macros (clang-cl)
    
    Change-Id: I53b736d8b243f6e9da09856e0729b8702c4167d2
    Reviewed-on: https://gerrit.libreoffice.org/60323
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
index 358a2ca100d8..1aa1a337b3b7 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
@@ -32,10 +32,6 @@
 
 #include <stdio.h>
 
-#ifdef _MSC_VER
-#define snprintf _snprintf
-#endif
-
 using namespace connectivity::mysqlc;
 using namespace com::sun::star::uno;
 using namespace com::sun::star::lang;


More information about the Libreoffice-commits mailing list