Files
libreoffice/external/mysql-connector-cpp/patches/warnings.patch.0
Michael Stahl b294020098 consistent naming of externals: mysqlcppconn -> mysql-connector-cpp
Change-Id: Ibfb3aa69895eef6023c38e2ff3b7ae98a05f5820
Reviewed-on: https://gerrit.libreoffice.org/42300
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-09-15 11:06:18 +02:00

12 lines
235 B
Plaintext

--- cppconn/warning.h
+++ cppconn/warning.h
@@ -59,7 +59,7 @@
virtual ~SQLWarning(){};
- SQLWarning(const SQLWarning& e){};
+ SQLWarning(const SQLWarning&){};
private:
const SQLWarning & operator = (const SQLWarning & rhs);