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
tests: posix: net + barriers: mitigate codesonar issues
This change mitigates some code sonar issues (from SonarQube).
1. explicit 'U' after 0xffffffff
> A cast shall not remove any const or volatile qualification from the
> type of a pointer or reference c:S859
2. check return value from call to pthread_barrierattr_getpshared()
> Unused assignments should be removed c:S1854
Signed-off-by: Chris Friedt <[email protected]>
0 commit comments