mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 07:55:44 -04:00
Removed unused parameter warning
This commit is contained in:
parent
b88be35668
commit
3c1b2be421
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ void p3turtle::performLocalSearch(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void p3turtle::performLocalSearch_generic(RsTurtleGenericSearchRequestItem *item, uint32_t& req_result_count, std::list<RsTurtleSearchResultItem*>& result,uint32_t& max_allowed_hits)
|
void p3turtle::performLocalSearch_generic(RsTurtleGenericSearchRequestItem *item, uint32_t& /*req_result_count*/, std::list<RsTurtleSearchResultItem*>& result,uint32_t& max_allowed_hits)
|
||||||
{
|
{
|
||||||
unsigned char *search_result_data = NULL ;
|
unsigned char *search_result_data = NULL ;
|
||||||
uint32_t search_result_data_len = 0 ;
|
uint32_t search_result_data_len = 0 ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue