You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Silence a warning in the lexer used in the parser for Clang 12.
## Additional background
```
/g/g90/huebl1/src/warpx/build_lassen/_deps/fetchedamrex-src/Src/Base/Parser/amrex_iparser.lex.nolint.H:2010:68: warning: implicit conversion of NULL constant to 'bool' [-Wnull-conversion]
while ((yy_buffer_stack) ? yy_buffer_stack[yy_buffer_stack_top] : (__null)) {
...
```
et al.
0 commit comments