Project

General

Profile

« Previous | Next » 

Revision 447d5835

Added by jeremyevans (Jeremy Evans) over 4 years ago

Silence incorrect assigned but unused variable warnings in ripper

To only emit the warnings in correct cases would require tracking
local variable usage in ripper, which ripper currently does not do.

Fixes [Bug #15188]