On 03/20/13 03:38, Arno Onken wrote:
> The following code in opendir.c silences cppcheck:
>
> {{{
> #if !defined(HAVE_OPENDIR) && defined(REPLACE_FCHDIR)
> #error Invalid configuration!!
> #endif
> }}}It may silence cppcheck, but I'm afraid I don't see why it's correct or needed. Can you explain the error scenario in more detail?
