mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
Fixes 4 GCC 8 warnings of the kind:
ntoskrnl/kdbg/kdb_cli.c:3015:21: error: 'strcpy' accessing 1 byte at offsets 0 and [0, 2147483647] may overlap 1 byte at offset 0 [-Werror=restrict]
strcpy(p2, p2 + j);
^~~~~~~~~~~~~~~~~~