diff options
author | 2020-10-22 17:33:46 +0200 | |
---|---|---|
committer | 2020-10-22 08:33:46 -0700 | |
commit | 006680623f874c2413b3b8ba00286c175ef452a6 (patch) | |
tree | b04cc235f7c9f77c30c7f60f82d84d5a5a46ed99 /Source/Particles/MultiParticleContainer.cpp | |
parent | 25f65408206b8af83c6e6c331f498f4c1ecef59a (diff) | |
download | WarpX-006680623f874c2413b3b8ba00286c175ef452a6.tar.gz WarpX-006680623f874c2413b3b8ba00286c175ef452a6.tar.zst WarpX-006680623f874c2413b3b8ba00286c175ef452a6.zip |
[mini-PR, even if it does not look "mini"]Fix unused function warning in parser (#1448)
When compiling WarpX I got this warning message:
`wp_parser.lex.c:1356:17: warning: ‘void yyunput(int, char*)’ defined but not used [-Wunused-function]`
This can be fixed by adding `%option nounput` option to `wp_parser.l` and re-generating the parser with `make`.
Diffstat (limited to 'Source/Particles/MultiParticleContainer.cpp')
0 files changed, 0 insertions, 0 deletions