summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-11-28 13:38:14 +0100
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:33:01 +0100
commitfabc1b2663e18a0df4892e3236860743e5504ade (patch)
tree0efb3faef472cb40057a4686bf0e9fffe4453afe /tests
parent4e2c4eb985063180eebf81310dacc06091ad4f94 (diff)
downloadlibaec-fabc1b2663e18a0df4892e3236860743e5504ade.tar.gz
libaec-fabc1b2663e18a0df4892e3236860743e5504ade.tar.bz2
libaec-fabc1b2663e18a0df4892e3236860743e5504ade.zip
Slightly faster bit and fs getters, more forced inlining
Diffstat (limited to 'tests')
-rw-r--r--tests/check_code_options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check_code_options.c b/tests/check_code_options.c
index 5ec62d7..d16954d 100644
--- a/tests/check_code_options.c
+++ b/tests/check_code_options.c
@@ -230,6 +230,7 @@ int check_byte_orderings(struct test_state *state)
status = check_bps(state);
if (status)
return status;
+ return 0;
}
int main (void)