Skip to:
with gcc-8 or gcc-9 GCS does not compile with an error regarding access to an address of temporary rvalue in flightlogmanager.cpp in a call to memcpy to copy datafields
there is a trivial fix, using a temporary pointer to the array in question
with gcc-8 or gcc-9 GCS does not compile with an error regarding access to an address of temporary rvalue in flightlogmanager.cpp in a call to memcpy to copy datafields
there is a trivial fix, using a temporary pointer to the array in question