mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-08 15:47:36 +00:00
The compiler complains that in function callback(), parameters st and flag are unused. In that case, C++ allows the name of the parameter to be omitted; that makes the compiler complaint go away. * tools/abipkgdiff.cc (callback): Remove the name of parameters st and flag. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
abiar.cc | ||
abicompat.cc | ||
abidiff.cc | ||
abidw.cc | ||
abilint.cc | ||
abipkgdiff.cc | ||
abisym.cc | ||
binilint.cc | ||
Makefile.am |