Fix compilation issues by commenting out unused parameters.
This commit is contained in:
parent
3f7fb94529
commit
cf2c18887a
2 changed files with 2 additions and 2 deletions
|
@ -279,7 +279,7 @@ namespace network {
|
|||
return ss.str();
|
||||
}
|
||||
|
||||
std::string get_bandwidth_stats(int hour)
|
||||
std::string get_bandwidth_stats(int /*hour*/)
|
||||
{
|
||||
return std::string(""); //TODO: implement
|
||||
}
|
||||
|
|
|
@ -834,7 +834,7 @@ void ana_network_manager::read_config( const ana::detail::read_buffer& buffer, c
|
|||
read_gz(cfg, input);
|
||||
}
|
||||
|
||||
size_t ana_network_manager::send_all( const config& cfg, bool zipped )
|
||||
size_t ana_network_manager::send_all( const config& cfg, bool /*zipped*/ )
|
||||
{
|
||||
const std::string output_string = compress_config(cfg);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue