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;
|
BOOL derived = TRUE;
|
||||||
|
|
||||||
#ifndef NO_PACKETS_DECODING
|
#ifndef NO_PACKETS_DECODING
|
||||||
fprintf(stdout,"NO_PACKETS_DECODING should be defined in preprocessing. Exiting...\n");
|
fprintf(stdout,"WARNING: For best performance, define NO_PACKETS_DECODING in preprocessing.\n");
|
||||||
return 1;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
while (TRUE) {
|
while (TRUE) {
|
||||||
|
|
Loading…
Reference in New Issue