mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix build warnings and .gitignore.
* Comment out unused local function for both clang and g++. * Get rid of numerous Boost warnings for clang. * Remove some unused local variables. * Put TAGS into the .gitignore.
This commit is contained in:
committed by
Vinnie Falco
parent
ac3cf05f1a
commit
96e1ec6d31
@@ -59,9 +59,8 @@ private:
|
||||
// request
|
||||
beast::http::method_t method_;
|
||||
std::string url_;
|
||||
|
||||
|
||||
// response
|
||||
int status_;
|
||||
std::string reason_;
|
||||
|
||||
// message
|
||||
@@ -102,7 +101,6 @@ public:
|
||||
|
||||
basic_message()
|
||||
: method_ (beast::http::method_t::http_get)
|
||||
, status_ (200)
|
||||
, version_ (1, 1)
|
||||
{
|
||||
}
|
||||
@@ -173,4 +171,4 @@ write (StreamBuf& stream, basic_message const& m)
|
||||
|
||||
} // ripple
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user