[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests: silence clang warning
From: |
Bruno Haible |
Subject: |
Re: [PATCH] tests: silence clang warning |
Date: |
Tue, 31 Aug 2010 01:01:24 +0200 |
User-agent: |
KMail/1.9.9 |
Hi Eric,
> I ran clang on m4, and found a couple of warnings. It warned
> about this as a dead store, and it's easy enough to avoid.
I would not put so as much pressure to get excellent, warning-free
code on the tests/ than on lib/. Your efforts are worthy for lib/*.c.
But if there is a hidden security problem or little bug in a unit
test - who cares? It may cause someone to report a problem, but
will not requiring a re-release of a package.
Bruno