Commit 0c6fdbd8 authored by 's avatar

Remove the name of unused parameter.


git-svn-id: https://google-glog.googlecode.com/svn/trunk@32 eb4d4688-79bd-11dd-afb4-1d65580434c0
parent 630e77ba
......@@ -562,7 +562,7 @@ struct DummyClassToDefineOperator {};
// This declaration will allow use to use CHECK macros for user
// defined classes which have operator<< (e.g., stl_logging.h).
inline std::ostream& operator<<(
std::ostream& out, const google::DummyClassToDefineOperator& dummy) {
std::ostream& out, const google::DummyClassToDefineOperator&) {
return out;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment