diff options
Diffstat (limited to 'orc-test/orctest.c')
-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) |