]> git.sur5r.net Git - freertos/commit
Cast away a few unused return types to ensure lint/compilers don't generate warnings...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 23 Feb 2014 20:01:07 +0000 (20:01 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 23 Feb 2014 20:01:07 +0000 (20:01 +0000)
commitbe77b0457bd8615ed8bcdd8defa152e639056bac
treeb86ad5cc20f39b2b7d22c277848db43ef0c82683
parent50a6eb74698a256cb085acff88a58e439cabfbcb
Cast away a few unused return types to ensure lint/compilers don't generate warnings when the warning level is high.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2220 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/croutine.c
FreeRTOS/Source/portable/MemMang/heap_1.c
FreeRTOS/Source/portable/MemMang/heap_2.c
FreeRTOS/Source/portable/MemMang/heap_3.c
FreeRTOS/Source/portable/MemMang/heap_4.c