Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jun 14, 2018
1 parent f312aa6 commit f5e66f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/json/json_spirit_writer_template.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ namespace json_spirit
template< class String_type >
String_type non_printable_to_string( unsigned int c )
{
typedef typename String_type::value_type Char_type;

String_type result( 6, '\\' );

result[1] = 'u';
Expand Down

0 comments on commit f5e66f7

Please sign in to comment.