You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "C++ provides better options for error handling than the use of errno. Errno should not be used for reporting errors within project code.",
"kind": "problem",
"name": "The literal value zero shall be the only value assigned to errno",
"precision": "very-high",
"severity": "error",
"short_name": "InvalidAssignmentToErrno",
"tags": [
"scope/single-translation-unit",
"maintainability"
]
}
],
"title": "The literal value zero shall be the only value assigned to errno"