Skip to content

Fix various warnings#2002

Open
darbyjohnston wants to merge 2 commits intoAcademySoftwareFoundation:mainfrom
darbyjohnston:fix_warnings
Open

Fix various warnings#2002
darbyjohnston wants to merge 2 commits intoAcademySoftwareFoundation:mainfrom
darbyjohnston:fix_warnings

Conversation

@darbyjohnston
Copy link
Contributor

@darbyjohnston darbyjohnston commented Mar 24, 2026

Fixes #1408

This PR fixes various warnings in the OTIO build:

  • C++ warnings
  • CMake warnings
  • setuptools warnings (these were actually necessary for check-manifest)

We still have a couple of C++ warnings about functions that have been deprecated, these should probably stay on to remind us to remove them at some point.

The setuptools warnings:

warning: no previously-included files found matching 'CHANGELOG.md'

Seem to be coming from excluding files in the manifest that were not included in the first place, but it would be good for someone with more Python knowledge to double check this. There are still a couple of warnings about temporary files (*.pyc, .DS_Store, etc.) that seem OK to leave in.

Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
@darbyjohnston darbyjohnston added the bug A problem, flaw, or broken functionality. label Mar 24, 2026
@darbyjohnston darbyjohnston marked this pull request as draft March 24, 2026 19:12
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.15%. Comparing base (2314a61) to head (5fd305d).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2002   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files         181      181           
  Lines       12783    12784    +1     
  Branches     1206     1206           
=======================================
+ Hits        10885    10886    +1     
  Misses       1715     1715           
  Partials      183      183           
Flag Coverage Δ
py-unittests 85.15% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/opentimelineio/serializableObject.h 83.78% <100.00%> (+0.11%) ⬆️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2314a61...5fd305d. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@darbyjohnston darbyjohnston marked this pull request as ready for review March 24, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A problem, flaw, or broken functionality.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Address build-time warnings

2 participants