diff options
author | Luca Deri <deri@ntop.org> | 2020-06-22 10:20:05 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-06-22 10:20:05 +0200 |
commit | c9d8efc2a41a695da3c7ce7d4661f4ed494ccc65 (patch) | |
tree | 96176b4266b7a978b62a82e8fa61104d0e8e8e46 /src | |
parent | 1a62f4c799186244da0a2923d1db79f8e4e3c10b (diff) |
Warning fix
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_content_match.c.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_content_match.c.inc b/src/lib/ndpi_content_match.c.inc index 7828c50f7..eec1156dd 100644 --- a/src/lib/ndpi_content_match.c.inc +++ b/src/lib/ndpi_content_match.c.inc @@ -9277,6 +9277,7 @@ static const char *ndpi_en_bigrams[] = { /* ******************************************************************** */ +#if 0 static const char *ndpi_en_popular_bigrams[] = { "th", "he", "in", "er", "an", "re", "on", "at", "en", "nd", "ti", "es", "or", "te", "of", "ed", "is", "it", "al", "ar", "st", "to", "nt", "ng", "se", "ha", "as", "ou", "io", "le", "ve", "co", "me", "de", "hi", "ri", @@ -9317,6 +9318,7 @@ static const char *ndpi_en_popular_bigrams[] = { "gq", "vk", "zj", "xk", "qp", "hx", "fz", "qh", "qj", "jz", "vq", "kq", "xd", "qw", "jx", "qx", "kz", "wx", "fq", "xz", "zx", "jq", "qg", "qk", "qy", "qz", "wq", "wz", NULL }; +#endif /* ******************************************************************** */ |