Skip to content
Commit f2c93f09 authored by Alex Zinenko's avatar Alex Zinenko Committed by jpienaar
Browse files

EDSC: fix unused-wariable warning when compiling without assertions

In LowerEDSCTestPass, there are two range-for loops that only do assertions on
the loop variable.  With assertions disabled, the variable becomes unused and
triggers a warning promoted to error.  Cast it to void in the loop to supress
the warning.

PiperOrigin-RevId: 233936171
parent 50700b81
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment