commit | 7d27bd0b856d79d6b8564a1fa8772cd0b7e8863b | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Fri Jun 17 02:14:02 2022 +0900 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 16 16:02:23 2022 -0400 |
tree | 6dd504d6c603085d7ee579dbb316afcb6e1001b6 | |
parent | 8df552fb062384c1b6b197ca300672e1c8192e67 [diff] |
arch: arm64: Disable infinite recursion warning for `discard_table` This commit selectively disables the infinite recursion warning (`-Winfinite-recursion`), which may be reported by GCC 12 and above, for the `disable_table` function because no actual infinite recursion will occur under normal circumstances. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>