You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix MSVC compiler warnings and platform-specific configuration
- Fix MSVC /W3 overriding warnings by using platform-specific flags
- Add explicit /W4 flag for Windows builds
- Fix size_t to int conversion warning in examples/basic_usage.cpp
- Add platform-specific compiler flag configuration to avoid conflicts
- Improve xmake.lua with better Windows/Linux compatibility
0 commit comments