mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-01-12 00:05:41 +08:00
Ada, Darwin: Fix bootstrap after recent warning improvements.
Similar to the changes in r16-6620, the improved gnatwu warning finds a 'use' clause that is not needed in s-osinte__darwin.abd leading to a bootstrap fail building the libraries. Fixed by removing the extraneous 'use' clause. gcc/ada/ChangeLog: * libgnarl/s-osinte__darwin.adb: Delete unneeded use clause. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
This commit is contained in:
@@ -58,8 +58,6 @@ package body System.OS_Interface is
|
||||
|
||||
-- Darwin Threads don't have clock_gettime, so use gettimeofday
|
||||
|
||||
use Interfaces;
|
||||
|
||||
TV : aliased C_Time.timeval;
|
||||
Result : int;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user