
11 Sep
2014
11 Sep
'14
noon
On 09/05/14 00:26, John Ferlan wrote:
Coverity complains that the various checks for autoincrement and changed variables are DEADCODE - seems to me to be a false positive - so mark it.
They are not false positive. Currently the code doesn't allow that to happen. The tests are designed to catch if somebody broke it though they need to stay.
Signed-off-by: John Ferlan <jferlan@redhat.com> --- tests/virstringtest.c | 5 +++++ 1 file changed, 5 insertions(+)
ACK