jwtcpp
jwtcpp copied to clipboard
Optimizations: Add '-Wall' flag and remove unused variable.
jwt.cpp: In function ‘jwtcpp::JWT* jwtcpp::parse(const string&)’: jwt.cpp:41:16: error: unused variable ‘pos’ [-Werror=unused-variable] size_t pos; ^