diff options
author | Jim Meyering <meyering@redhat.com> | 2011-04-20 15:44:54 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-04-20 15:44:54 +0200 |
commit | 67ce653056298965788199437efe1e0f6c06eec5 (patch) | |
tree | eaeb33194bc4318fc6e7171c7868371e0557a19c /tests/test-stdio-c++.cc | |
parent | fc013226bfab5c68c85325e35f6a5fa1facb371e (diff) | |
download | gnulib-67ce653056298965788199437efe1e0f6c06eec5.tar.gz |
useless-if-before-free: avoid false-positive
* build-aux/useless-if-before-free: Adjust regexp for the non-brace
disjunct so that it too requires a terminating ";". Without that,
this script would identify as useless one statement from gcc that
was not:
if (aligned_ptr)
free (((void **) aligned_ptr) [-1]);
Diffstat (limited to 'tests/test-stdio-c++.cc')
0 files changed, 0 insertions, 0 deletions