Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at unistd.h:208

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

getcwd

(/usr/include/bits/unistd.h)expand/collapse
Show more  
 200  __extern_always_inline __wur char *
 201  __NTH (getcwd (char *__buf, size_t __size))
 202  {
 203    if (__bos (__buf) != (size_t) -1)
 204      {
 205        if (!__builtin_constant_p (__size))
 206          return __getcwd_chk (__buf, __size, __bos (__buf));
 207   
 208        if (__size > __bos (__buf))
 209          return __getcwd_chk_warn (__buf, __size, __bos (__buf));
 210      }
 211    return __getcwd_alias (__buf, __size);
 212  }
Show more  




Change Warning 8005.24519 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: