Comment # 3
on bug 12956
from Roland Knall
(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.