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
During the building/install of CD-hit on PopOS, I get following warning:
In file included from cdhit-common.c++:28:
In member function ‘void NVector<TYPE>::Resize(int, const TYPE&) [with TYPE = long int]’,
inlined from ‘NVector<TYPE>::NVector(int, const TYPE&) [with TYPE = long int]’ at cdhit-common.h:119:10,
inlined from ‘int local_band_align(char*, char*, int, int, ScoreMatrix&, int&, int&, int&, float&, int*, int, int, int, WorkingBuffer&)’ at cdhit-common.c++:815:36:
cdhit-common.h:144:55: warning: argument 1 range [18446744056529682448, 18446744073709551608] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
144 | items = (TYPE*)realloc( items, capacity*sizeof(TYPE) );
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cdhit-common.h: In function ‘int local_band_align(char*, char*, int, int, ScoreMatrix&, int&, int&, int&, float&, int*, int, int, int, WorkingBuffer&)’:
cdhit-common.h:144:55: note: in a call to built-in allocation function ‘void* __builtin_malloc(long unsigned int)’
I've installed this numerously on Ubuntu and never receiver this warning., I recently switched to PopOS, which is a derivative from Ubuntu. It appears that the installation of CDHIT was succesful, but I'll test it soon.
However, what could cause this warning, as I've never seen it before? And could this jeopardize the functioning of CD-HIT?
The text was updated successfully, but these errors were encountered:
During the building/install of CD-hit on PopOS, I get following warning:
I've installed this numerously on Ubuntu and never receiver this warning., I recently switched to PopOS, which is a derivative from Ubuntu. It appears that the installation of CDHIT was succesful, but I'll test it soon.
However, what could cause this warning, as I've never seen it before? And could this jeopardize the functioning of CD-HIT?
The text was updated successfully, but these errors were encountered: