Skip to content

cmake: exclude -MP for clang-cl again #16550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Mar 3, 2025

To avoid this warning/error (seen with Ninja generator):

clang-cl: warning: argument unused during compilation: '-MP' [-Wunused-command-line-argument]

Curious why CI missed it. Maybe due to using a Visual Studio generator.

Regression from e0fd579 #16004

Verified

This commit was signed with the committer’s verified signature.
vszakats Viktor Szakats
Regression from e0fd579 curl#16004
@vszakats vszakats added cmake Windows Windows-specific labels Mar 3, 2025
@github-actions github-actions bot added the build label Mar 3, 2025
@vszakats vszakats closed this in 3834f31 Mar 4, 2025
@vszakats vszakats deleted the cm-clang-cl-mp-fixup branch March 4, 2025 00:02
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
To avoid this warning/error (seen with Ninja generator):
```
clang-cl: warning: argument unused during compilation: '-MP' [-Wunused-command-line-argument]
```

Curious why CI missed it. Maybe due to using a Visual Studio generator.

Regression from e0fd579 curl#16004
Closes curl#16550
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant