Kaydet (Commit) 836454d0 authored tarafından Matúš Kukan's avatar Matúš Kukan

loplugin:saloverride

Change-Id: Ic2799c029c26dcd18a482b51f53248ef1c4b569a
üst e1386e32
...@@ -1756,7 +1756,7 @@ public: ...@@ -1756,7 +1756,7 @@ public:
return lhs + "*" + rhs; return lhs + "*" + rhs;
} }
virtual std::string BinFuncName(void) const SAL_OVERRIDE { return "fmul"; } virtual std::string BinFuncName(void) const SAL_OVERRIDE { return "fmul"; }
virtual bool ZeroReturnZero() {return true;}; virtual bool ZeroReturnZero() SAL_OVERRIDE { return true; }
}; };
/// Technically not a reduction, but fits the framework. /// Technically not a reduction, but fits the framework.
......
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