Kaydet (Commit) 1caec428 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-parameter

Change-Id: Iede9204bf93014e757c4fdf4a8363a90b7577dbc
üst a4073f22
......@@ -72,6 +72,7 @@ inline bool forallBases(
bool AllowShortCircuit)
{
#if (__clang_major__ == 3 && __clang_minor__ >= 7) || __clang_major__ > 3
(void) callbackParam;
return decl.forallBases(BaseMatches, AllowShortCircuit);
#else
return decl.forallBases(BaseMatches, callbackParam, AllowShortCircuit);
......
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