mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
Fix the following build failure with gcc 4.8 raised since bump to version 2 in commit026265bf7eanddbbf0d4542: In file included from alloc.c:25:0: utils.h:204:48: error: expected ';', ',' or ')' before 'dest' static inline void *sftp_memcpy(void *restrict dest, const void *restrict src, ^ Fixes: - http://autobuild.buildroot.org/results/2795213c07c4a961cee0ae7a4e7cccb8bcd6f68e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>