boostorg / parser

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

Compiler Warning #172

Closed d5ch4k closed 3 weeks ago

d5ch4k commented 5 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 5 months ago

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

codecov-commenter commented 5 months 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.

tzlaine commented 3 weeks ago

As mentioned on the other PR(s), those were old problems. Thanks for this!