From: Dean Camera Date: Mon, 31 May 2010 06:55:23 +0000 (+0000) Subject: Remove void* arithmetic in the USB_GetNextDescriptor() static inline function, to... X-Git-Tag: LUFA-110528-BETA~434 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f606afeffffcfffba837ad1350bcda7b458b4031?hp=f606afeffffcfffba837ad1350bcda7b458b4031 Remove void* arithmetic in the USB_GetNextDescriptor() static inline function, to make the header file C++ compatible once again. Implement workaround for an obscure GCC bug which can cause incorrect code generation under some circumstances when the void* is re-cast. ---