Skip to content

Commit

Permalink
Fix for removing logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Jan 14, 2025
1 parent f62bcc5 commit ad125b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace wincalc
return res;
}

void logMsg(std::string const & msg)
void logMsg(std::string const & )
{
//std::cerr << msg << std::endl;
}
Expand Down

0 comments on commit ad125b6

Please sign in to comment.