jwtcpp icon indicating copy to clipboard operation
jwtcpp copied to clipboard

Optimizations: Add '-Wall' flag and remove unused variable.

Open 0x003e opened this issue 8 years ago • 0 comments

jwt.cpp: In function ‘jwtcpp::JWT* jwtcpp::parse(const string&)’: jwt.cpp:41:16: error: unused variable ‘pos’ [-Werror=unused-variable] size_t pos; ^

0x003e avatar Jul 24 '16 14:07 0x003e