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/synth | |
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/synth')
-rw-r--r-- | src/synth/netlists-disp_dot.ads | 2 | ||||
-rw-r--r-- | src/synth/netlists-inference.ads | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/synth/netlists-disp_dot.ads b/src/synth/netlists-disp_dot.ads index 416554c76..01f07d41e 100644 --- a/src/synth/netlists-disp_dot.ads +++ b/src/synth/netlists-disp_dot.ads @@ -16,8 +16,6 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <gnu.org/licenses>. -with Netlists; - package Netlists.Disp_Dot is procedure Disp_Dot_Top_Module (M : Module); end Netlists.Disp_Dot; diff --git a/src/synth/netlists-inference.ads b/src/synth/netlists-inference.ads index ae671a0ac..8a6aef2f3 100644 --- a/src/synth/netlists-inference.ads +++ b/src/synth/netlists-inference.ads @@ -16,7 +16,6 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <gnu.org/licenses>. -with Netlists; use Netlists; with Netlists.Builders; use Netlists.Builders; package Netlists.Inference is |