Sakrac / IceBroLite

External Debugger for VICE 3.5 and higher
55 stars 7 forks source link

Compile fix #53

Closed UffeJakobsen closed 2 months ago

UffeJakobsen commented 2 months ago
struse/struse.h: In member function ‘void strcol<S>::clear() const’:
struse/struse.h:1123:38: error: assignment of member ‘strcol<S>::end_buf’ in read-only object
 1123 |         void clear() const { end_buf = 0; }
      |                              ~~~~~~~~^~~
UffeJakobsen commented 2 months ago

PS: the shown compile error occurs on ArchLinux with both compilers:

gcc version 14.1.1 clang version 17.0.6

Sakrac commented 2 months ago

Thanks, good catch!