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
flann/util/any.h: In member function 'virtual void flann::anyimpl::big_any_policy<T>::static_delete(void**)':
flann/util/any.h:81:9: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
81 | if (* x) delete (* reinterpret_cast<T**>(x)); *x = NULL;
| ^~
flann/util/any.h:81:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
81 | if (* x) delete (* reinterpret_cast<T**>(x)); *x = NULL;
| ^
The text was updated successfully, but these errors were encountered:
alokpr
pushed a commit
to alokpr/flann
that referenced
this issue
May 2, 2022
Build fails with -Wall -Werror:
The text was updated successfully, but these errors were encountered: