aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/MultiParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2020-10-22 17:33:46 +0200
committerGravatar GitHub <noreply@github.com> 2020-10-22 08:33:46 -0700
commit006680623f874c2413b3b8ba00286c175ef452a6 (patch)
treeb04cc235f7c9f77c30c7f60f82d84d5a5a46ed99 /Source/Particles/MultiParticleContainer.cpp
parent25f65408206b8af83c6e6c331f498f4c1ecef59a (diff)
downloadWarpX-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