gnucash/libgnucash/backend
Richard Cohen 3abc9a5558 Refactor: Remove some unnecessary uses of memcpy
- Also, remove unnecessary "static" in gnucash-style.c

The second one in guid.cpp is UB:

libgnucash/engine/guid.cpp:137:5: warning: undefined behavior, source object type 'const gnc::GUID' is not TriviallyCopyable [bugprone-undefined-memory-manipulation]
        memcpy (&target, &source, sizeof (GncGUID));
        ^
2023-06-15 11:10:58 +01:00
..
dbi Don't use extern "C" around #includes 2023-03-03 18:55:42 +00:00
sql Refactor: Remove some unnecessary uses of memcpy 2023-06-15 11:10:58 +01:00
xml Remove #pragma ..."-Wstrict-aliasing" 2023-05-15 13:21:30 +01:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00