lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

[Q] How to tell to ABI checker to use C++? #104

Open zaufi opened 4 years ago

zaufi commented 4 years ago

I've got warnings like this:


$ abi-compliance-checker -lib ngc -dump ngc-abi-descriptor.xml -dump-path ngc-3.0.0.abi.dump
...
cc1: warning: command line option ‘-std=gnu++17’ is valid for C++/ObjC++ but not for C
cc1: warning: command line option ‘-fvisibility-inlines-hidden’ is valid for C++/ObjC++ but not for ```
lvc commented 4 years ago

Not possible to use abi-dumper instead of compiling headers?