Kaydet (Commit) 0e589394 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wc++11-compat-deprecated-writable-strings

Change-Id: I4a8cbbbebe9833625af4805074d0c68ef3623ebd
üst 76cdf2ff
...@@ -844,7 +844,7 @@ rtl_TextEncoding osl_getTextEncodingFromLocale( rtl_Locale * pLocale ) ...@@ -844,7 +844,7 @@ rtl_TextEncoding osl_getTextEncodingFromLocale( rtl_Locale * pLocale )
void _imp_getProcessLocale( rtl_Locale ** ppLocale ) void _imp_getProcessLocale( rtl_Locale ** ppLocale )
{ {
static char *locale = NULL; static char const *locale = NULL;
/* basic thread safeness */ /* basic thread safeness */
// pthread_mutex_lock( &aLocalMutex ); // pthread_mutex_lock( &aLocalMutex );
......
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