Skip to content

Commit e3273b5

Browse files
committed
Remove two suppressions which I forgot
1 parent 48fe80a commit e3273b5

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

include/portable.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ typedef struct xHeapStats
175175
* terminated by a HeapRegions_t structure that has a size of 0. The region
176176
* with the lowest start address must appear first in the array.
177177
*/
178-
/* MISRA Ref 8.6.1 [External linkage] */
179-
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-86 */
180-
/* coverity[misra_c_2012_rule_8_6_violation] */
181178
void vPortDefineHeapRegions( const HeapRegion_t * const pxHeapRegions ) PRIVILEGED_FUNCTION;
182179

183180
/*

tasks.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3839,9 +3839,6 @@ void vTaskEndScheduler( void )
38393839

38403840
/* This function must be called from a task and the application is
38413841
* responsible for deleting that task after the scheduler is stopped. */
3842-
/* MISRA Ref 2.2 [No dead code] */
3843-
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#dir-22 */
3844-
/* coverity[misra_c_2012_directive_2_2_violation] */
38453842
vPortEndScheduler();
38463843

38473844
traceRETURN_vTaskEndScheduler();

0 commit comments

Comments
 (0)