Skip to content

Commit

Permalink
Don't check sizes for old version
Browse files Browse the repository at this point in the history
Otherwise we get errors if we added a class.
  • Loading branch information
jberkenbilt committed May 21, 2023
1 parent a90787c commit cfcf431
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion abi-perf-test
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ cmake --build build -j$(nproc)

echo "** saving old library and size information **"

$source/check_abi check-sizes --lib build/libqpdf/libqpdf.so
./build/qpdf/sizes >| $work/old/sizes
cp build/libqpdf/libqpdf.so.*.* $work/old

Expand Down
1 change: 1 addition & 0 deletions qpdf/sizes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ main()
print_size(QPDFNumberTreeObjectHelper);
print_size(QPDFNumberTreeObjectHelper::iterator);
print_size(QPDFObjGen);
print_size(QPDFObjGen::set);
print_size(QPDFObjectHandle);
print_size(QPDFObjectHandle::ParserCallbacks);
print_size(QPDFObjectHandle::QPDFArrayItems);
Expand Down

0 comments on commit cfcf431

Please sign in to comment.