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
The clang static analyzer reports 4 issues. 2 of them are dead storage. The other 2 are possibly just noise but it could be worth to take a look. I just ran:
scan-build make
under Ubuntu 14.10 with llvm and clang installed.
The text was updated successfully, but these errors were encountered:
The clang static analyzer reports 4 issues. 2 of them are dead storage. The other 2 are possibly just noise but it could be worth to take a look. I just ran:
scan-build make
under Ubuntu 14.10 with llvm and clang installed.
The text was updated successfully, but these errors were encountered: