summaryrefslogtreecommitdiff
path: root/test/testlfsabi.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-19 14:38:23 +0000
committerJeff Trawick <trawick@apache.org>2011-03-19 14:38:23 +0000
commit80657f2ebe1d729d0ded1f3b6717169681c0f6a6 (patch)
treede5fdee130ec87fbc7a15889de092862933879cf /test/testlfsabi.h
parentf5fdf8934171d82877d7a8f2070aa5819956717f (diff)
downloadapr-80657f2ebe1d729d0ded1f3b6717169681c0f6a6.tar.gz
fix low-hanging gcc warnings, mostly for Windows
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1083183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testlfsabi.h')
-rw-r--r--test/testlfsabi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testlfsabi.h b/test/testlfsabi.h
index e7c532cc3..32c84e8e7 100644
--- a/test/testlfsabi.h
+++ b/test/testlfsabi.h
@@ -26,3 +26,7 @@
#define GETSIZE(res, type) res[(IDX_##type)] = sizeof(type)
#define CHECKSIZE(tc, res1, res2, type) \
ABTS_INT_EQUAL(tc, res1[(IDX_##type)], res2[(IDX_##type)]);
+
+extern void get_type_sizes32(int *res);
+extern void get_type_sizes64(int *res);
+