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
Actual behavior: 4 warnings, turning the build yellow
There are 4 new deprecation warnings on macOS. This is most likely caused by an update of an upstream dependency. Due to Homebrew's rolling nature, we unfortunately need to be addressing these as they come. It would be great to have some stability on the macOS side like we have on Linux.
Steps to reproduce
Run Homebrew CI for this repository.
Output
/Users/jenkins/workspace/ignition_common-ci-pr_any-homebrew-amd64/ign-common/av/src/AudioDecoder.cc:113:3: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
av_init_packet(&packet);
^
/usr/local/Cellar/ffmpeg/4.4/include/libavcodec/packet.h:487:1: note: 'av_init_packet' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/Cellar/ffmpeg/4.4/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
/Users/jenkins/workspace/ignition_common-ci-pr_any-homebrew-amd64/ign-common/av/src/VideoEncoder.cc:801:5: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
av_init_packet(avPacket);
^
/usr/local/Cellar/ffmpeg/4.4/include/libavcodec/packet.h:487:1: note: 'av_init_packet' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/Cellar/ffmpeg/4.4/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
/Users/jenkins/workspace/ignition_common-ci-pr_any-homebrew-amd64/ign-common/av/src/VideoEncoder.cc:895:7: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations]
av_init_packet(avPacket);
^
/usr/local/Cellar/ffmpeg/4.4/include/libavcodec/packet.h:487:1: note: 'av_init_packet' has been explicitly marked deprecated here
attribute_deprecated
^
/usr/local/Cellar/ffmpeg/4.4/include/libavutil/attributes.h:100:49: note: expanded from macro 'attribute_deprecated'
# define attribute_deprecated __attribute__((deprecated))
^
Environment
Description
There are 4 new deprecation warnings on macOS. This is most likely caused by an update of an upstream dependency. Due to Homebrew's rolling nature, we unfortunately need to be addressing these as they come. It would be great to have some stability on the macOS side like we have on Linux.
Steps to reproduce
Run Homebrew CI for this repository.
Output
CC @scpeters
The text was updated successfully, but these errors were encountered: