This removes this warning in some G++ versions:
httprpc.cpp: In function ‘bool HTTPReq_JSONRPC(HTTPRequest*, const string&)’:
httprpc.cpp:150:13: warning: stack protector not protecting local variables: variable length buffer [-Wstack-protector]
static bool HTTPReq_JSONRPC(HTTPRequest* req, const std::string &)
^~~~~~~~~~~~~~~