diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:31:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-19 13:32:01 +0100 |
commit | 0e589394e8452ee8dea8e807d3b5ef6620a1c6c1 (patch) | |
tree | 522c7bd309ad895a3a1018592d412b413e7df6f0 /sal/osl | |
parent | 76cdf2ffeafa6a516c15e5d50c20848205665872 (diff) |
-Werror,-Wc++11-compat-deprecated-writable-strings
Change-Id: I4a8cbbbebe9833625af4805074d0c68ef3623ebd
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/nlsupport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx index a7e764059936..2a5c659ded01 100644 --- a/sal/osl/unx/nlsupport.cxx +++ b/sal/osl/unx/nlsupport.cxx @@ -844,7 +844,7 @@ rtl_TextEncoding osl_getTextEncodingFromLocale( rtl_Locale * pLocale ) void _imp_getProcessLocale( rtl_Locale ** ppLocale ) { - static char *locale = NULL; + static char const *locale = NULL; /* basic thread safeness */ // pthread_mutex_lock( &aLocalMutex ); |