mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 04:07:49 +02:00
Fix clang warnings
This commit is contained in:
parent
6fc5f88a3b
commit
c545814fe4
4 changed files with 7 additions and 7 deletions
|
@ -123,8 +123,8 @@ namespace http {
|
|||
const char HTTP_COMMAND_LOGLEVEL[] = "set_loglevel";
|
||||
const char HTTP_COMMAND_KILLSTREAM[] = "closestream";
|
||||
const char HTTP_COMMAND_LIMITTRANSIT[] = "limittransit";
|
||||
const char HTTP_PARAM_SAM_SESSION_ID[] = "id";
|
||||
const char HTTP_PARAM_ADDRESS[] = "address";
|
||||
const char HTTP_PARAM_SAM_SESSION_ID[] __attribute__((unused)) = "id";
|
||||
const char HTTP_PARAM_ADDRESS[] __attribute__((unused)) = "address";
|
||||
|
||||
static std::string ConvertTime (uint64_t time);
|
||||
std::map<uint32_t, uint32_t> HTTPConnection::m_Tokens;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue