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