[hatari-devel] Missing field initialisers |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Toni Wilen <twilen@xxxxxxxxxx>, Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Missing field initialisers
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Tue, 5 Aug 2025 20:03:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; bh=yQh1X9tGNC8t8chk5Ipj+JDWvv6+l+AsxfqUjLow4vw=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To:x-icloud-hme; b=fNm7lHNw01itOjEToQLUhvBQYbWRRIUM3prEJSK1RUjgH2Nx5cyaFlPpkaO/yjCf0QYCylpKg5mizzVSYpRce8HWxKMGgWkGOAN43qcT199atcP1/EFHhXNupKK5EX8/cz8gvv+NvDHo9b1y7moJGl1YRA8MA8cJdk7KOzBRvUGcVc+B6X6hswiBRkkZx6DNifAVV74oAEQ5i74Ye9cPDgJZps9MMDE97jWOIva5bs2XxXX9K8f89ZgKfVkgqsbC7UJE2xqxU1P0ICITR4qBaIQwEplliPmKsAsjaht4cbb+CgGv9D/hw98dQ307jpjBOlyXdTPzWK79/QtZ9JexMA==
Hello Toni,
I am still checking code for warnings and found another problem (in addition to the softfloat stuff). I am getting lots of missing field initialiser warnings. Fortunately fixing them is easy: Removing an extraneous unused variable in cputbl struct, adding a missing value in readcpu.c (i_ASR) and adding full initialisers for the terminating entry in the CPU tables through gencpu.
Patch is appended.
Regards,
Andreas
Attachment:
missing_field_initializer.diff
Description: Binary data