diff options
author | David Schleef <ds@schleef.org> | 2010-09-04 15:50:41 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-09-04 15:50:41 -0700 |
commit | 0dd8b407895621c6fcecb8aa47c686b5b0653c4d (patch) | |
tree | 46b38dd8e00b6118e53821aafc4839e56c4ef5c3 /orc-test | |
parent | dd77d023884bfc2754179563c41ecb656116102c (diff) |
test: disabled unused code
Diffstat (limited to 'orc-test')
-rw-r--r-- | orc-test/orctest.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c index a041820..0af37f4 100644 --- a/orc-test/orctest.c +++ b/orc-test/orctest.c @@ -383,6 +383,7 @@ print_array_val_signed (OrcArray *array, int i, int j) } } +#ifdef unused static int print_array_val_unsigned (OrcArray *array, int i, int j) { @@ -406,6 +407,7 @@ print_array_val_unsigned (OrcArray *array, int i, int j) return -1; } } +#endif static int print_array_val_hex (OrcArray *array, int i, int j) |