diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-05-28 00:10:51 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-06-25 18:36:48 -0400 |
| commit | 8a4dafc1b6ea114a30844dd153de2714d2d286f9 (patch) | |
| tree | c6a6fa1c60e420c1ceb8577d4e2f79bb9133b55a /arch | |
| parent | 0838242066437a04e3aa3417cab703cc071adde6 (diff) | |
Fix cxx20 compiler warnings.
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/mips/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mips/test.c b/arch/mips/mips/test.c index df009043..a682863d 100644 --- a/arch/mips/mips/test.c +++ b/arch/mips/mips/test.c @@ -61,7 +61,6 @@ int main(int ac, char **av) uint32_t insword = 0; uint64_t baseaddr = 0; int instindex = 1; - int c = 0; int version = -1; int flags = 0; int result = 0; |
