You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Perl versions report the following warning when using the --rc
option of lcov:
lcov: Use of each() on hash after insertion without resetting hash
iterator results in undefined behavior
Fix this warning by not modifying the hash variable that is being
iterated on. Also add the missing whitespace fix-up of --rc parameters
to genhtml.
Reported-by: Maarten Hoes <[email protected]>
Signed-off-by: Peter Oberparleiter <[email protected]>
0 commit comments