Skip to content

Resolve cmake mis-matching arguments warning#548

Merged
ZigRazor merged 1 commit intoZigRazor:masterfrom
vil02:resolve_mis-matching_arguments
Oct 10, 2025
Merged

Resolve cmake mis-matching arguments warning#548
ZigRazor merged 1 commit intoZigRazor:masterfrom
vil02:resolve_mis-matching_arguments

Conversation

@vil02
Copy link
Copy Markdown
Contributor

@vil02 vil02 commented Oct 8, 2025

When configuring CMake, the output contains warning like:

  A logical block opening on the line

    /home/runner/work/CXXGraph/CXXGraph/CMakeLists.txt:22 (if)

  closes on the line

    /home/runner/work/CXXGraph/CXXGraph/CMakeLists.txt:36 (endif)

  with mis-matching arguments.
This warning is for project developers.  Use -Wno-dev to suppress it.

This PR removes it.

@vil02 vil02 marked this pull request as ready for review October 8, 2025 17:37
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.05%. Comparing base (b897564) to head (68a5bdb).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #548      +/-   ##
==========================================
- Coverage   97.06%   97.05%   -0.01%     
==========================================
  Files          97       97              
  Lines       11585    11585              
  Branches      768      768              
==========================================
- Hits        11245    11244       -1     
- Misses        340      341       +1     
Flag Coverage Δ
unittests 97.05% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@ZigRazor ZigRazor merged commit 376d91b into ZigRazor:master Oct 10, 2025
19 of 20 checks passed
@vil02 vil02 deleted the resolve_mis-matching_arguments branch October 10, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants