]> sourceware.org Git - libabigail.git/commit
abicompat: Add prompt message for abnormal operation
authortangmeng <tangmeng@uniontech.com>
Fri, 29 Oct 2021 09:23:43 +0000 (17:23 +0800)
committerDodji Seketeli <dodji@redhat.com>
Tue, 2 Nov 2021 09:12:35 +0000 (10:12 +0100)
commitba18218ec2b8cf32b86aef4c4b539411ef0bd645
tree929a10d6c8f46914ed1aea0abb84c0b1f9a094bb
parentcf70e8698a15212bd6ab5223217dd080e033746e
abicompat: Add prompt message for abnormal operation

When using abicompat, if the uses the --weak-mode option and also
provides a lib2 path on the command line, the lib2 path is silently
ignored.

This patch provides a warning to notify the user that the lib2 path is
ignored in that case.

* tools/abicompat.cc (main): Notify the user when the path to
the second library is ignored because the --weak-mode option
was provided.  Also, fix comment.

Signed-off-by: tangmeng <tangmeng@uniontech.com>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tools/abicompat.cc
This page took 0.030984 seconds and 5 git commands to generate.