Fix some compiler warnings.
This commit is contained in:
parent
60f3c2c1ef
commit
65ddf88673
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
#include <ctime>
|
||||
|
||||
bool user_handler::send_mail(const std::string& to_user,
|
||||
const std::string& subject, const std::string& message) {
|
||||
const std::string& /*subject*/, const std::string& /*message*/) {
|
||||
|
||||
//If this user is registerd at all
|
||||
if(!user_exists(to_user)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue