Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-10-19 22:58:23 +0400
committerDavid Schleef <ds@schleef.org>2009-10-19 22:58:23 +0400
commit2c19e095ea23f57774afa20dc6b6264da483dc2b (patch)
treed783938a47c9688c79bf2e6b931487efaeae7c62 /orc-test/orctest.c
parent8d5911f69ae08c5d6e0069ab4f278369bc09e406 (diff)
test: handle testing of float opcodes better
Diffstat (limited to 'orc-test/orctest.c')
-rw-r--r--orc-test/orctest.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c
index e3ef888..1095547 100644
--- a/orc-test/orctest.c
+++ b/orc-test/orctest.c
@@ -272,9 +272,6 @@ print_array_val_float (OrcArray *array, int i, int j)
}
}
-static OrcTestResult orc_test_compare_output_full (OrcProgram *program,
- int flags);
-
OrcTestResult
orc_test_compare_output (OrcProgram *program)
{