From c92d44f2cf60fee5dcdf8aed5b0778b4b915acda Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 15 May 2014 11:53:03 +0200 Subject: [PATCH] settings: Eliminate performance warning This was useful during development, but we accept that matching \n together with %option yylineno impacts performance. --- src/libstrongswan/settings/settings_lexer.l | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstrongswan/settings/settings_lexer.l b/src/libstrongswan/settings/settings_lexer.l index a680e71f4..d9af1531d 100644 --- a/src/libstrongswan/settings/settings_lexer.l +++ b/src/libstrongswan/settings/settings_lexer.l @@ -24,8 +24,6 @@ static void include_files(parser_helper_t *ctx); %} %option debug -%option perf-report - %option warn /* use start conditions stack */