Skip to content

fix: remove unused arguments - #552

Merged
Becheler merged 1 commit into
boostorg:developfrom
Becheler:fix/unused-main-args
Aug 24, 2026
Merged

fix: remove unused arguments#552
Becheler merged 1 commit into
boostorg:developfrom
Becheler:fix/unused-main-args

Conversation

@Becheler

@Becheler Becheler commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

#496

Before submitting

  • This PR targets the develop branch.
  • I searched for an existing PR or issue covering the same change.
  • My contribution is licensed under the Boost Software License 1.0.

Type of change

  • Bug fix
  • New feature or API addition
  • Refactor (no behavior change)
  • Documentation
  • Build, CI, or tooling
  • Other (specify below)

Does this PR introduce a breaking change?

  • Yes (describe migration impact below)
  • No

What this PR does

Numerous examples and test files int main( have unused arguments.

Motivation

Way too many warnings with -Wextra -Wall

Testing

Checklist

  • Existing tests pass (b2 in the test/ directory).
  • New behavior is covered by a test, or this is a docs / build / refactor change.
  • Documentation was updated if user-facing behavior changed.
  • No new compiler warnings on the platforms I built against.

@Becheler Becheler self-assigned this Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

Boost dependency footprint vs develop (auto-generated).
PR run 32721162376 vs develop run 32719293482 (79ae35b732).

Header-inclusion weights (graph files pulling each direct dependency in):

No header-inclusion-weight changes.

Transitive Boost modules: 66 → 66 (0)

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

Compiler-warning counts vs develop (auto-generated).
PR run 32721162330 vs develop run 32719293488 (79ae35b732).

Job Baseline After Delta
macos (clang, 14) 682 607 -75
macos (clang, 17) 645 570 -75
macos (clang, 20) 645 570 -75
ubuntu (clang-19, 14) 682 607 -75
ubuntu (clang-19, 17) 645 570 -75
ubuntu (clang-19, 20) 645 570 -75
ubuntu (clang-19, 23) 645 570 -75
ubuntu (gcc-14, 14) 843 768 -75
ubuntu (gcc-14, 17) 979 904 -75
ubuntu (gcc-14, 20) 979 904 -75
ubuntu (gcc-14, 23) 979 904 -75
windows_msvc_14_3 (msvc-14.3) 938 938 0

@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Becheler
Becheler marked this pull request as ready for review August 8, 2026 08:40
@Becheler
Becheler requested a review from jeremy-murphy as a code owner August 8, 2026 08:40
@Becheler
Becheler force-pushed the fix/unused-main-args branch from 46ad50e to 79ae35b Compare August 24, 2026 11:18
@Becheler
Becheler merged commit f764d7c into boostorg:develop Aug 24, 2026
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant