diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-05-15 11:53:03 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-05-15 12:03:07 +0200 |
commit | c92d44f2cf60fee5dcdf8aed5b0778b4b915acda (patch) | |
tree | 4b6472435ad731beb4ad884beab945ffe792444f /src | |
parent | 5b64c04046c1f3eada62e510e5ec4cd8b128f021 (diff) | |
download | strongswan-c92d44f2cf60fee5dcdf8aed5b0778b4b915acda.tar.bz2 strongswan-c92d44f2cf60fee5dcdf8aed5b0778b4b915acda.tar.xz |
settings: Eliminate performance warning
This was useful during development, but we accept that matching \n together
with %option yylineno impacts performance.
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/settings/settings_lexer.l | 2 |
1 files changed, 0 insertions, 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 */ |