1
0
Fork 0
qmk_firmware/lib
sameehj 03516d5460 gcc 8.10 compilation fix (#2914)
* Use memmove instead of memcpy

gcc 8.1 gives the following error:
lib/lufa/LUFA/Drivers/USB/Class/Common/HIDParser.c:93:5: error: 'memcpy' accessing 42 bytes at offsets 28 and 0 overlaps 14 bytes at offset 28 [-Werror=restrict]

This patch resolve this by using memmove instead

Signed-off-by: Sameeh <Sameeh Jubran>

* Remove ATTR_CONST from a void returning function

gcc 8.10 gives the following error when attempting to compile
lib/lufa/LUFA/Drivers/USB/Core/Events.h:334:5: error: 'const' attribute on function returning 'void' [-Werror=attributes]

Signed-off-by: Sameeh <Sameeh Jubran>
2018-05-09 23:39:46 -04:00
..
chibios@587968d6cb Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
chibios-contrib@ede48346ee Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
googletest@ec44c6c167 Add Google Test submodule 2016-08-27 21:57:49 +03:00
lufa gcc 8.10 compilation fix (#2914) 2018-05-09 23:39:46 -04:00
ugfx@3e97b74e03 Update uGFX and Chibios submodules + fixes (#1363) 2017-06-13 21:13:39 -07:00