ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.