Skip to content
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

MSVC Warnings #77

Closed
ax3l opened this issue Jan 21, 2016 · 2 comments
Closed

MSVC Warnings #77

ax3l opened this issue Jan 21, 2016 · 2 comments

Comments

@ax3l
Copy link
Collaborator

ax3l commented Jan 21, 2016

master as of 80a0674 currently generates warnings on MSVC:

NK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification [C:\projects\pybind11\example.vcxproj]

  Generating code
c:\program files (x86)\microsoft visual studio 14.0\vc\include\xatomic.h(1621): warning C4702: unreachable code [C:\projects\pybind11\example.vcxproj]
c:\program files (x86)\microsoft visual studio 14.0\vc\include\xatomic.h(1402): warning C4702: unreachable code [C:\projects\pybind11\example.vcxproj]
  Finished generating code
@wjakob wjakob closed this as completed in 518cf72 Jan 21, 2016
@ax3l
Copy link
Collaborator Author

ax3l commented Jan 21, 2016

cool, thanks!

@wjakob
Copy link
Member

wjakob commented Jan 21, 2016

the xatomic warning remains, but that appeares to be a problem in MSVC itself.

sschnug pushed a commit to sschnug/pybind11 that referenced this issue Aug 2, 2024
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@2.5.0...2.6.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

No branches or pull requests

2 participants