Skip to content

GH-131296: fix clang-cl warning on Windows in semaphore.c#131595

Merged
gpshead merged 1 commit intopython:mainfrom
chris-eibl:fix_clangcl_semaphore
Mar 22, 2025
Merged

GH-131296: fix clang-cl warning on Windows in semaphore.c#131595
gpshead merged 1 commit intopython:mainfrom
chris-eibl:fix_clangcl_semaphore

Conversation

@chris-eibl
Copy link
Member

@chris-eibl chris-eibl commented Mar 22, 2025

I think this is a skip news?

Fixes https://github.com/python/cpython/actions/runs/14006628024/job/39221297660#step:4:259

..\Modules\_multiprocessing\semaphore.c(636,36): warning : incompatible pointer types passing 'int *' 
to parameter of type 'long *' [-Wincompatible-pointer-types] [D:\a\cpython\cpython\PCbuild\_multiprocessing.vcxproj]
..\Modules\_multiprocessing\semaphore.c(668,36): warning : incompatible pointer types passing 'int *'
to parameter of type 'long *' [-Wincompatible-pointer-types] 

@gpshead gpshead merged commit bc26f95 into python:main Mar 22, 2025
49 checks passed
@chris-eibl chris-eibl deleted the fix_clangcl_semaphore branch March 23, 2025 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants