enthought / traits

Observable typed attributes for Python classes
Other
421 stars 85 forks source link

Fix some compiler warnings #1774

Closed mdickinson closed 3 months ago

mdickinson commented 4 months ago

This PR fixes some compiler warnings that I noticed in the failed Windows build in PR #1773. There are two classes of fixes:

The warnings themselves are relatively harmless, but silencing them gives us a better chance of noticing warnings that we should be taking notice of.

The PR also adds a -v flag to the pip install commands that install Traits, so that compiler warnings will always be visible in the build log. Without the -v, we only get to see the warnings for failed builds.