Skip to content

Commit

Permalink
fix gcc project
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Dec 20, 2024
1 parent 326385b commit c570787
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
# pragma GCC diagnostic ignored "-Wunused-function"
# pragma GCC diagnostic ignored "-Wunused-variable"
# pragma GCC diagnostic ignored "-Wunused-value"
# pragma GCC diagnostic ignored "-Wincompatible-pointer-types"
#elif __IS_COMPILER_IAR__
# pragma diag_suppress=Pa089,Pe188,Pe177,Pe174
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
# pragma GCC diagnostic ignored "-Wunused-function"
# pragma GCC diagnostic ignored "-Wunused-variable"
# pragma GCC diagnostic ignored "-Wunused-value"
# pragma GCC diagnostic ignored "-Wincompatible-pointer-types"
#elif __IS_COMPILER_IAR__
# pragma diag_suppress=Pa089,Pe188,Pe177,Pe174
#endif
Expand Down
Loading

0 comments on commit c570787

Please sign in to comment.