munit icon indicating copy to clipboard operation
munit copied to clipboard

orig_stderr shadows previous definition

Open dbeecham opened this issue 6 years ago • 0 comments

This declaration: https://github.com/nemequ/munit/blob/master/munit.c#L1418

shadows this one: https://github.com/nemequ/munit/blob/master/munit.c#L1291

this makes gcc -Wshadow complain.

dbeecham avatar Mar 20 '18 15:03 dbeecham