ragg icon indicating copy to clipboard operation
ragg copied to clipboard

Parameter passing for argument of type changed in GCC 7.1

Open Byggvir opened this issue 2 years ago • 0 comments

When installing under Debian 10 / 11 I get a lot of messages:

note: parameter passing for argument of type changed in GCC 7.1

Example:

/usr/include/c++/10/bits/vector.tcc: In member function ‘void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {textshaping::Point}; _Tp = textshaping::Point; _Alloc = std::allocator<textshaping::Point>]’: /usr/include/c++/10/bits/vector.tcc:426:7: note: parameter passing for argument of type ‘std::vector<textshaping::Point>::iterator’ changed in GCC 7.1 426 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~

Byggvir avatar Mar 06 '22 21:03 Byggvir