From 0b9e390c01029f4f1a8c0263e532fc1c3faf2b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Sep 2016 17:57:54 +0200 Subject: Fix FTBFS with GCC6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- filters/karbon/eps/pscommentlexer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filters/karbon/eps') diff --git a/filters/karbon/eps/pscommentlexer.cc b/filters/karbon/eps/pscommentlexer.cc index a321cc0d..e15dcc59 100644 --- a/filters/karbon/eps/pscommentlexer.cc +++ b/filters/karbon/eps/pscommentlexer.cc @@ -59,7 +59,7 @@ const char*statetoa (State state){ typedef struct { State oldState; - char c; + signed char c; State newState; Action action; } Transition; -- cgit v1.2.1