aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-05-21 20:42:04 +0200
committerJay Berkenbilt <ejb@ql.org>2023-05-21 20:42:29 +0200
commitcfcf4318b260f2144c72df8b34bc7e22eb1e1a4a (patch)
tree2f827aa812f517c8b9f45300931741c9bef25b04
parenta90787c5e15ece4a72ba8be6890b257bc116d9fb (diff)
downloadqpdf-cfcf4318b260f2144c72df8b34bc7e22eb1e1a4a.tar.zst
Don't check sizes for old version
Otherwise we get errors if we added a class.
-rwxr-xr-xabi-perf-test1
-rw-r--r--qpdf/sizes.cc1
2 files changed, 1 insertions, 1 deletions
diff --git a/abi-perf-test b/abi-perf-test
index 8bd017b1..3473412c 100755
--- a/abi-perf-test
+++ b/abi-perf-test
@@ -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
diff --git a/qpdf/sizes.cc b/qpdf/sizes.cc
index 12843ab2..cbec5cd5 100644
--- a/qpdf/sizes.cc
+++ b/qpdf/sizes.cc
@@ -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);