Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at unistd.h:42

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

read

(/usr/include/bits/unistd.h)expand/collapse
Show more  
 35  read (int __fd, void *__buf, size_t __nbytes)
 36  {
 37    if (__bos0 (__buf) != (size_t) -1)
 38      {
 39        if (!__builtin_constant_p (__nbytes))
 40          return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf));
 41   
 42        if (__nbytes > __bos0 (__buf))
 43          return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf));
 44      }
 45    return __read_alias (__fd, __buf, __nbytes);
 46  }
Show more  




Change Warning 7063.24467 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: