Skip to content

Commit

Permalink
IAR warning fixes (FreeRTOS#991)
Browse files Browse the repository at this point in the history
* remove forward declarations

* Revert "remove forward declarations"

This reverts commit a20213d.

* supress IAR warnings
  • Loading branch information
tony-josi-aws authored Aug 8, 2023
1 parent 40c16fe commit 8b90477
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/portable/Compiler/IAR/pack_struct_start.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
* end of file not followed by a semicolon or a declarator] emitted by the IAR Compiler */
#pragma diag_suppress=Pe1644

/* Following line is to suppress the warning about the usage of forward declarations. */
#pragma diag_suppress=Pe301

__packed

0 comments on commit 8b90477

Please sign in to comment.