Line 114: Simple warning message when NO_PACKETS_DECODING is not defined
This commit is contained in:
parent
1cc9fa6815
commit
61e85ded8b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue