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
Current source code fails to build with GCC 14 with the following build issue:
In file included from /home/pterjan/rpmbuild/BUILD/tora-3.2/extlibs/dtl/dtl/dtl.hpp:44,
from /home/pterjan/rpmbuild/BUILD/tora-3.2/src/editor/todifftext.cpp:39:
/home/pterjan/rpmbuild/BUILD/tora-3.2/extlibs/dtl/dtl/Diff.hpp: In member function 'void dtl::Diff<elem, sequence, comparator>::enableTrivial() const':
/home/pterjan/rpmbuild/BUILD/tora-3.2/extlibs/dtl/dtl/Diff.hpp:166:27: error: assignment of member 'trivial' in read-only object
166 | this->trivial = true;
| ~~~~~~~~~~~~~~^~~~~~
Hi,
Current source code fails to build with GCC 14 with the following build issue:
This PR fixes build: cubicdaiya/dtl#18
The text was updated successfully, but these errors were encountered: