Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 65da9d8d authored by hhakim's avatar hhakim
Browse files

Fix a bunch of warnings in C++.

- returning reference to temporary in MatDiag::operator()()
- delete instead of delete[] after a new[] in mx2Faust.hpp
- src/faust_linear_operator/CPU/faust_linear_algebra.hpp warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
- src/faust_linear_operator/CPU/faust_MatDense.hpp:1135:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
- src/faust_linear_operator/CPU/faust_MatDense.hpp:1302:15: warning: '&&' within '||' [-Wlogical-op-parentheses]
parent b8fc4bf9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment