[hatari-devel] Fwrite warnings |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Fwrite warnings
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Wed, 26 Oct 2022 13:56:54 +0200
- Authentication-results: strato.com; dkim=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1666785435; s=strato-dkim-0002; d=seimet.de; h=Message-ID:Subject:To:From:Date:Cc:Date:From:Subject:Sender; bh=k9AUFMxJgX8IJU8cPnSiasjL/bjyTai5JBGCwMgjo9M=; b=UqGPbm7Ld585cm7HDvZRMHP14bA34LPIvukj4dyOlsaLhoBCnsB9Qr9FqNzsS5oBeU GxTeIsBHob9rl5hRhUM2zaJpHihopaP0gg3QTktL6UFMGIVJ0xiVdRUQC1E97VyhyhOa EaiMJQQe3L/Asn8WwnzvY/r3h9PkCgyCWNOeDM49oWXPgniQWKZvHt58mLkZx9iQwj5+ zbW7fSWaKyLTfoQS0VRZqAs3ZPC1178IntFeekkoWTpaE5wPdg8apoyQEtCRkT5h9Rjb KXtcK6ed0IRPH1JEIzhcCPRc83ZsyLoKIhY+luNkH6aBoU3e/FWztdPiUFiiBmzUTKgV XL6g==
Hi,
with the latest sources I get tons of warnings when, for instance, I compile
with Pure C. I have never seen these warnings before.
WARN : GEMDOS Fwrite() to 'ROOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'ROOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'ROOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'ROOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'BOOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'BOOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'BOOT.O' file, opened as read-only
WARN : GEMDOS Fwrite() to 'BOOT.O' file, opened as read-only
Is this a bug or can these warnings be switched off? There are so many of
them that it's hard to see the actually relevant messages.
Best regards
Uwe