aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend_scanner.l
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-08-18 20:11:47 +0100
committerJoão Valverde <j@v6e.pt>2017-09-19 10:06:07 +0000
commit8615e78630e8deace183d150e2c1e5fc60d561ba (patch)
treeabf76c1f31bb8e593c9c38c20615a302c9b197fe /wiretap/ascend_scanner.l
parentdd5875c487dea7e75b3653485d153c0dab909699 (diff)
Disable flex-generated [-Wsign-compare] warnings
Change-Id: Iace0462e6bb50573f3e4603f7a19e4b7ee1f9733 Reviewed-on: https://code.wireshark.org/review/23541 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'wiretap/ascend_scanner.l')
-rw-r--r--wiretap/ascend_scanner.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/ascend_scanner.l b/wiretap/ascend_scanner.l
index 8eb37fd08f..e182b243d1 100644
--- a/wiretap/ascend_scanner.l
+++ b/wiretap/ascend_scanner.l
@@ -78,6 +78,8 @@
#include "ascend.h"
#include "file_wrappers.h"
+DIAG_OFF(sign-compare)
+
#define YY_INPUT(buf,result,max_size) { \
ascend_state_t *parser_state = ascendget_extra(yyscanner); \
int c = file_getc(parser_state->fh); \