Kaydet (Commit) a29e81a1 authored tarafından David Tardon's avatar David Tardon

WaE: deprecated conversion from string constant to 'char*'

Change-Id: If087898c20a5a77e9dddedbbfad9f0aefc70024f
üst a7442f69
...@@ -53,7 +53,11 @@ ...@@ -53,7 +53,11 @@
#include <rtl/strbuf.hxx> #include <rtl/strbuf.hxx>
#include <connectivity/sqlparse.hxx> #include <connectivity/sqlparse.hxx>
#if defined __SUNPRO_CC #if defined __GNUC__
#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2))
# pragma GCC diagnostic ignored "-Wwrite-strings"
#endif
#elif defined __SUNPRO_CC
#pragma disable_warn #pragma disable_warn
#elif defined _MSC_VER #elif defined _MSC_VER
#pragma warning(push, 1) #pragma warning(push, 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment