Check for compiler warnings in test_cext on Windows (#121088)
On Windows, test_cext and test_cppext now pass /WX flag to the MSC compiler to treat all compiler warnings as errors. In verbose mode, these tests now log the compiler commands to help debugging. Change Py_BUILD_ASSERT_EXPR implementation on Windows to avoid a compiler warning about an unnamed structure.
V
Victor Stinner committed
43709d5d5424725ec061de2c12c3761affde69ef
Parent: ef3c400
Committed by GitHub <noreply@github.com>
on 6/28/2024, 12:41:37 PM