Re: [hatari-devel] Fwrite warnings |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Fwrite warnings
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Wed, 26 Oct 2022 14:16:14 +0200
- Authentication-results: strato.com; dkim=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1666786594; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=dydJYQqq2XN9ghJiB/a4wb91wLwokIreqkggA+m0Miw=; b=CFu4cbUHxwP6KeNNnDa7kSYkUs06qeMgebmw1vuO0T4BfIL34kEbdW05IHnr9R0ciK PVSjThGW4EkIyOGl1j7FxJOGvls3kvdjusJOp1KpKRjjpbj9IOP032lmcRlGGMV+JxEH P94lEksKzMCXFiKlT/jIaafeFBYoLCjEOOddE8C/PeYQrniYQ5SHtCw2l/njr/5nh3Sp 4SPTpUbx820o2XZsOu5SsMZ0abUtknQLU6o6FYKgRoxDRDZ9iO8sYAesFrpCDbLuUoyU eZvDJnOub9VhexXNzZW8wjYkLJ3rolV5pZRglkUfpav20TNhP1l3xEqvA12fByBa3TaT w39A==
I just noticed that I also get these warnings for files definitely opened
for writing, i.e. opened with fopen(FILENAME, "w") with Pure C.
> 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
>
>