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
To address:
D:\a\1\s\Modules\Core\Common\test\itkHashTableTest.cxx(82): warning C4834: discarding return value of function with 'nodiscard' attribute
The return values of these calls are not checked. This is less important
now that we are using a C++ STL data structure for the hash table
instead of our own implementation.
0 commit comments