We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20323d6 commit 7887187Copy full SHA for 7887187
arch/ARM/cortex_m/src/semihosting-filesystem.adb
@@ -394,6 +394,10 @@ package body Semihosting.Filesystem is
394
function Flush
395
(This : in out SHFS_File_Handle)
396
return Status_Code
397
- is (OK);
+ is
398
+ pragma Unreferenced (This);
399
+ begin
400
+ return OK;
401
+ end Flush;
402
403
end Semihosting.Filesystem;
arch/RISC-V/SiFive/drivers/fe310-time.adb
@@ -32,7 +32,6 @@
32
-- --
33
------------------------------------------------------------------------------
34
35
-with FE310; use FE310;
36
with FE310.CLINT; use FE310.CLINT;
37
38
package body FE310.Time is
0 commit comments