non-critical impact:
_JBLEN constant - non-standard usage; might not be portable (NcWn100)
Problem description
Non-standard usage of the _JBLEN constant could result in compatibility problems.
If jmp_buf is redefined by the application using _JBLEN in a non-standard manner, the code might not be portable. Identifiers
 _JBLEN |
|
|
|
|
|
See also
Solution description
Remove any non-standard use of _JBLEN in the code.
Another non-standard use of _JBLEN is when the code redefines _JBLEN. See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| IPF |
C, C++ |
any HP-UX 11i version |
non-critical |
warning |
|