This is a follow up to d1262a6e9, more explicit to cope with GCC smartness.
The intent is also more explicit now. Otherwise GCC 9.2 inlines coffnamecpy and trigger a (rightful) warning.
Differential D74666
Prevent gcc from issuing a warning upon coffnamecpy serge-sans-paille on Feb 15 2020, 12:03 AM. Authored by
Details This is a follow up to d1262a6e9, more explicit to cope with GCC smartness. The intent is also more explicit now. Otherwise GCC 9.2 inlines coffnamecpy and trigger a (rightful) warning.
Diff Detail
Event TimelineComment Actions I've manually checked the fact that out memory has been zeroed, and added an assert to make sure it remains so. |
clang-format: please reformat the code