Fix some compiler warnings.

This commit is contained in:
Mark de Wever 2009-11-09 18:53:30 +00:00
parent 60f3c2c1ef
commit 65ddf88673

View file

@ -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)) {