diff options
author | 2025-02-10 17:45:28 +0000 | |
---|---|---|
committer | 2025-03-18 02:54:38 -0700 | |
commit | 894b32807aa9b1b07ac0eb2a11901e24d0c72fc7 (patch) | |
tree | b57d73a62eae51d60b986cab9382f23c590ddd09 | |
parent | f6359f8f6ab70f02371eccbf653b0bac7a48b160 (diff) |
Re-enable warnings for VIXL
Some build warnings were previously disabled for VIXL. These have now
been fixed so the warnings can be re-enabled.
Test: test.py --host --target
Change-Id: I6c3a88c9afceee6751bfa89f0e897dd971971e55
-rw-r--r-- | simulator/code_simulator_arm64.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/simulator/code_simulator_arm64.h b/simulator/code_simulator_arm64.h index dee6b32c34..a5f5d0fa64 100644 --- a/simulator/code_simulator_arm64.h +++ b/simulator/code_simulator_arm64.h @@ -19,12 +19,7 @@ #include "memory" -// TODO(VIXL): Make VIXL compile cleanly with -Wshadow, -Wdeprecated-declarations. -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wshadow" -#pragma GCC diagnostic ignored "-Wdeprecated-declarations" #include "aarch64/simulator-aarch64.h" -#pragma GCC diagnostic pop #include "arch/instruction_set.h" #include "code_simulator.h" |