diff options
| author | Xiretza <xiretza@xiretza.xyz> | 2022-05-14 11:45:56 +0200 |
|---|---|---|
| committer | Xiretza <xiretza@xiretza.xyz> | 2022-05-14 12:04:42 +0200 |
| commit | 4c3825daf54f81433e5de46cc25fdfac7189ffab (patch) | |
| tree | e9c0100cdff96d2742356241b18ec7b9a2aafb81 /src/ortho | |
| parent | fd1c6d1d7bd4a11f8a79bdd08ab8c0262334c89e (diff) | |
| download | ghdl-4c3825daf54f81433e5de46cc25fdfac7189ffab.tar.gz ghdl-4c3825daf54f81433e5de46cc25fdfac7189ffab.tar.bz2 ghdl-4c3825daf54f81433e5de46cc25fdfac7189ffab.zip | |
fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12
Diffstat (limited to 'src/ortho')
| -rw-r--r-- | src/ortho/mcode/ortho_code-x86-abi.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ortho/mcode/ortho_code-x86-abi.adb b/src/ortho/mcode/ortho_code-x86-abi.adb index fd543ef2e..2b0d778fa 100644 --- a/src/ortho/mcode/ortho_code-x86-abi.adb +++ b/src/ortho/mcode/ortho_code-x86-abi.adb @@ -24,7 +24,6 @@ with Ortho_Code.Debug; with Ortho_Code.Disps; with Ortho_Code.Flags; with Ortho_Code.Dwarf; -with Ortho_Code.X86; use Ortho_Code.X86; with Ortho_Code.X86.Insns; with Ortho_Code.X86.Emits; with Binary_File; |
