From: Paul F. <pj...@wa...> - 2024-11-25 18:43:52
|
On 22/11/2024 19:24, Bart Van Assche wrote: > On 11/21/24 11:01 PM, Paul Floyd via Valgrind-developers wrote: >> Anyone else have an opinion on this? > > I prefer disabling the unused-result warning rather than adding #pragma > directives. #pragma directives clutter the code. There are other tools > that can catch unused result value issues, e.g. Coverity. > I've added the flag and removed the pragmas. A+ Paul |