Helgrind: fix unused result of write warnings
commit3a80792278be69b9270485b07a79a62a5978c4bf
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 21 Nov 2024 07:24:35 +0000 (21 08:24 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 21 Nov 2024 07:24:35 +0000 (21 08:24 +0100)
treedcfb16f75c585f811955b01b7c4b37509fdbaec1
parent309d96d3e4f17930da28d76f6163957849553140
Helgrind: fix unused result of write warnings

Thanks to GCC deciding that we can't ignore wur annotated
functions by casting to void we need to do otherwise. It was
either pragmas or adding an annotated unused local. Pragmas
seem to be the least awful.
helgrind/hg_intercepts.c