tzlaine / parser

A C++ parser combinator library.
Boost Software License 1.0
69 stars 12 forks source link

Compiler Warning #172

Open d5ch4k opened 2 months ago

d5ch4k commented 2 months ago

move declaration of 'buf' one line down into region of #if BOOST_PARSER_DETAIL_TEXT_USE_CONCEPTS as it is only used in such one.

tzlaine commented 1 month ago

I'm usually happy to merge warning mitigation PRs, but this one appears to break the build.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.13%. Comparing base (4cea9c0) to head (fc62dfc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #172 +/- ## ======================================== Coverage 77.13% 77.13% ======================================== Files 29 29 Lines 3717 3717 ======================================== Hits 2867 2867 Misses 850 850 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.