GZR0 / GRZ0

GRAVITY Z. COIN
https://gzro.net/
MIT License
9 stars 8 forks source link

warning: typedef ‘Char_type’ locally defined but not used #10

Open kkoenen opened 5 years ago

kkoenen commented 5 years ago

Warning during build;

In file included from src/bitcoinrpc.h:16:0,
                 from src/init.cpp:11:
src/json/json_spirit_writer_template.h: In function ‘String_type json_spirit::non_printable_to_string(unsigned int)’:
src/json/json_spirit_writer_template.h:31:50: warning: typedef ‘Char_type’ locally defined but not used [-Wunused-local-typedefs]
         typedef typename String_type::value_type Char_type;
                                                  ^~~~~~~~~