diff options
author | 2021-04-07 17:33:40 +0200 | |
---|---|---|
committer | 2021-04-07 08:33:40 -0700 | |
commit | 32b948dfb0238b571eb34a46c099827225076a9a (patch) | |
tree | 3f21844913beb02b373818bbe642056d23e674ae /Source/FieldSolver/SpectralSolver | |
parent | e9c8a17ea3ca193d98d057aa108723e7045a60d8 (diff) | |
download | WarpX-32b948dfb0238b571eb34a46c099827225076a9a.tar.gz WarpX-32b948dfb0238b571eb34a46c099827225076a9a.tar.zst WarpX-32b948dfb0238b571eb34a46c099827225076a9a.zip |
Regenerate parser with option "noinput" (#1880)
The only real change in this PR is the addition of `%option noinput` in `wp_parser.l` . This should prevent the compilation of an unused function, which caused `clang` to emit the warning message:
```
/home/luca/Projects/warpx_directory/WarpX/Source/Parser/wp_parser.lex.cpp:1558:16: warning: function 'yyinput' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int yyinput (void)
```
To regenerate the parser I simply used `make` in the parser folder, with the following versions of the tools: `bison 3.7.5` and `flex 2.6.4`.
Diffstat (limited to 'Source/FieldSolver/SpectralSolver')
0 files changed, 0 insertions, 0 deletions