[PR #2] [MERGED] Remove obsolete MSVC compiler option #2

Closed
opened 2026-02-15 15:58:52 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/libusb/pull/2
Author: @MSuih
Created: 6/28/2019
Status: Merged
Merged: 6/28/2019
Merged by: @undefined

Base: masterHead: patch-2


📝 Commits (1)

  • d33ebf7 Remove obsolete MSVC compiler option

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 libusb/config.cmake (+0 -1)

📄 Description

https://docs.microsoft.com/en-us/cpp/build/reference/wp64-detect-64-bit-portability-issues?view=vs-2019

If you use the /Wp64 compiler option on the command line, the compiler issues Command-Line Warning D9002. Instead of using this option and keyword to detect 64-bit portability issues, use a MSVC compiler that targets a 64-bit platform and specify the /W4 option.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/libusb/pull/2 **Author:** [@MSuih](https://github.com/MSuih) **Created:** 6/28/2019 **Status:** ✅ Merged **Merged:** 6/28/2019 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`d33ebf7`](https://github.com/RPCS3/libusb/commit/d33ebf728ab105544327b87bea02c111d2b5aba3) Remove obsolete MSVC compiler option ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libusb/config.cmake` (+0 -1) </details> ### 📄 Description https://docs.microsoft.com/en-us/cpp/build/reference/wp64-detect-64-bit-portability-issues?view=vs-2019 >If you use the /Wp64 compiler option on the command line, the compiler issues Command-Line Warning D9002. Instead of using this option and keyword to detect 64-bit portability issues, use a MSVC compiler that targets a 64-bit platform and specify the /W4 option. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:58:52 -05:00
yindo closed this issue 2026-02-15 15:58:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/libusb#2