suppress error when building with -Werror
This is in windows headers--nothing we can do.
This commit is contained in:
@@ -39,6 +39,10 @@
|
|||||||
#include <connectivity/dbexception.hxx>
|
#include <connectivity/dbexception.hxx>
|
||||||
#include "resource/ado_res.hrc"
|
#include "resource/ado_res.hrc"
|
||||||
|
|
||||||
|
#if defined __MINGW32__
|
||||||
|
#pragma GCC diagnostic warning "-Wwrite-strings"
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace ::comphelper;
|
using namespace ::comphelper;
|
||||||
using namespace connectivity;
|
using namespace connectivity;
|
||||||
using namespace connectivity::ado;
|
using namespace connectivity::ado;
|
||||||
|
Reference in New Issue
Block a user