Skip to content
Commit 9344d254 authored by Yinan Zhang's avatar Yinan Zhang Committed by Qi Wang
Browse files

Workaround to address g++ unused variable warnings

g++ 5.5.0+ complained `parameter ‘expected’ set but not used
[-Werror=unused-but-set-parameter]` (despite that `expected` is in
fact used).
parent c9cdc1b2
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