commit | e29ff7211b608b7aa998a834e55160324fa3744a | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Apr 27 10:26:43 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Apr 27 10:31:32 2023 -0600 |
tree | 4c5dc963627151781372d6f58142854117d1d414 | |
parent | 670c91c0c5eb3fb16d42fe5b2d48a33c64e3ec52 [diff] |
Avoid some compiler warnings in gdb.ada Running gdb.ada/verylong.exp shows a warning from the Ada compiler: prog.adb:16:11: warning: file name does not match unit name, should be "main.adb" [enabled by default] This patch fixes the problem, and another similar one in unchecked_union.exp.