Skip to content

Commit

Permalink
Merge pull request #14 from holoplot/gcc-ignore-restrict
Browse files Browse the repository at this point in the history
gcc: ignore -Wrestrict
  • Loading branch information
stephanwidor-holoplot authored Feb 21, 2023
2 parents 11bc9fa + a5d1acb commit 0a245d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/shield/on.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wreturn-type"
#pragma GCC diagnostic ignored "-Wrestrict"
#pragma GCC diagnostic ignored "-Wshadow"
#pragma GCC diagnostic ignored "-Wsign-compare"
#pragma GCC diagnostic ignored "-Wsign-conversion"
Expand Down

0 comments on commit 0a245d7

Please sign in to comment.