summaryrefslogtreecommitdiff
path: root/mj2
diff options
context:
space:
mode:
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2005-03-25 15:49:29 +0000
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>2005-03-25 15:49:29 +0000
commit61e85ded8bfe2b9cce955da65deab22e6e28257a (patch)
tree9d5dd8bae6afda903d87d01ebea5b3e56f171e3a /mj2
parent1cc9fa68153edec84347677c30820f7b65534772 (diff)
Line 114: Simple warning message when NO_PACKETS_DECODING is not defined
Diffstat (limited to 'mj2')
-rw-r--r--mj2/mj2_to_metadata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mj2/mj2_to_metadata.c b/mj2/mj2_to_metadata.c
index 48304167..45a91b1c 100644
--- a/mj2/mj2_to_metadata.c
+++ b/mj2/mj2_to_metadata.c
@@ -112,8 +112,7 @@ int main(int argc, char *argv[]) {
BOOL derived = TRUE;
#ifndef NO_PACKETS_DECODING
- fprintf(stdout,"NO_PACKETS_DECODING should be defined in preprocessing. Exiting...\n");
- return 1;
+ fprintf(stdout,"WARNING: For best performance, define NO_PACKETS_DECODING in preprocessing.\n");
#endif
while (TRUE) {