Re: [hatari-devel] Preparing Hatari 2.5 for release |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Preparing Hatari 2.5 for release
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 9 Mar 2024 09:20:23 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1709976027; bh=9Nn00+rRnDcDKCroo3ir8xNMChpN3qDH5sakzkTafdk=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=U79wT7zYcYIyuQvcGCHI5RawWTr+Rp7pBqoAT+JCBn0HAntOG/mI1r/I7ycJCTuWj +AugKBYO6JVtk33f5AvntxjvXgyo6AFbxBajpj0nK6Bg7JhlaU+KxjqXwVd2FW+vCf YL6SQl2Sznd9Xyra8l+wFLa6xqT4rVq+WjsuRUvV8ZKWssv7V1Uq8UeKdU2CBm6Nvd ndOZk54ZAmlnBuUIdcnYofahUMGdDH/4lmqi283Sg/UuXS5lAiH1x3H4euk+GNlz0T qYlmb958Sfg5L+xWzkzG74H6D3homGm/Ers81VSCAkcAatz/sC3ySi4ALZA2x2Il/D l7JV4vEwCQcYw==
Am Wed, 6 Mar 2024 13:16:08 +0100
schrieb Nicolas Pomarède <npomarede@xxxxxxxxxxxx>:
> For other, can you tell if you have some things to complete too before
> the release ?
By the way, when compiling with Clang, there is still this one compiler
warning left:
src/cpu/gencpu.c:2860:27: warning: variable 'ws' set but not used
[-Wunused-but-set-variable]
int h = 0, t = 0, c = 0, ws = 0;
^
Should we try to get that fixed before the release?
Thomas