Not sure if this is an issue with my system or something, but when building I am routinely failing at something from waveform.h:
C:/msys64/ucrt64/include/c++/14.1.0/bits/char_traits.h:427:56: error: 'void* __builtin_memcpy(void*, const void*, long long unsigned int)' forming offset [32, 41] is out of the bounds [0, 32] of object '<anonymous>' with type 'std::__cxx11::basic_string<char>' [-Werror=array-bounds=]
I have had this issue for several months, but have just been using an old build to get around it but I'm starting to use the application quite a lot recently so I would like to fix this so I can use all the new bells and whistles.
Unfortunately the error seems kind of bizarre, and you have it working in CI or so it seems, so I'm not sure how to debug this. Maybe I need to clean my msys2 installation?
Not sure if this is an issue with my system or something, but when building I am routinely failing at something from waveform.h:
I have had this issue for several months, but have just been using an old build to get around it but I'm starting to use the application quite a lot recently so I would like to fix this so I can use all the new bells and whistles.
Unfortunately the error seems kind of bizarre, and you have it working in CI or so it seems, so I'm not sure how to debug this. Maybe I need to clean my msys2 installation?