Wireshark-bugs: [Wireshark-bugs] [Bug 12956] checkAPIs.pl sees shadow variable where there is no
Date: Tue, 27 Sep 2016 14:05:30 +0000

Comment # 3 on bug 12956 from
(In reply to Stig Bjørlykke from comment #2)
> From 'man index':
> 
> SYNOPSIS
>      #include <strings.h>
> 
>      char *
>      index(const char *s, int c);

Although this might be the cause for the checker, it still should not be an
issue here, because a variable name cannot overshadow a function definition.
Worst case, this leads to a compiler error during build, but still, I would
say, that this is a bug in checkAPIs.pl


You are receiving this mail because:
  • You are watching all bug changes.