]> sourceware.org Git - libabigail.git/commit
Fix declaratons of conditionally defined functions
authorBen Woodard via Libabigail <libabigail@sourceware.org>
Tue, 2 Mar 2021 22:11:12 +0000 (14:11 -0800)
committerDodji Seketeli <dodji@redhat.com>
Mon, 8 Mar 2021 11:52:50 +0000 (12:52 +0100)
commitcd2af9e5f5f973759ade0595a32694f9e0230647
treed0f102be3cd82df01d8335d45fc29f535de3ea49
parentb918ec8f77af6c430183e62fe88b1da1ca693e82
Fix declaratons of conditionally defined functions

Functions relating to zip archives are declared but are never compiled
when --enable-zip-archive=no, the default.

This makes sure that they are not declared when they won't be defined
due to conditional compilation.

Signed-off-by: Ben Woodard <woodard@redhat.com>
include/abg-reader.h
tools/abilint.cc
This page took 0.03372 seconds and 5 git commands to generate.