Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at unistd.h:95

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

pread

(/usr/include/bits/unistd.h)expand/collapse
Show more  
 88  pread (int __fd, void *__buf, size_t __nbytes, __off64_t __offset)
 89  {
 90    if (__bos0 (__buf) != (size_t) -1)
 91      {
 92        if (!__builtin_constant_p (__nbytes))
 93          return __pread64_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf));
 94   
 95        if ( __nbytes > __bos0 (__buf))
 96          return __pread64_chk_warn (__fd, __buf, __nbytes, __offset,
 97                                     __bos0 (__buf));
 98      }
 99   
 100    return __pread64_alias (__fd, __buf, __nbytes, __offset);
 101  }
Show more  




Change Warning 7040.24466 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: