fastjson icon indicating copy to clipboard operation
fastjson copied to clipboard

init_string_token generates deprecated conversion warnings

Open mikeando opened this issue 13 years ago • 0 comments

Building some of the tests generates errors like this warning: deprecated conversion from string constant to ‘char*’ from calls like fastjson::init_string_token( &d1.key_tok, "hello", 5 );

mikeando avatar Mar 01 '11 23:03 mikeando