diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-09 11:03:28 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-09 11:03:28 +0200 |
commit | 2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1 (patch) | |
tree | 61aac614d0c9291177407eb81e5086c18f349931 /tests/test_stream_flags.c | |
parent | Imported to git. (diff) | |
download | xz-2bf36d22d2c24ac3f488e63b35564fa2f6dab8d1.tar.xz |
Fixed the tests to build with -Werror.
Diffstat (limited to '')
-rw-r--r-- | tests/test_stream_flags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_flags.c b/tests/test_stream_flags.c index 4cd22576..99e55d5e 100644 --- a/tests/test_stream_flags.c +++ b/tests/test_stream_flags.c @@ -162,7 +162,7 @@ test_decode_invalid(void) int -main() +main(void) { lzma_init(); |